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

All Superinterfaces:
Excludable, RTElementRedefinition<State,StateMachine>, RTInheritableVertex<State>

public interface RTStateRedefinition
extends RTInheritableVertex<State>, RTElementRedefinition<State,StateMachine>

Represents UMLRT State Redefinition

Author:
gsturov

Method Summary
 java.util.Collection<RTConnectionPoint> getAllConnectionPoints()
           
 java.util.Collection<RTConnectionPoint> getAllPublicConnectionPoints()
           
 java.util.Collection<RTRegionRedefinition> getAllRegions()
           
 InheritableBehavioredValueWithDefaultLanguage<Behavior,RTStateRedefinition> getDoActivity()
           
 InheritableBehavioredValueWithDefaultLanguage<Behavior,RTStateRedefinition> getEntry()
           
 InheritableBehavioredValueWithDefaultLanguage<Behavior,RTStateRedefinition> getExit()
           
 
Methods inherited from interface com.ibm.xtools.uml.rt.core.RTInheritableVertex
getAllIncomings, getAllOutgoings
 
Methods inherited from interface com.ibm.xtools.uml.rt.core.Excludable
canExclude, exclude, isExcluded, unexclude
 

Method Detail

getAllRegions

java.util.Collection<RTRegionRedefinition> getAllRegions()

getDoActivity

InheritableBehavioredValueWithDefaultLanguage<Behavior,RTStateRedefinition> getDoActivity()

getEntry

InheritableBehavioredValueWithDefaultLanguage<Behavior,RTStateRedefinition> getEntry()

getExit

InheritableBehavioredValueWithDefaultLanguage<Behavior,RTStateRedefinition> getExit()

getAllConnectionPoints

java.util.Collection<RTConnectionPoint> getAllConnectionPoints()

getAllPublicConnectionPoints

java.util.Collection<RTConnectionPoint> getAllPublicConnectionPoints()