Uses of Interface
com.ibm.xtools.uml.rt.core.RTCapsule

Packages that use RTCapsule
com.ibm.xtools.uml.rt.core   
 

Uses of RTCapsule in com.ibm.xtools.uml.rt.core
 

Methods in com.ibm.xtools.uml.rt.core that return RTCapsule
static RTCapsule RTFactory.CapsuleFactory.createCapsule(java.lang.Package container, java.lang.String name)
           
static RTCapsule RTFactory.CapsuleFactory.getCapsule(java.lang.Class uml2Class)
           
 

Methods in com.ibm.xtools.uml.rt.core with parameters of type RTCapsule
 RTConnectorRedefinition RTFactory.RTRedefFactory.getConnectorRedefinition(Connector connector, RTCapsule capsule)
          Creates RTConnectorRedefinition wrapper for given UML2 Port object in the context of given Capsule This is shortcut to (RTConnectorRedefinition) RedefFactory#getPortRedefintion(connector, capsule.getUML2Class())
 RTPortRedefinition RTFactory.RTRedefFactory.getPortRedefinition(Port port, RTCapsule capsule)
          Creates RTPortRedefinition wrapper for given UML2 Port object in the context of given Capsule This is shortcut to (RTPortRedefintion) RedefFactory#getPortRedefintion(port, capsule.getUML2Class())