|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.quarrel.uml.impl.RelationshipImpl
An implemention of the Relationship interface.
Constructor Summary | |
RelationshipImpl(RelationshipType type,
Element client,
Element supplier)
Creates a new instance. |
Method Summary | |
Element |
getClient()
Returns the dependent FileElement in the relationship (child). |
Element |
getSupplier()
Returns the independent element in the relationship (parent). |
RelationshipType |
getType()
Returns an object representing the type of this relationship. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RelationshipImpl(RelationshipType type, Element client, Element supplier)
type
- the type of the relationship.client
- the dependent element.supplier
- the independent element.Method Detail |
public RelationshipType getType()
getType
in interface Relationship
public Element getSupplier()
getSupplier
in interface Relationship
public Element getClient()
getClient
in interface Relationship
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |