Package jadex.rules.rulesystem
Interface IAction
- 
 public interface IActionAction to be called when a rule triggers.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexecute(IOAVState state, IVariableAssignments assignments)Execute the action on the given state using the given variable assignments.
 
- 
- 
- 
Method Detail- 
executevoid execute(IOAVState state, IVariableAssignments assignments) Execute the action on the given state using the given variable assignments.
 
- 
 
-