ujf.verimag.bip.Extra.Traceability.impl
Class TraceabilityFactoryImpl

java.lang.Object
  extended by EFactoryImpl
      extended by ujf.verimag.bip.Extra.Traceability.impl.TraceabilityFactoryImpl
All Implemented Interfaces:
TraceabilityFactory

public class TraceabilityFactoryImpl
extends EFactoryImpl
implements TraceabilityFactory

An implementation of the model Factory.


Field Summary
 
Fields inherited from interface ujf.verimag.bip.Extra.Traceability.TraceabilityFactory
eINSTANCE
 
Constructor Summary
TraceabilityFactoryImpl()
          Creates an instance of the factory.
 
Method Summary
 EObject create(EClass eClass)
           
static TraceabilityPackage getPackage()
          Deprecated.  
 TraceabilityPackage getTraceabilityPackage()
           
static TraceabilityFactory 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

TraceabilityFactoryImpl

public TraceabilityFactoryImpl()
Creates an instance of the factory.

Method Detail

init

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


create

public EObject create(EClass eClass)


getTraceabilityPackage

public TraceabilityPackage getTraceabilityPackage()

Specified by:
getTraceabilityPackage in interface TraceabilityFactory
Returns:
the package supported by this factory.

getPackage

@Deprecated
public static TraceabilityPackage getPackage()
Deprecated.