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 void
analyze(Token token)
Analyze is called to analyze the particular tokenvoid
delete()
ModelConstraint
getModelConstraint()
boolean
setModelConstraint(ModelConstraint aModelConstraint)
java.lang.String
toString()
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:Analyzer
Analyze is called to analyze the particular token -
toString
public java.lang.String toString()
-