rs.sol.soloist.server.uml.concepts.reflection
Interface IRelationship

All Superinterfaces:
rs.sol.soloist.server.uml.concepts.IElement, IMElement
All Known Subinterfaces:
IAssociation, IAssociationClass

public interface IRelationship
extends IMElement

Abstract generalization of relationships in the UML model, having runtime semantics.


Method Summary
 java.util.List<IMElement> getRelatedElements()
          Returns the MElements related by this Relationship.
 
Methods inherited from interface rs.sol.soloist.server.uml.concepts.reflection.IMElement
getOwnedElements, getOwner, getStereotype, getStereotypeAsText, getTaggedValue
 
Methods inherited from interface rs.sol.soloist.server.uml.concepts.IElement
accept, accept, isKindOf, isModelElement, isRTElement
 

Method Detail

getRelatedElements

java.util.List<IMElement> getRelatedElements()
                                             throws rs.sol.soloist.server.uml.exceptions.RequestFailedException
Returns the MElements related by this Relationship. Derived union.

Throws:
rs.sol.soloist.server.uml.exceptions.RequestFailedException