Package cruise.umple.analysis
Class ModelLinkingOpAnalyzer
java.lang.Object
cruise.umple.parser.analysis.Analyzer
cruise.umple.analysis.ModelLinkingOpAnalyzer
public class ModelLinkingOpAnalyzer extends Analyzer
-
Constructor Summary
Constructors Constructor Description ModelLinkingOpAnalyzer() -
Method Summary
Modifier and Type Method Description voiddelete()ModelConstraintgetModelConstraint()voidprepare(Token token)Prepare is called before analyzing the token, allowing edits or sanitizing to be donebooleansetModelConstraint(ModelConstraint aModelConstraint)java.lang.StringtoString()Methods inherited from class cruise.umple.parser.analysis.Analyzer
addChild, addChildAt, addOrMoveChildAt, addOrMoveParentAt, addParent, addParentAt, analyze, analyzeToken, getChild, getChildren, getName, getParent, getParent, hasChildren, hasParent, indexOfChild, indexOfParent, minimumNumberOfChildren, minimumNumberOfParent, numberOfChildren, numberOfParent, removeChild, removeParent, setName
-
Constructor Details
-
ModelLinkingOpAnalyzer
public ModelLinkingOpAnalyzer()
-
-
Method Details
-
setModelConstraint
-
getModelConstraint
-
delete
public void delete() -
prepare
Description copied from class:AnalyzerPrepare is called before analyzing the token, allowing edits or sanitizing to be done -
toString
public java.lang.String toString()
-