BehaviorGuardEvaluator is comparable in order to be storable into a collection (usually a sorted set) that needs the elements to be comparable.
| Modifier and type | Property and description |
|---|---|
| java.lang.Object | target
Returns the object instance that is the target of the event evaluation. |
| Modifier and type | Action and description |
|---|---|
| abstract void | evaluateGuard(Object,Collection<E>)
Evaluates the guard associated to the specified event and returns the list of behaviors methods that must be executed. |
| abstract java.lang.Object | getTarget
Returns the object instance that is the target of the event evaluation. |
val target : java.lang.Object
This property is an alias for the action: getTarget
def evaluateGuard(Object,Collection<E>)
event and returns the list of behaviors methods that must be executed.
def getTarget : java.lang.Object