Package | Description |
---|---|
pt.lsts.imc |
Modifier and Type | Method and Description |
---|---|
static PlanVariable |
PlanVariable.clone(IMCMessage msg) |
static PlanVariable |
PlanVariable.create(java.lang.Object... values) |
PlanVariable |
PlanVariable.setAccess(PlanVariable.ACCESS access) |
PlanVariable |
PlanVariable.setAccessStr(java.lang.String access) |
PlanVariable |
PlanVariable.setAccessVal(short access) |
PlanVariable |
PlanVariable.setName(java.lang.String name) |
PlanVariable |
PlanVariable.setType(PlanVariable.TYPE type) |
PlanVariable |
PlanVariable.setTypeStr(java.lang.String type) |
PlanVariable |
PlanVariable.setTypeVal(short type) |
PlanVariable |
PlanVariable.setValue(java.lang.String value) |
Modifier and Type | Method and Description |
---|---|
java.util.Vector<PlanVariable> |
PlanSpecification.getVariables() |
Modifier and Type | Method and Description |
---|---|
PlanSpecification |
PlanSpecification.setVariables(java.util.Collection<PlanVariable> variables) |
Constructor and Description |
---|
PlanSpecification(java.lang.String plan_id,
java.lang.String description,
java.lang.String vnamespace,
java.util.Collection<PlanVariable> variables,
java.lang.String start_man_id,
java.util.Collection<PlanManeuver> maneuvers,
java.util.Collection<PlanTransition> transitions,
java.util.Collection<IMCMessage> start_actions,
java.util.Collection<IMCMessage> end_actions) |