Package jadex.rules.rulesystem
Interface IAction
-
public interface IActionAction to be called when a rule triggers.
-
-
Method Summary
All 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
-
execute
void execute(IOAVState state, IVariableAssignments assignments)
Execute the action on the given state using the given variable assignments.
-
-