Package com.uppaal.model.core2
Class AbstractCommand
java.lang.Object
com.uppaal.model.core2.AbstractCommand
- All Implemented Interfaces:
Command
- Direct Known Subclasses:
AbstractTransaction,AppendQueriesCommand,CompoundCommand,InsertQueryCommand,InsertTemplateCommand,MoveTemplateCommand,RemoveElementCommand,RemoveLscElementCommand,RemoveQueryCommand,RemoveTemplateCommand,SetPropertyCommand,SetQueryCommand,SnapCommand
public abstract class AbstractCommand extends Object implements Command
-
Field Summary
Fields Modifier and Type Field Description protected intversion -
Constructor Summary
Constructors Constructor Description AbstractCommand() -
Method Summary
Modifier and Type Method Description intgetVersion()voidsetVersion(int version)
-
Field Details
-
version
protected int version
-
-
Constructor Details
-
AbstractCommand
public AbstractCommand()
-
-
Method Details
-
setVersion
public void setVersion(int version)- Specified by:
setVersionin interfaceCommand
-
getVersion
public int getVersion()- Specified by:
getVersionin interfaceCommand
-