|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.williams.cs.ljil.finitizer.Actionable
edu.williams.cs.ljil.finitizer.actions.ResolutionAction
edu.williams.cs.ljil.finitizer.actions.PendingTransformationAction
public abstract class PendingTransformationAction
getDescription() and
getPendingTransformation() methods.| Field Summary | |
|---|---|
protected FSPBuilder |
fspb
|
protected PendingTransformation |
myPT
|
protected edu.williams.cs.ljil.fsp.StepRef |
step
|
| Constructor Summary | |
|---|---|
PendingTransformationAction(FSPBuilder f,
edu.williams.cs.ljil.fsp.StepRef s)
|
|
| Method Summary | |
|---|---|
void |
apply()
Apply the action |
protected abstract PendingTransformation |
getPendingTransformation()
|
void |
unapply()
Undo the action |
| Methods inherited from class edu.williams.cs.ljil.finitizer.actions.ResolutionAction |
|---|
ensureApplied, ensureUnapplied, getDescription, isApplied, toString |
| Methods inherited from class edu.williams.cs.ljil.finitizer.Actionable |
|---|
addStateListener, addStateListenerRecursively, addSubAction, fireStateChanged, getParent, getSubActionAt, getSubActionCount, getSubActions, indexOf, isLeaf, isResolved, removeStateListener, setParent, unapplyAllSubActions |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected PendingTransformation myPT
protected edu.williams.cs.ljil.fsp.StepRef step
protected FSPBuilder fspb
| Constructor Detail |
|---|
public PendingTransformationAction(FSPBuilder f,
edu.williams.cs.ljil.fsp.StepRef s)
| Method Detail |
|---|
public void apply()
ResolutionAction
apply in class ResolutionActionpublic void unapply()
ResolutionAction
unapply in class ResolutionActionprotected abstract PendingTransformation getPendingTransformation()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||