scheduler.impl
Class SchedulerFactoryImpl

java.lang.Object
  extended by EFactoryImpl
      extended by scheduler.impl.SchedulerFactoryImpl
All Implemented Interfaces:
SchedulerFactory

public class SchedulerFactoryImpl
extends EFactoryImpl
implements SchedulerFactory

An implementation of the model Factory.


Field Summary
 
Fields inherited from interface scheduler.SchedulerFactory
eINSTANCE
 
Constructor Summary
SchedulerFactoryImpl()
          Creates an instance of the factory.
 
Method Summary
 EObject create(EClass eClass)
           
 SchedulerLibrary createSchedulerLibrary()
           
 SystemConfiguration createSystemConfiguration()
           
static SchedulerPackage getPackage()
          Deprecated.  
 SchedulerPackage getSchedulerPackage()
           
static SchedulerFactory init()
          Creates the default factory implementation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SchedulerFactoryImpl

public SchedulerFactoryImpl()
Creates an instance of the factory.

Method Detail

init

public static SchedulerFactory init()
Creates the default factory implementation.


create

public EObject create(EClass eClass)


createSchedulerLibrary

public SchedulerLibrary createSchedulerLibrary()

Specified by:
createSchedulerLibrary in interface SchedulerFactory
Returns:
a new object of class 'Library'.

createSystemConfiguration

public SystemConfiguration createSystemConfiguration()

Specified by:
createSystemConfiguration in interface SchedulerFactory
Returns:
a new object of class 'System Configuration'.

getSchedulerPackage

public SchedulerPackage getSchedulerPackage()

Specified by:
getSchedulerPackage in interface SchedulerFactory
Returns:
the package supported by this factory.

getPackage

@Deprecated
public static SchedulerPackage getPackage()
Deprecated.