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

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

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

Subclasses of StandaloneCommand in org.eclipse.ocl.examples.standalone
 class HelpCommand
          The HelpCommand provides interactive help.
 

Methods in org.eclipse.ocl.examples.standalone that return StandaloneCommand
 StandaloneCommand StandaloneCommandAnalyzer.parse(java.lang.String[] args)
          This launch the application using the entered arguments.
 

Methods in org.eclipse.ocl.examples.standalone that return types with arguments of type StandaloneCommand
 java.util.Collection<StandaloneCommand> StandaloneApplication.getCommands()
           
 java.util.Collection<StandaloneCommand> StandaloneCommandAnalyzer.getCommands()
           
 

Methods in org.eclipse.ocl.examples.standalone with parameters of type StandaloneCommand
protected  void StandaloneCommandAnalyzer.addCommand(StandaloneCommand command)
           
 int HelpCommand.CommandComparator.compare(StandaloneCommand o1, StandaloneCommand o2)
           
 

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

Subclasses of StandaloneCommand in org.eclipse.ocl.examples.standalone.validity
 class ValidateCommand
          The ValidateCommand provides model validation.