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

Uses of IRPOperation in com.telelogic.rhapsody.core
 

Methods in com.telelogic.rhapsody.core that return IRPOperation
 IRPOperation IRPClass.addConstructor(java.lang.String argumentsData)
          Adds a constructor for the current class.
 IRPOperation IRPClass.addDestructor()
          Adds a destructor for the current class.
 IRPOperation IRPPackage.addGlobalFunction(java.lang.String name)
          Adds a global function to the package.
 IRPOperation IRPClassifier.addOperation(java.lang.String name)
          Adds a new operation.
 IRPOperation IRPClass.addTriggeredOperation(java.lang.String name)
          Adds a new triggered operation to the current class.
 IRPOperation IRPPackage.findGlobalFunction(java.lang.String name)
          Returns the global function with the specified name.
 IRPOperation IRPInstance.getInstantiatedBy()
          get property instantiatedBy
 IRPOperation IRPFlowchart.getItsOwner()
          Deprecated. Use IRPModelElement.getOwner instead.
 

Methods in com.telelogic.rhapsody.core with parameters of type IRPOperation
 void IRPClass.deleteConstructor(IRPOperation constructor)
          Deletes the specified constructor from the current class.
 void IRPPackage.deleteGlobalFunction(IRPOperation operation)
          Deletes the specified global function.
 void IRPClassifier.deleteOperation(IRPOperation operation)
          Deletes the specified operation.
 void IRPInstance.setInstantiatedBy(IRPOperation instantiatedBy)
          set property instantiatedBy
 void IRPFlowchart.setItsOwner(IRPOperation itsOwner)
          Deprecated. Use IRPModelElement.setOwner instead.