ujf.verimag.bip.Extra.Traceability
Interface TraceabilityPackage

All Known Implementing Classes:
TraceabilityPackageImpl

public interface TraceabilityPackage

The Package for the model. It contains accessors for the meta objects to represent

See Also:
TraceabilityFactory

Nested Class Summary
static interface TraceabilityPackage.Literals
          Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type
 
Field Summary
static TraceabilityPackage eINSTANCE
          The singleton instance of the package.
static java.lang.String eNAME
          The package name.
static java.lang.String eNS_PREFIX
          The package namespace name.
static java.lang.String eNS_URI
          The package namespace URI.
static int TRACEABLE_ELEMENT
          The meta object id for the 'Traceable Element' class.
static int TRACEABLE_ELEMENT__START_SOURCE_LINE
          The feature id for the 'Start Source Line' attribute.
static int TRACEABLE_ELEMENT_FEATURE_COUNT
          The number of structural features of the 'Traceable Element' class.
 
Method Summary
 TraceabilityFactory getTraceabilityFactory()
          Returns the factory that creates the instances of the model.
 EAttribute getTraceableElement_StartSourceLine()
          Returns the meta object for the attribute 'Start Source Line'.
 EClass getTraceableElement()
          Returns the meta object for class 'Traceable Element'.
 

Field Detail

eNAME

static final java.lang.String eNAME
The package name.

See Also:
Constant Field Values

eNS_URI

static final java.lang.String eNS_URI
The package namespace URI.

See Also:
Constant Field Values

eNS_PREFIX

static final java.lang.String eNS_PREFIX
The package namespace name.

See Also:
Constant Field Values

eINSTANCE

static final TraceabilityPackage eINSTANCE
The singleton instance of the package.


TRACEABLE_ELEMENT

static final int TRACEABLE_ELEMENT
The meta object id for the 'Traceable Element' class.

See Also:
TraceableElementImpl, TraceabilityPackageImpl.getTraceableElement(), Constant Field Values

TRACEABLE_ELEMENT__START_SOURCE_LINE

static final int TRACEABLE_ELEMENT__START_SOURCE_LINE
The feature id for the 'Start Source Line' attribute.

See Also:
Constant Field Values

TRACEABLE_ELEMENT_FEATURE_COUNT

static final int TRACEABLE_ELEMENT_FEATURE_COUNT
The number of structural features of the 'Traceable Element' class.

See Also:
Constant Field Values
Method Detail

getTraceableElement

EClass getTraceableElement()
Returns the meta object for class 'Traceable Element'.

Returns:
the meta object for class 'Traceable Element'.
See Also:
TraceableElement

getTraceableElement_StartSourceLine

EAttribute getTraceableElement_StartSourceLine()
Returns the meta object for the attribute 'Start Source Line'.

Returns:
the meta object for the attribute 'Start Source Line'.
See Also:
TraceableElement.getStartSourceLine(), getTraceableElement()

getTraceabilityFactory

TraceabilityFactory getTraceabilityFactory()
Returns the factory that creates the instances of the model.

Returns:
the factory that creates the instances of the model.