ujf.verimag.bip.Core.Priorities.impl
Class PrioritiesFactoryImpl

java.lang.Object
  extended by EFactoryImpl
      extended by ujf.verimag.bip.Core.Priorities.impl.PrioritiesFactoryImpl
All Implemented Interfaces:
PrioritiesFactory

public class PrioritiesFactoryImpl
extends EFactoryImpl
implements PrioritiesFactory

An implementation of the model Factory.


Field Summary
 
Fields inherited from interface ujf.verimag.bip.Core.Priorities.PrioritiesFactory
eINSTANCE
 
Constructor Summary
PrioritiesFactoryImpl()
          Creates an instance of the factory.
 
Method Summary
 EObject create(EClass eClass)
           
 ConnectorTypeReference createConnectorTypeReference()
           
 PriorityRule createPriorityRule()
           
static PrioritiesPackage getPackage()
          Deprecated.  
 PrioritiesPackage getPrioritiesPackage()
           
static PrioritiesFactory 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

PrioritiesFactoryImpl

public PrioritiesFactoryImpl()
Creates an instance of the factory.

Method Detail

init

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


create

public EObject create(EClass eClass)


createPriorityRule

public PriorityRule createPriorityRule()

Specified by:
createPriorityRule in interface PrioritiesFactory
Returns:
a new object of class 'Priority Rule'.

createConnectorTypeReference

public ConnectorTypeReference createConnectorTypeReference()

Specified by:
createConnectorTypeReference in interface PrioritiesFactory
Returns:
a new object of class 'Connector Type Reference'.

getPrioritiesPackage

public PrioritiesPackage getPrioritiesPackage()

Specified by:
getPrioritiesPackage in interface PrioritiesFactory
Returns:
the package supported by this factory.

getPackage

@Deprecated
public static PrioritiesPackage getPackage()
Deprecated.