Uses of Class
astra.core.Intention
| Package | Description |
|---|---|
| astra.core | |
| astra.reasoner.util | |
| astra.statement | |
| astra.term |
-
Uses of Intention in astra.core
Methods in astra.core that return Intention Modifier and Type Method Description IntentionAgent. intention()IntentionRuleExecutor. intention()Methods in astra.core that return types with arguments of type Intention Modifier and Type Method Description List<Intention>Agent. intentions()Methods in astra.core with parameters of type Intention Modifier and Type Method Description voidAgent. addIntention(Intention intention)booleanRuleExecutor. execute(Intention intention)booleanStatementExecutor. execute(Intention intention)booleanAgent. hasLock(String token, Intention Intention)booleanIntention. hasLock(String token, Intention context)voidAgent. releaseLock(String token, Intention Intention)voidIntention. releaseLock(String token, Intention context)booleanAgent. requestLock(String token, Intention Intention)booleanIntention. requestLock(String token, Intention context)booleanRuleExecutor. rollback(Intention intention)booleanStatementExecutor. rollback(Intention intention)voidAgent. unrequestLock(String token, Intention Intention)voidIntention. unrequestLock(String token, Intention context)Constructors in astra.core with parameters of type Intention Constructor Description Notification(Intention intention, String message)Notification(Intention Intention, String message, Throwable th)RuleExecutor(Event event, Rule rule, Map<Integer,Term> bindings, RuleExecutor parent, Intention intention) -
Uses of Intention in astra.reasoner.util
Methods in astra.reasoner.util with parameters of type Intention Modifier and Type Method Description ObjectContextEvaluateVisitor.Handler. handle(LogicVisitor visitor, T object, Intention context)Constructors in astra.reasoner.util with parameters of type Intention Constructor Description ContextEvaluateVisitor(Intention intention)ContextEvaluateVisitor(Intention intention, boolean passByValue) -
Uses of Intention in astra.statement
Methods in astra.statement with parameters of type Intention Modifier and Type Method Description protected PredicateDefaultModuleCallAdaptor. evaluate(Intention intention, Predicate predicate)booleanStatementHandler. execute(Intention Intention)booleanModuleCallAdaptor. invoke(Intention context, Predicate atom)voidSpecialOpAdaptor. invoke(Intention context)booleanStatementHandler. onFail(Intention intention) -
Uses of Intention in astra.term