com.irs.jam
Class PlanSimpleConstruct

java.lang.Object
  |
  +--com.irs.jam.PlanConstruct
        |
        +--com.irs.jam.PlanSimpleConstruct
All Implemented Interfaces:
java.io.Serializable

public class PlanSimpleConstruct
extends PlanConstruct
implements java.io.Serializable

Represents non-construct plan components

See Also:
Serialized Form

Field Summary
protected  Action _action
           
 
Fields inherited from class com.irs.jam.PlanConstruct
_constructType, PLAN_ATOMIC, PLAN_BRANCH, PLAN_DO, PLAN_DOALL, PLAN_DOANY, PLAN_PARALLEL, PLAN_SEQUENCE, PLAN_SIMPLE, PLAN_UNDEFINED, PLAN_WAIT, PLAN_WHEN, PLAN_WHILE
 
Constructor Summary
PlanSimpleConstruct(Action a)
           
 
Method Summary
 Action getAction()
           
 PlanRuntimeState newRuntimeState()
           
 Action setAction(Action a)
           
 
Methods inherited from class com.irs.jam.PlanConstruct
getType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_action

protected Action _action
Constructor Detail

PlanSimpleConstruct

public PlanSimpleConstruct(Action a)
Method Detail

getAction

public Action getAction()

setAction

public Action setAction(Action a)

newRuntimeState

public PlanRuntimeState newRuntimeState()
Overrides:
newRuntimeState in class PlanConstruct