Package com.uppaal.model.core2
Class SetPropertyWithPositionCommand
- java.lang.Object
-
- com.uppaal.model.core2.AbstractCommand
-
- com.uppaal.model.core2.SetPropertyCommand
-
- com.uppaal.model.core2.SetPropertyWithPositionCommand
-
- All Implemented Interfaces:
Command
public class SetPropertyWithPositionCommand extends SetPropertyCommand
The set property with position command class
-
-
Field Summary
Fields Modifier and Type Field Description protected intxprotected inty-
Fields inherited from class com.uppaal.model.core2.SetPropertyCommand
element, name, property, value
-
Fields inherited from class com.uppaal.model.core2.AbstractCommand
version
-
-
Constructor Summary
Constructors Constructor Description SetPropertyWithPositionCommand(Element element, java.lang.String property, java.lang.Object value, int x, int y)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()-
Methods inherited from class com.uppaal.model.core2.SetPropertyCommand
getLocalProperty, getLocalPropertyValue, getModifiedElement, swap, undo
-
Methods inherited from class com.uppaal.model.core2.AbstractCommand
getVersion, setVersion
-
-
-
-
Constructor Detail
-
SetPropertyWithPositionCommand
public SetPropertyWithPositionCommand(Element element, java.lang.String property, java.lang.Object value, int x, int y)
Constructor- Parameters:
element- - The elementproperty- - The propertyvalue- - The valuex- - The x valuey- - The y value
-
-
Method Detail
-
execute
public void execute()
- Specified by:
executein interfaceCommand- Overrides:
executein classSetPropertyCommand
-
-