org.eclipse.modisco.infra.discovery.launch
Interface LaunchFactory


public interface LaunchFactory

The Factory for the model. It provides a create method for each non-abstract class of the model.

See Also:
LaunchPackage
Generated:

Field Summary
static LaunchFactory eINSTANCE
          The singleton instance of the factory.
 
Method Summary
 LaunchConfiguration createLaunchConfiguration()
          Returns a new object of class 'Configuration'.
 ParameterValue createParameterValue()
          Returns a new object of class 'Parameter Value'.
 LaunchPackage getLaunchPackage()
          Returns the package supported by this factory.
 

Field Detail

eINSTANCE

static final LaunchFactory eINSTANCE
The singleton instance of the factory.

Generated:
Method Detail

createLaunchConfiguration

LaunchConfiguration createLaunchConfiguration()
Returns a new object of class 'Configuration'.

Returns:
a new object of class 'Configuration'.
Generated:

createParameterValue

ParameterValue createParameterValue()
Returns a new object of class 'Parameter Value'.

Returns:
a new object of class 'Parameter Value'.
Generated:

getLaunchPackage

LaunchPackage getLaunchPackage()
Returns the package supported by this factory.

Returns:
the package supported by this factory.
Generated: