com.telelogic.rhapsody.core
Interface IRPAXViewCtrl


public interface IRPAXViewCtrl


Method Summary
 void doCommand(long commandID)
          Execute command by command id
 void executeCommand(java.lang.String commandType, IRPCollection pCommandInitialization, IRPCollection pCommandResult)
          Execute command
 java.lang.String getInterfaceName()
          get property interfaceName
 

Method Detail

doCommand

void doCommand(long commandID)
Execute command by command id

Throws:
RhapsodyRuntimeException

executeCommand

void executeCommand(java.lang.String commandType,
                    IRPCollection pCommandInitialization,
                    IRPCollection pCommandResult)
Execute command

Throws:
RhapsodyRuntimeException

getInterfaceName

java.lang.String getInterfaceName()
get property interfaceName

Throws:
RhapsodyRuntimeException