|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jicengine.operation.ParameterlessOperation
org.jicengine.operation.StaticValue
Constructor Summary | |
StaticValue(java.lang.Object value)
|
Method Summary | |
java.lang.Object |
execute(Context context)
executes the operation in a given context. objects in the context might be used in evaluation, or operation could produce more objects into the context. |
Methods inherited from class org.jicengine.operation.ParameterlessOperation |
needsParameter, needsParameters |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public StaticValue(java.lang.Object value)
Method Detail |
public java.lang.Object execute(Context context)
Operation
executes the operation in a given context. objects in the context might be used in evaluation, or operation could produce more objects into the context.
NOTE: operations must be re-executable.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |