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

Uses of IRPClassifierRole in com.telelogic.rhapsody.core
 

Methods in com.telelogic.rhapsody.core that return IRPClassifierRole
 IRPClassifierRole IRPCollaboration.addClassifierRole(java.lang.String newVal, IRPClassifier cls)
          Adds an instance line to a sequence diagram.
 IRPClassifierRole IRPCollaboration.addClassifierRoleByName(java.lang.String newVal, java.lang.String classFullPath)
          method addClassifierRoleByName
 IRPClassifierRole IRPCollaboration.addClassifierRoleForInstance(IRPInstance inst)
          method addClassifierRoleForInstance
 IRPClassifierRole IRPCollaboration.addSystemBorder()
          Adds a System Border element to a sequence diagram.
 IRPClassifierRole IRPMessagePoint.getClassifierRole()
          method getClassifierRole
 IRPClassifierRole IRPMessage.getSource()
          get property source
 IRPClassifierRole IRPMessage.getTarget()
          get property target
 

Methods in com.telelogic.rhapsody.core with parameters of type IRPClassifierRole
 IRPActionBlock IRPCollaboration.addActionBlock(IRPClassifierRole classifier)
          Adds a new action block to the specified classifier.
 IRPMessage IRPCollaboration.addCancelledTimeout(IRPClassifierRole receiver)
          Adds a cancelled timeout to the specified instance line.
 IRPMessage IRPCollaboration.addConditionMark(IRPClassifierRole classifier)
          Adds a condition mark to the specified instance line.
 IRPMessage IRPCollaboration.addCtor(IRPInterfaceItem interItem, java.lang.String actualParamList, IRPClassifierRole sender, IRPClassifierRole receiver)
          Adds a Create Arrow to a sequence diagram.
 IRPMessage IRPCollaboration.addDataFlow(IRPSysMLPort flowPort, java.lang.String value, IRPClassifierRole sender, IRPClassifierRole receiver)
          method addDataFlow
 IRPMessage IRPCollaboration.addDestructionEvent(IRPClassifierRole classifier)
          Adds a destruction event to the specified lifeline.
 IRPMessage IRPCollaboration.addDtor(IRPInterfaceItem interItem, java.lang.String actualParamList, IRPClassifierRole sender, IRPClassifierRole receiver)
          Adds a Destroy Arrow to a sequence diagram.
 IRPMessage IRPCollaboration.addFoundMessage(IRPClassifierRole receiver)
          Adds a Found Message to the specified lifeline.
 IRPMessage IRPCollaboration.addLostMessage(IRPClassifierRole sender)
          Adds a Lost Message to the specified lifeline.
 IRPMessage IRPCollaboration.addMessage(IRPInterfaceItem interItem, java.lang.String actualParamList, IRPClassifierRole sender, IRPClassifierRole receiver)
          Adds a message to a sequence diagram.
 IRPMessage IRPCollaboration.addReplyMessage(IRPInterfaceItem interItem, java.lang.String actualParamList, IRPClassifierRole sender, IRPClassifierRole receiver)
          method addReplyMessage
 IRPMessage IRPCollaboration.addStateInvariant(java.lang.String invariant, IRPClassifierRole classifier)
          Adds a State Invariant to the specified lifeline.
 IRPMessage IRPCollaboration.addTimeInterval(IRPClassifierRole receiver)
          Adds a Time Interval to the specified lifeline.
 IRPMessage IRPCollaboration.addTimeout(IRPInterfaceItem interItem, java.lang.String actualParamList, IRPClassifierRole sender, IRPClassifierRole receiver)
          Adds a timeout to a sequence diagram.
 IRPCollection IRPCollaboration.getMessagePoints(IRPClassifierRole classifier)
          Returns all the message points along the specified instance line.