Uses of Interface
com.telelogic.rhapsody.core.IRPStatechart

Uses of IRPStatechart in com.telelogic.rhapsody.core
 

Subinterfaces of IRPStatechart in com.telelogic.rhapsody.core
 interface IRPFlowchart
          The IRPFlowchart interface represents activities in Rational Rhapsody models.
 

Methods in com.telelogic.rhapsody.core that return IRPStatechart
 IRPStatechart IRPPackage.addStatechart()
          Adds a new statechart to the package.
 IRPStatechart IRPClassifier.addStatechart()
          Creates a new statechart.
 IRPStatechart IRPState.createNestedStatechart()
          Creates a sub-statechart for the state.
 IRPStatechart IRPStatechart.getInheritsFrom()
          Returns the statechart of the base class of this class.
 IRPStatechart IRPTransition.getItsStatechart()
          get property itsStatechart
 IRPStatechart IRPState.getItsStatechart()
          Returns the statechart that this state belongs to.
 IRPStatechart IRPState.getNestedStatechart()
          Returns the state's sub-statechart.
 IRPStatechart IRPStatechartDiagram.getStatechart()
          Returns the IRPStatechart object underlying the statechart.
 IRPStatechart IRPClassifier.getStatechart()
          This method should no longer be used because Rational Rhapsody now allows you to define more than one statechart and activity diagram for a class.
 

Methods in com.telelogic.rhapsody.core with parameters of type IRPStatechart
 void IRPTransition.setItsStatechart(IRPStatechart itsStatechart)
          set property itsStatechart