public class ActionPlan
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.util.List<Action> |
actions |
private static long |
serialVersionUID |
private ActionType |
type |
Constructor and Description |
---|
ActionPlan(ActionType type) |
Modifier and Type | Method and Description |
---|---|
void |
add(Action action) |
java.util.List<Action> |
getActions() |
java.util.List<Action> |
getMeasurementActions() |
ActionType |
getType() |
void |
mixIn(ActionPlan other) |
private static final long serialVersionUID
private final java.util.List<Action> actions
private final ActionType type
public ActionPlan(ActionType type)
public ActionType getType()
public void add(Action action)
public void mixIn(ActionPlan other)
public java.util.List<Action> getActions()
public java.util.List<Action> getMeasurementActions()