Public Methods | |
Transformation (Location fromLoc, Location toLoc, Expr guard, ActionVector actions) | |
ActionVector | getActions () |
Location | getFromLoc () |
Expr | getGuard () |
Location | getToLoc () |
boolean | isVisible () |
void | markDeleted () |
void | setVisible (boolean visible) |
String | toString () |
Static Public Methods | |
void | purge () |
Private Methods | |
void | deleteTrans () |
Private Attributes | |
Location | fromLoc |
Location | toLoc |
Expr | guard |
ActionVector | actions |
boolean | markedDeleted = false |
boolean | visible = true |
Static Private Attributes | |
Vector | deletedVector = new Vector() |
Definition at line 44 of file Transformation.java.
|
Mark for future deletion (actual deletion done when purge() is called). Definition at line 76 of file Transformation.java. Referenced by Reducer::reduce().
|
|
Delete all transformations marked for deletion. Definition at line 86 of file Transformation.java. |