| java.lang.Object de.uka.ilkd.key.ocl.gf.ConstraintCallback
All known Subclasses: de.uka.ilkd.key.ocl.gf.CallbackPrePost, de.uka.ilkd.key.ocl.gf.CallbackClassInv,
ConstraintCallback | abstract class ConstraintCallback (Code) | | author: daniels author: Offers the interface that GFEditor2 uses to send back the constraint after editing. author: Has no dependancies on KeY or TogetherCC. |
grammarsDir | String grammarsDir(Code) | | The path name of the directory where the grammars reside
|
logger | protected static Logger logger(Code) | | Does the logging. What else should it do?
|
getGrammarsDir | String getGrammarsDir()(Code) | | gets the directory where the grammars reside
|
sendAbstract | abstract void sendAbstract(String abs)(Code) | | Sends the unfinished OCL constraint back to Together to save it
as a GF tree as a JavaDoc comment.
Parameters: abs - The GF tree in question |
sendConstraint | abstract void sendConstraint(String constraint)(Code) | | Sends the finished OCL constraint back to Together to save it
as a JavaDoc comment.
Parameters: constraint - The OCL constraint in question. |
setGrammarsDir | void setGrammarsDir(String grammarsDir)(Code) | | sets the directory where the grammars reside
Parameters: grammarsDir - |
|
|