public interface Relationship extends Element
Relationship is an abstract concept that specifies some kind of relationship between Elements.
The following features are supported:
UMLPackage.getRelationship()| Modifier and Type | Method and Description | 
|---|---|
java.util.Collection<InformationFlow> | 
get_abstraction()
Returns the value of the 'abstraction' reference list. 
 | 
java.util.Collection<Element> | 
getRelatedElement()
Returns the value of the 'Related Element' reference list. 
 | 
boolean | 
has_abstraction()  | 
boolean | 
hasRelatedElement()  | 
get_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, refOutermostCompositejava.util.Collection<InformationFlow> get_abstraction()
InformationFlow.
 It is bidirectional and its opposite is
 'Realization'.
 
 If the meaning of the 'abstraction' reference list isn't clear, there really should be more of a description here...
UMLPackage.getRelationship__abstraction(), 
InformationFlow.getRealization()java.util.Collection<Element> getRelatedElement()
Element.
 It is bidirectional and its opposite is
 'relationship Of Related Element'.
 
 
 
 Specifies the elements related by the Relationship.
 UMLPackage.getRelationship_RelatedElement(), 
Element.get_relationshipOfRelatedElement()boolean has_abstraction()
                 throws javax.jmi.reflect.JmiException
javax.jmi.reflect.JmiExceptionboolean hasRelatedElement()
                   throws javax.jmi.reflect.JmiException
javax.jmi.reflect.JmiException