public interface RuleExecutor
| Modifier and Type | Method and Description | 
|---|---|
ImmutableList<Goal> | 
apply(Goal goal,
     Services services,
     RuleApp ruleApp)
applies the given rule application to the specified goal 
 | 
ImmutableList<Goal> apply(Goal goal, Services services, RuleApp ruleApp)
goal - the goal that the rule application should refer to.services - the Services encapsulating all java informationruleApp - the rule application that is executed.