public interface Classifier extends Unit
The following features are supported:
RhapsodyPackage.getClassifier()
Modifier and Type | Method and Description |
---|---|
Flowchart |
getActivityDiagram()
Returns the value of the 'Activity Diagram' reference.
|
MDWEList |
getAttributes()
Returns the value of the 'Attributes' reference list.
|
MDWEList |
getBaseClassifiers()
Returns the value of the 'Base Classifiers' reference list.
|
MDWEList |
getBehavioralDiagrams()
Returns the value of the 'Behavioral Diagrams' reference list.
|
MDWEList |
getDerivedClassifiers()
Returns the value of the 'Derived Classifiers' reference list.
|
MDWEList |
getFlowItems()
Returns the value of the 'Flow Items' reference list.
|
MDWEList |
getFlows()
Returns the value of the 'Flows' reference list.
|
MDWEList |
getGeneralizations()
Returns the value of the 'Generalizations' reference list.
|
MDWEList |
getInterfaceItems()
Returns the value of the 'Interface Items' reference list.
|
MDWEList |
getLinks()
Returns the value of the 'Links' reference list.
|
MDWEList |
getNestedClassifiers()
Returns the value of the 'Nested Classifiers' reference list.
|
MDWEList |
getOperations()
Returns the value of the 'Operations' reference list.
|
MDWEList |
getPorts()
Returns the value of the 'Ports' reference list.
|
MDWEList |
getRelations()
Returns the value of the 'Relations' reference list.
|
MDWEList |
getSequenceDiagrams()
Returns the value of the 'Sequence Diagrams' reference list.
|
Statechart |
getStatechart()
Returns the value of the 'Statechart' reference.
|
void |
setActivityDiagram(Flowchart value)
Sets the value of the '
Activity Diagram ' reference. |
void |
setStatechart(Statechart value)
Sets the value of the '
Statechart ' reference. |
getCMHeader, getCurrentDirectory, getFilename, getLanguage, getLastModifiedTime, getStructureDiagrams, isIncludeInNextLoad, isReadOnly, isReferenceUnit, isSeparateSaveUnit, isStub, setCMHeader, setCurrentDirectory, setFilename, setIncludeInNextLoad, setIsReadOnly, setIsReferenceUnit, setIsSeparateSaveUnit, setIsStub, setLanguage, setLastModifiedTime
getAllTags, getAnnotations, getConstraints, getConstraintsByHim, getControlledFiles, getDependencies, getDescription, getDescriptionHTML, getDescriptionRTF, getDisplayName, getFullPathName, getGUID, getHyperLinks, getInterfaceName, getLocalTags, getMainDiagram, getMetaClass, getName, getOfTemplate, getOwnedDependencies, getOwner, getProject, getProperties, getProperty, getReferences, getStereotype, getStereotypes, getTemplateParameters, getTi, getUserDefinedMetaClass, isATemplate, isExternal, isRequirementTraceabilityHandle, isShowDisplayName, isUnresolved, setDescription, setDescriptionHTML, setDescriptionRTF, setDisplayName, setFullPathName, setGUID, setInterfaceName, setIsATemplate, setIsExternal, setIsShowDisplayName, setIsUnresolved, setMainDiagram, setMetaClass, setName, setOfTemplate, setOwner, setProject, setRequirementTraceabilityHandle, setStereotype, setTi, setUserDefinedMetaClass
MDWEList getAttributes()
Attribute
.
RhapsodyPackage.getClassifier_Attributes()
MDWEList getInterfaceItems()
InterfaceItem
.
RhapsodyPackage.getClassifier_InterfaceItems()
MDWEList getOperations()
Operation
.
RhapsodyPackage.getClassifier_Operations()
MDWEList getRelations()
Relation
.
RhapsodyPackage.getClassifier_Relations()
MDWEList getNestedClassifiers()
Classifier
.
RhapsodyPackage.getClassifier_NestedClassifiers()
Statechart getStatechart()
setStatechart(Statechart)
,
RhapsodyPackage.getClassifier_Statechart()
void setStatechart(Statechart value)
Statechart
' reference.
value
- the new value of the 'Statechart' reference.getStatechart()
Flowchart getActivityDiagram()
setActivityDiagram(Flowchart)
,
RhapsodyPackage.getClassifier_ActivityDiagram()
void setActivityDiagram(Flowchart value)
Activity Diagram
' reference.
value
- the new value of the 'Activity Diagram' reference.getActivityDiagram()
MDWEList getLinks()
Link
.
RhapsodyPackage.getClassifier_Links()
MDWEList getFlows()
Flow
.
RhapsodyPackage.getClassifier_Flows()
MDWEList getFlowItems()
FlowItem
.
RhapsodyPackage.getClassifier_FlowItems()
MDWEList getPorts()
Instance
.
RhapsodyPackage.getClassifier_Ports()
MDWEList getDerivedClassifiers()
Classifier
.
It is bidirectional and its opposite is 'Base Classifiers
'.
RhapsodyPackage.getClassifier_DerivedClassifiers()
,
getBaseClassifiers()
MDWEList getBaseClassifiers()
Classifier
.
It is bidirectional and its opposite is 'Derived
Classifiers
'.
RhapsodyPackage.getClassifier_BaseClassifiers()
,
getDerivedClassifiers()
MDWEList getGeneralizations()
Generalization
.
It is bidirectional and its opposite is 'Derived Class
'.
RhapsodyPackage.getClassifier_Generalizations()
,
Generalization.getDerivedClass()
MDWEList getBehavioralDiagrams()
Statechart
.
RhapsodyPackage.getClassifier_BehavioralDiagrams()
MDWEList getSequenceDiagrams()
SequenceDiagram
.
RhapsodyPackage.getClassifier_SequenceDiagrams()