|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.xabsl.jxabsl.action.Action
de.xabsl.jxabsl.action.ActionBehavior
public abstract class ActionBehavior
Represents an action execution. This is either a subsequent option or basic behavior to be executed.
Field Summary | |
---|---|
protected ParameterAssignment |
parameterAssignment
|
Fields inherited from class de.xabsl.jxabsl.action.Action |
---|
timeFunction |
Constructor Summary | |
---|---|
ActionBehavior(TimeFunction timeFunction)
Constructor. |
Method Summary | |
---|---|
void |
execute()
Execute the action. |
abstract Behavior |
getBehavior()
The option or basic behavior that is executed |
ParameterAssignment |
getParameterAssignment()
|
Methods inherited from class de.xabsl.jxabsl.action.Action |
---|
create, create |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected ParameterAssignment parameterAssignment
Constructor Detail |
---|
public ActionBehavior(TimeFunction timeFunction)
timeFunction
- A pointer to a function that returns the system time in ms.Method Detail |
---|
public abstract Behavior getBehavior()
public void execute()
Action
execute
in class Action
public ParameterAssignment getParameterAssignment()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |