|
|||||||||
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
de.xabsl.jxabsl.action.ActionOption
public class ActionOption
Represents an action execution. In this case an option is to be executed.
Field Summary | |
---|---|
protected Option |
option
|
Fields inherited from class de.xabsl.jxabsl.action.ActionBehavior |
---|
parameterAssignment |
Fields inherited from class de.xabsl.jxabsl.action.Action |
---|
timeFunction |
Constructor Summary | |
---|---|
ActionOption(TimeFunction timeFunction)
Constructor. |
Method Summary | |
---|---|
Behavior |
getBehavior()
The option or basic behavior that is executed |
Methods inherited from class de.xabsl.jxabsl.action.ActionBehavior |
---|
execute, 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 Option option
Constructor Detail |
---|
public ActionOption(TimeFunction timeFunction)
timeFunction
- A pointer to a function that returns the system time in ms.Method Detail |
---|
public Behavior getBehavior()
ActionBehavior
getBehavior
in class ActionBehavior
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |