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

Uses of IRPArgument in com.telelogic.rhapsody.core
 

Methods in com.telelogic.rhapsody.core that return IRPArgument
 IRPArgument IRPInterfaceItem.addArgument(java.lang.String newVal)
          Adds a new argument to the end of the argument list.
 IRPArgument IRPInterfaceItem.addArgumentBeforePosition(java.lang.String newVal, int pos)
          Adds a new argument at the specified position in the argument list.
 

Methods in com.telelogic.rhapsody.core with parameters of type IRPArgument
 void IRPOperation.deleteArgument(IRPArgument argument)
          Deletes a specific argument from the operation.