public interface IPriorityEvaluator
Modifier and Type | Field and Description |
---|---|
static IPriorityEvaluator |
PRIORITY_1 |
static IPriorityEvaluator |
PRIORITY_2 |
Modifier and Type | Method and Description |
---|---|
int |
getPriority(IOAVState state,
IVariableAssignments assignments)
Execute the action on the given state using the given variable
assignments.
|
static final IPriorityEvaluator PRIORITY_1
static final IPriorityEvaluator PRIORITY_2
int getPriority(IOAVState state, IVariableAssignments assignments)