|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.uppaal.model.core2.AbstractCommand
com.uppaal.model.core2.SetPropertyCommand
com.uppaal.model.core2.SetPropertyWithPositionCommand
public class SetPropertyWithPositionCommand
| Field Summary | |
|---|---|
protected int |
x
|
protected int |
y
|
| 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 | |
|---|---|
SetPropertyWithPositionCommand(Element element,
String property,
Object value,
int x,
int y)
|
|
| Method Summary | |
|---|---|
void |
execute()
|
| 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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected int x
protected int y
| Constructor Detail |
|---|
public SetPropertyWithPositionCommand(Element element,
String property,
Object value,
int x,
int y)
| Method Detail |
|---|
public void execute()
execute in interface Commandexecute in class SetPropertyCommand
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||