Package cruise.umple.analysis
Class ModelRelationOpAttributeAnalyzer
java.lang.Object
cruise.umple.parser.analysis.Analyzer
cruise.umple.analysis.ModelRelationOpAttributeAnalyzer
public class ModelRelationOpAttributeAnalyzer extends Analyzer
-
Constructor Summary
Constructors Constructor Description ModelRelationOpAttributeAnalyzer() -
Method Summary
Modifier and Type Method Description voidanalyze(Token token)Analyze is called to analyze the particular tokenvoiddelete()ModelConstraintgetModelConstraint()booleansetModelConstraint(ModelConstraint aModelConstraint)java.lang.StringtoString()Methods inherited from class cruise.umple.parser.analysis.Analyzer
addChild, addChildAt, addOrMoveChildAt, addOrMoveParentAt, addParent, addParentAt, analyzeToken, getChild, getChildren, getName, getParent, getParent, hasChildren, hasParent, indexOfChild, indexOfParent, minimumNumberOfChildren, minimumNumberOfParent, numberOfChildren, numberOfParent, prepare, removeChild, removeParent, setName
-
Constructor Details
-
ModelRelationOpAttributeAnalyzer
public ModelRelationOpAttributeAnalyzer()
-
-
Method Details
-
setModelConstraint
-
getModelConstraint
-
delete
public void delete() -
analyze
Description copied from class:AnalyzerAnalyze is called to analyze the particular token -
toString
public java.lang.String toString()
-