Uses of Class
org.eclipse.amp.axf.core.EngineControl

Packages that use EngineControl
org.eclipse.amp.axf.core   
org.eclipse.amp.axf.ide.handlers   
org.eclipse.amp.escape.ide   
 

Uses of EngineControl in org.eclipse.amp.axf.core
 

Methods in org.eclipse.amp.axf.core that return EngineControl
static EngineControl EngineControl.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static EngineControl[] EngineControl.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.eclipse.amp.axf.core with parameters of type EngineControl
 void IEngine.control(EngineControl ModelControl)
          Control.
 

Uses of EngineControl in org.eclipse.amp.axf.ide.handlers
 

Constructors in org.eclipse.amp.axf.ide.handlers with parameters of type EngineControl
ModelRunHandler(EngineControl control)
          Instantiates a new model run handler.
 

Uses of EngineControl in org.eclipse.amp.escape.ide
 

Methods in org.eclipse.amp.escape.ide with parameters of type EngineControl
 void EclipseEscapeRunner.control(EngineControl control)