Public Methods | |
Reducer (TransSystem system) | |
void | reduce (Location currentLoc, TransSequence seq, boolean visible) |
void | run () |
Private Attributes | |
TransSystem | system |
int | mark |
Vector | newTransformations = new Vector() |
Definition at line 53 of file Reducer.java.
|
Follow all invisible transformations from the given location, appending them to the transition sequence, until we reach a visible transformation. Definition at line 69 of file Reducer.java. |