com.ibm.jps.util
Class RSMRelation

java.lang.Object
  extended by com.ibm.jps.util.RSMRelation

public class RSMRelation
extends java.lang.Object

Captures information about UML relationsips:


Constructor Summary
RSMRelation()
           
 
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
 

Constructor Detail

RSMRelation

public RSMRelation()
Method Detail

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)