Package com.uppaal.model.core2
Class InsertQueryCommand
java.lang.Object
com.uppaal.model.core2.AbstractCommand
com.uppaal.model.core2.InsertQueryCommand
- All Implemented Interfaces:
Command
public class InsertQueryCommand extends AbstractCommand
The insert query command class
-
Field Summary
-
Constructor Summary
Constructors Constructor Description InsertQueryCommand(QueryList queryList, int index)
Constructor -
Method Summary
Modifier and Type Method Description void
execute()
Element
getModifiedElement()
void
undo()
-
Field Details
-
Constructor Details
-
InsertQueryCommand
Constructor- Parameters:
queryList
- - The queries listindex
- - The insert index
-
-
Method Details
-
execute
public void execute() -
undo
public void undo() -
getModifiedElement
- Returns:
- the modified element or its closest relative (sibling or parent) if the element is not displayed.
-