Uses of Class
org.eclipse.ocl.examples.standalone.StandaloneResponse

Packages that use StandaloneResponse
org.eclipse.ocl.examples.standalone   
org.eclipse.ocl.examples.standalone.validity   
 

Uses of StandaloneResponse in org.eclipse.ocl.examples.standalone
 

Methods in org.eclipse.ocl.examples.standalone that return StandaloneResponse
 StandaloneResponse HelpCommand.execute(java.util.Map<StandaloneCommand.CommandToken,java.util.List<java.lang.String>> token2strings)
           
abstract  StandaloneResponse StandaloneCommand.execute(java.util.Map<StandaloneCommand.CommandToken,java.util.List<java.lang.String>> tokens)
           
 StandaloneResponse StandaloneApplication.execute(java.lang.String[] args)
          This launch the application using the entered arguments.
static StandaloneResponse StandaloneResponse.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static StandaloneResponse[] StandaloneResponse.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of StandaloneResponse in org.eclipse.ocl.examples.standalone.validity
 

Methods in org.eclipse.ocl.examples.standalone.validity that return StandaloneResponse
 StandaloneResponse ValidateCommand.execute(java.util.Map<StandaloneCommand.CommandToken,java.util.List<java.lang.String>> token2strings)