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

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

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

Methods in com.ibm.xtools.uml.rt.core that return RTConnectorRedefinition
 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())
 

Methods in com.ibm.xtools.uml.rt.core that return types with arguments of type RTConnectorRedefinition
 java.util.Collection<RTConnectorRedefinition> RTInheritingStructuredClassifier.getAllConnectors()