Uses of Class
astra.core.RuleExecutor
| Package | Description |
|---|---|
| astra.core | |
| astra.statement |
-
Uses of RuleExecutor in astra.core
Methods in astra.core that return RuleExecutor Modifier and Type Method Description RuleExecutorIntention. executor()RuleExecutorRuleExecutor. parent()Methods in astra.core with parameters of type RuleExecutor Modifier and Type Method Description voidIntention. addSubGoal(Event event, Rule rule, Map<Integer,Term> bindings, RuleExecutor parent)Constructors in astra.core with parameters of type RuleExecutor Constructor Description RuleExecutor(Event event, Rule rule, Map<Integer,Term> bindings, RuleExecutor parent, Intention intention) -
Uses of RuleExecutor in astra.statement
Fields in astra.statement declared as RuleExecutor Modifier and Type Field Description protected RuleExecutorAbstractStatementHandler. executorMethods in astra.statement with parameters of type RuleExecutor Modifier and Type Method Description voidAbstractStatementHandler. setRuleExecutor(RuleExecutor executor)voidStatementHandler. setRuleExecutor(RuleExecutor executor)