org.eclipse.emf.henshin.trace
Interface TracePackage

All Superinterfaces:
EModelElement, ENamedElement, EObject, EPackage, Notifier
All Known Implementing Classes:
TracePackageImpl

public interface TracePackage
extends EPackage

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

See Also:
TraceFactory

Nested Class Summary
static interface TracePackage.Literals
          Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type
 
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage
EPackage.Descriptor, EPackage.Registry
 
Field Summary
static TracePackage eINSTANCE
          The singleton instance of the package.
static String eNAME
          The package name.
static String eNS_PREFIX
          The package namespace name.
static String eNS_URI
          The package namespace URI.
static int TRACE
          The meta object id for the 'Trace' class.
static int TRACE__NAME
          The feature id for the 'Name' attribute.
static int TRACE__SOURCE
          The feature id for the 'Source' reference list.
static int TRACE__SUB_TRACES
          The feature id for the 'Sub Traces' containment reference list.
static int TRACE__TARGET
          The feature id for the 'Target' reference list.
static int TRACE_FEATURE_COUNT
          The number of structural features of the 'Trace' class.
 
Method Summary
 EAttribute getTrace_Name()
          Returns the meta object for the attribute 'Name'.
 EReference getTrace_Source()
          Returns the meta object for the reference list 'Source'.
 EReference getTrace_SubTraces()
          Returns the meta object for the containment reference list 'Sub Traces'.
 EReference getTrace_Target()
          Returns the meta object for the reference list 'Target'.
 EClass getTrace()
          Returns the meta object for class 'Trace'.
 TraceFactory getTraceFactory()
          Returns the factory that creates the instances of the model.
 
Methods inherited from interface org.eclipse.emf.ecore.EPackage
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI
 
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement
getName, setName
 
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Field Detail

eNAME

static final String eNAME
The package name.

See Also:
Constant Field Values

eNS_URI

static final String eNS_URI
The package namespace URI.

See Also:
Constant Field Values

eNS_PREFIX

static final String eNS_PREFIX
The package namespace name.

See Also:
Constant Field Values

eINSTANCE

static final TracePackage eINSTANCE
The singleton instance of the package.


TRACE

static final int TRACE
The meta object id for the 'Trace' class.

See Also:
TraceImpl, TracePackageImpl.getTrace(), Constant Field Values

TRACE__SUB_TRACES

static final int TRACE__SUB_TRACES
The feature id for the 'Sub Traces' containment reference list.

See Also:
Constant Field Values

TRACE__SOURCE

static final int TRACE__SOURCE
The feature id for the 'Source' reference list.

See Also:
Constant Field Values

TRACE__TARGET

static final int TRACE__TARGET
The feature id for the 'Target' reference list.

See Also:
Constant Field Values

TRACE__NAME

static final int TRACE__NAME
The feature id for the 'Name' attribute.

See Also:
Constant Field Values

TRACE_FEATURE_COUNT

static final int TRACE_FEATURE_COUNT
The number of structural features of the 'Trace' class.

See Also:
Constant Field Values
Method Detail

getTrace

EClass getTrace()
Returns the meta object for class 'Trace'.

Returns:
the meta object for class 'Trace'.
See Also:
Trace

getTrace_SubTraces

EReference getTrace_SubTraces()
Returns the meta object for the containment reference list 'Sub Traces'.

Returns:
the meta object for the containment reference list 'Sub Traces'.
See Also:
Trace.getSubTraces(), getTrace()

getTrace_Source

EReference getTrace_Source()
Returns the meta object for the reference list 'Source'.

Returns:
the meta object for the reference list 'Source'.
See Also:
Trace.getSource(), getTrace()

getTrace_Target

EReference getTrace_Target()
Returns the meta object for the reference list 'Target'.

Returns:
the meta object for the reference list 'Target'.
See Also:
Trace.getTarget(), getTrace()

getTrace_Name

EAttribute getTrace_Name()
Returns the meta object for the attribute 'Name'.

Returns:
the meta object for the attribute 'Name'.
See Also:
Trace.getName(), getTrace()

getTraceFactory

TraceFactory getTraceFactory()
Returns the factory that creates the instances of the model.

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