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

All Superinterfaces:
RTInheritingEncapsulatedClassifier, RTInheritingStructuredClassifier

public interface RTCapsule
extends RTInheritingStructuredClassifier, RTInheritingEncapsulatedClassifier

Represents a Capsule element

Author:
gsturov

Method Summary
 RTStateMachineRedefinition getPrimaryStateMachine()
           
 java.lang.Class getUML2Class()
           
 
Methods inherited from interface com.ibm.xtools.uml.rt.core.RTInheritingStructuredClassifier
getAllConnectors, getAllRoles
 
Methods inherited from interface com.ibm.xtools.uml.rt.core.RTInheritingEncapsulatedClassifier
getAllPorts
 

Method Detail

getUML2Class

java.lang.Class getUML2Class()
Returns:
UML2 Class element that implements this Capsule

getPrimaryStateMachine

RTStateMachineRedefinition getPrimaryStateMachine()
Returns:
the one and only State Machine owned by the Capsule