Package com.uppaal.model.core2
Class CompoundCommand
- java.lang.Object
-
- com.uppaal.model.core2.AbstractCommand
-
- com.uppaal.model.core2.CompoundCommand
-
- All Implemented Interfaces:
Command
public class CompoundCommand extends AbstractCommand
-
-
Field Summary
Fields Modifier and Type Field Description protected Command[]
commands
-
Fields inherited from class com.uppaal.model.core2.AbstractCommand
version
-
-
Constructor Summary
Constructors Constructor Description CompoundCommand(Command... commands)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute()
Command[]
getCommands()
Element
getModifiedElement()
void
undo()
-
Methods inherited from class com.uppaal.model.core2.AbstractCommand
getVersion, merge, setVersion
-
-