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

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

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

Subinterfaces of RTInheritableVertex in com.ibm.xtools.uml.rt.core
 interface RTStateRedefinition
          Represents UMLRT State Redefinition
 

Methods in com.ibm.xtools.uml.rt.core that return RTInheritableVertex
 RTInheritableVertex<? extends Vertex> RTTransitionRedefinition.getSource()
           
 RTInheritableVertex<? extends Vertex> RTTransitionRedefinition.getTarget()
           
 

Methods in com.ibm.xtools.uml.rt.core that return types with arguments of type RTInheritableVertex
 java.util.Collection<RTInheritableVertex<? extends Vertex>> RTRegionRedefinition.getAllSubvertices()