public interface Diagram extends NamedElement
The following features are supported:
UMLPackage.getDiagram()| Modifier and Type | Method and Description | 
|---|---|
AbstractDiagramRepresentationObject | 
get_representation()
Returns the value of the 'representation' containment reference. 
 | 
Element | 
getContext()
Returns the value of the 'Context' reference. 
 | 
Namespace | 
getOwnerOfDiagram()
Returns the value of the 'Owner Of Diagram' container reference. 
 | 
void | 
set_representation(AbstractDiagramRepresentationObject value)
Sets the value of the ' 
representation' containment reference. | 
void | 
setContext(Element value)
Sets the value of the ' 
Context' reference. | 
void | 
setOwnerOfDiagram(Namespace value)
Sets the value of the ' 
Owner Of Diagram' container reference. | 
get_considerIgnoreFragmentOfMessage, get_durationObservationOfEvent, get_informationFlowOfInformationSource, get_informationFlowOfInformationTarget, get_messageOfSignature, get_namespaceOfMember, get_timeObservationOfEvent, getClientDependency, getName, getNameExpression, getNamespace, getQualifiedName, getSupplierDependency, getVisibility, has_considerIgnoreFragmentOfMessage, has_durationObservationOfEvent, has_informationFlowOfInformationSource, has_informationFlowOfInformationTarget, has_messageOfSignature, has_namespaceOfMember, has_timeObservationOfEvent, hasClientDependency, hasSupplierDependency, setName, setNameExpression, setNamespace, setVisibilityget_activityPartitionOfRepresents, get_commentOfAnnotatedElement, get_constraintOfConstrainedElement, get_diagramOfContext, get_directedRelationshipOfSource, get_directedRelationshipOfTarget, get_elementOfSyncElement, get_elementValueOfElement, get_relationshipOfRelatedElement, getAppliedStereotypeInstance, getOwnedComment, getOwnedElement, getOwner, getSyncElement, has_activityPartitionOfRepresents, has_commentOfAnnotatedElement, has_constraintOfConstrainedElement, has_diagramOfContext, has_directedRelationshipOfSource, has_directedRelationshipOfTarget, has_elementOfSyncElement, has_elementValueOfElement, has_relationshipOfRelatedElement, hasOwnedComment, hasOwnedElement, setAppliedStereotypeInstance, setOwner, setSyncElementget_representationText, getLocalID, isInvalid, set_representationText, setLocalID, sGetLocalIDgetID, getMDExtension, getMdExtensions, setIDeAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDeliveraccept, addPropertyChangeListener, canAdd, canAdd, canAddChild, canBeDeleted, firePropertyChange, getClassType, getHumanName, getHumanType, getObjectParent, isEditable, removePropertyChangeListener, sGetIDrefClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite@CheckForNull Element getContext()
diagram Of Context'.
 
 If the meaning of the 'Context' reference isn't clear, there really should be more of a description here...
setContext(Element), 
UMLPackage.getDiagram_Context(), 
Element.get_diagramOfContext()void setContext(@CheckForNull
                Element value)
Context' reference.
 
 value - the new value of the 'Context' reference.getContext()@CheckForNull Namespace getOwnerOfDiagram()
Owned Diagram'.
 
 If the meaning of the 'Owner Of Diagram' container reference isn't clear, there really should be more of a description here...
setOwnerOfDiagram(Namespace), 
UMLPackage.getDiagram_OwnerOfDiagram(), 
Namespace.getOwnedDiagram()void setOwnerOfDiagram(@CheckForNull
                       Namespace value)
Owner Of Diagram' container reference.
 
 value - the new value of the 'Owner Of Diagram' container reference.getOwnerOfDiagram()@CheckForNull AbstractDiagramRepresentationObject get_representation()
If the meaning of the 'representation' containment reference isn't clear, there really should be more of a description here...
set_representation(AbstractDiagramRepresentationObject), 
UMLPackage.getDiagram__representation()void set_representation(@CheckForNull
                        AbstractDiagramRepresentationObject value)
representation' containment reference.
 
 value - the new value of the 'representation' containment reference.get_representation()