com.uppaal.model.core2
Class AbstractCommand

java.lang.Object
  extended by com.uppaal.model.core2.AbstractCommand
All Implemented Interfaces:
Command
Direct Known Subclasses:
AbstractTransaction, CompoundCommand, InsertTemplateCommand, MoveTemplateCommand, RemoveElementCommand, RemoveLscElementCommand, RemoveTemplateCommand, SetPropertyCommand, SnapCommand

public abstract class AbstractCommand
extends Object
implements Command


Field Summary
protected  int version
           
 
Constructor Summary
AbstractCommand()
           
 
Method Summary
 int getVersion()
           
 void setVersion(int version)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.uppaal.model.core2.Command
execute, getModifiedElement, undo
 

Field Detail

version

protected int version
Constructor Detail

AbstractCommand

public AbstractCommand()
Method Detail

setVersion

public void setVersion(int version)
Specified by:
setVersion in interface Command

getVersion

public int getVersion()
Specified by:
getVersion in interface Command


Copyright © 2012 Uppsala University and Aalborg University. All Rights Reserved.