public class MeasurementGoalStateTransitionCommand extends java.lang.Object implements StateTransitionCommand
Modifier and Type | Field and Description |
---|---|
protected MeasurementGoal |
after |
protected MeasurementGoal |
before |
Constructor and Description |
---|
MeasurementGoalStateTransitionCommand(Element before,
Element after) |
Modifier and Type | Method and Description |
---|---|
void |
execute() |
protected MeasurementGoal before
protected MeasurementGoal after
public void execute() throws java.lang.Exception
execute
in interface StateTransitionCommand
java.lang.Exception