scheduler
Interface SchedulerFactory

All Known Implementing Classes:
SchedulerFactoryImpl

public interface SchedulerFactory

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

See Also:
SchedulerPackage

Field Summary
static SchedulerFactory eINSTANCE
          The singleton instance of the factory.
 
Method Summary
 SchedulerLibrary createSchedulerLibrary()
          Returns a new object of class 'Library'.
 SystemConfiguration createSystemConfiguration()
          Returns a new object of class 'System Configuration'.
 SchedulerPackage getSchedulerPackage()
          Returns the package supported by this factory.
 

Field Detail

eINSTANCE

static final SchedulerFactory eINSTANCE
The singleton instance of the factory.

Method Detail

createSchedulerLibrary

SchedulerLibrary createSchedulerLibrary()
Returns a new object of class 'Library'.

Returns:
a new object of class 'Library'.

createSystemConfiguration

SystemConfiguration createSystemConfiguration()
Returns a new object of class 'System Configuration'.

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

getSchedulerPackage

SchedulerPackage getSchedulerPackage()
Returns the package supported by this factory.

Returns:
the package supported by this factory.