Package jadex.rules.rulesystem
Interface IAction
-
public interface IAction
Action to be called when a rule triggers.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
execute(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.
-
-