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

Uses of IRPFlowchart in com.telelogic.rhapsody.core
 

Methods in com.telelogic.rhapsody.core that return IRPFlowchart
 IRPFlowchart IRPPackage.addActivityDiagram()
          Adds a new activity diagram to the package.
 IRPFlowchart IRPClassifier.addActivityDiagram()
          Creates a new activity diagram.
 IRPFlowchart IRPClassifier.getActivityDiagram()
          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.
 IRPFlowchart IRPActivityDiagram.getFlowchart()
          Returns the IRPFlowchart object underlying the activity diagram.
 IRPFlowchart IRPOperation.getFlowchart()
          Returns the flowchart or activity defined for the operation.
 

Methods in com.telelogic.rhapsody.core with parameters of type IRPFlowchart
 void IRPOperation.setFlowchart(IRPFlowchart flowchart)
          Specifies a flowchart or activity for the operation.