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

java.lang.Object
  extended by EPackageImpl
      extended by ujf.verimag.bip.Extra.Traceability.impl.TraceabilityPackageImpl
All Implemented Interfaces:
TraceabilityPackage

public class TraceabilityPackageImpl
extends EPackageImpl
implements TraceabilityPackage

An implementation of the model Package.


Nested Class Summary
 
Nested classes/interfaces inherited from interface ujf.verimag.bip.Extra.Traceability.TraceabilityPackage
TraceabilityPackage.Literals
 
Field Summary
 
Fields inherited from interface ujf.verimag.bip.Extra.Traceability.TraceabilityPackage
eINSTANCE, eNAME, eNS_PREFIX, eNS_URI, TRACEABLE_ELEMENT, TRACEABLE_ELEMENT__START_SOURCE_LINE, TRACEABLE_ELEMENT_FEATURE_COUNT
 
Method Summary
 void createPackageContents()
          Creates the meta-model objects for the package.
 TraceabilityFactory getTraceabilityFactory()
           
 EAttribute getTraceableElement_StartSourceLine()
           
 EClass getTraceableElement()
           
static TraceabilityPackage init()
          Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
 void initializePackageContents()
          Complete the initialization of the package and its meta-model.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

init

public static TraceabilityPackage init()
Creates, registers, and initializes the Package for this model, and for any others upon which it depends.

This method is used to initialize TraceabilityPackage.eINSTANCE when that field is accessed. Clients should not invoke it directly. Instead, they should simply access that field to obtain the package.

See Also:
TraceabilityPackage.eNS_URI, createPackageContents(), initializePackageContents()

getTraceableElement

public EClass getTraceableElement()

Specified by:
getTraceableElement in interface TraceabilityPackage
Returns:
the meta object for class 'Traceable Element'.
See Also:
TraceableElement

getTraceableElement_StartSourceLine

public EAttribute getTraceableElement_StartSourceLine()

Specified by:
getTraceableElement_StartSourceLine in interface TraceabilityPackage
Returns:
the meta object for the attribute 'Start Source Line'.
See Also:
TraceableElement.getStartSourceLine(), TraceabilityPackage.getTraceableElement()

getTraceabilityFactory

public TraceabilityFactory getTraceabilityFactory()

Specified by:
getTraceabilityFactory in interface TraceabilityPackage
Returns:
the factory that creates the instances of the model.

createPackageContents

public void createPackageContents()
Creates the meta-model objects for the package. This method is guarded to have no affect on any invocation but its first.


initializePackageContents

public void initializePackageContents()
Complete the initialization of the package and its meta-model. This method is guarded to have no affect on any invocation but its first.