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 inherited from class com.uppaal.model.core2.SetPropertyCommand
element, name, property, value
-
Constructor Summary
Constructors Constructor Description SetPropertyWithPositionCommand(Element element, String property, Object value, int x, int y)
Constructor -
Method Summary
Modifier and Type Method Description void
execute()
Methods inherited from class com.uppaal.model.core2.SetPropertyCommand
getLocalProperty, getLocalPropertyValue, getModifiedElement, swap, undo
-
Field Details
-
Constructor Details
-
SetPropertyWithPositionCommand
public SetPropertyWithPositionCommand(Element element, String property, Object value, int x, int y)Constructor- Parameters:
element
- - The elementproperty
- - The propertyvalue
- - The valuex
- - The x valuey
- - The y value
-
-
Method Details
-
execute
public void execute()- Specified by:
execute
in interfaceCommand
- Overrides:
execute
in classSetPropertyCommand
-