Package jadex.rules.rulesystem
Interface IRule
- 
- All Known Implementing Classes:
- Rule
 
 public interface IRuleInterface for rules.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description IActiongetAction()Get the action.IConditiongetCondition()Get the condition.java.lang.StringgetName()Get the rule name.IPriorityEvaluatorgetPriorityEvaluator()Get the priority.
 
- 
- 
- 
Method Detail- 
getNamejava.lang.String getName() Get the rule name.- Returns:
- The rule name.
 
 - 
getConditionICondition getCondition() Get the condition.- Returns:
- The condition.
 
 - 
getActionIAction getAction() Get the action.- Returns:
- The action.
 
 - 
getPriorityEvaluatorIPriorityEvaluator getPriorityEvaluator() Get the priority.- Returns:
- The priority.
 
 
- 
 
-