com.ibm.xtools.uml.rt.core
Interface RTFactory.RTRedefFactory

Enclosing class:
RTFactory

public static interface RTFactory.RTRedefFactory

Extension for UML Modeler Redefinition Factory


Method Summary
 RTConnectorRedefinition 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 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())
 

Method Detail

getPortRedefinition

RTPortRedefinition 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())

Parameters:
port -
capsule -
Returns:

getConnectorRedefinition

RTConnectorRedefinition 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())

Parameters:
connector -
capsule -
Returns: