|
|||||||||
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.ActionBasicBehavior
public class ActionBasicBehavior
Represents a basic behavior execution.
Field Summary | |
---|---|
protected BasicBehavior |
basicBehavior
|
Fields inherited from class de.xabsl.jxabsl.action.ActionBehavior |
---|
parameterAssignment |
Fields inherited from class de.xabsl.jxabsl.action.Action |
---|
timeFunction |
Constructor Summary | |
---|---|
ActionBasicBehavior(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 BasicBehavior basicBehavior
Constructor Detail |
---|
public ActionBasicBehavior(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 |