com.ibm.jps.util
Class RSMRelation
java.lang.Object
com.ibm.jps.util.RSMRelation
public class RSMRelation
- extends java.lang.Object
Captures information about UML relationsips:
- rel is the actual UML Relationship
- client is the NamedElement rel originates from. In the case of a bi-directional association,
client is the first element that participates in the relationship.
- supplier the NamedElement rel points to. In the case of a bi-directional association,
supplier is the second element that participates in the relationship.
Method Summary |
org.eclipse.uml2.uml.NamedElement |
getClient()
|
org.eclipse.uml2.uml.Relationship |
getRel()
|
org.eclipse.uml2.uml.NamedElement |
getSupplier()
|
void |
setClient(org.eclipse.uml2.uml.NamedElement client)
|
void |
setRel(org.eclipse.uml2.uml.Relationship rel)
|
void |
setSupplier(org.eclipse.uml2.uml.NamedElement supplier)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RSMRelation
public RSMRelation()
getClient
public org.eclipse.uml2.uml.NamedElement getClient()
setClient
public void setClient(org.eclipse.uml2.uml.NamedElement client)
getRel
public org.eclipse.uml2.uml.Relationship getRel()
setRel
public void setRel(org.eclipse.uml2.uml.Relationship rel)
getSupplier
public org.eclipse.uml2.uml.NamedElement getSupplier()
setSupplier
public void setSupplier(org.eclipse.uml2.uml.NamedElement supplier)