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 int
version
-
Constructor Summary
Constructors Constructor Description AbstractCommand()
-
Method Summary
Modifier and Type Method Description int
getVersion()
void
setVersion(int version)
-
Field Details
-
version
protected int version
-
-
Constructor Details
-
AbstractCommand
public AbstractCommand()
-
-
Method Details
-
setVersion
public void setVersion(int version)- Specified by:
setVersion
in interfaceCommand
-
getVersion
public int getVersion()- Specified by:
getVersion
in interfaceCommand
-