org.eclipse.xpand.incremental.trace
Interface TracePackage

All Superinterfaces:
org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.ENamedElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.EPackage, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
TracePackageImpl

public interface TracePackage
extends org.eclipse.emf.ecore.EPackage

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

See Also:
TraceFactory
EMF generated code
EMF model element
kind="package"

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
org.eclipse.emf.ecore.EPackage.Descriptor, org.eclipse.emf.ecore.EPackage.Registry
 
Field Summary
static java.lang.String copyright
           
static TracePackage 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 INPUT_ELEMENT
          The meta object id for the 'Input Element' class.
static int INPUT_ELEMENT__FEATURE
          The feature id for the 'Feature' reference.
static int INPUT_ELEMENT__MODEL_ELEMENT
          The feature id for the 'Model Element' reference.
static int INPUT_ELEMENT_FEATURE_COUNT
          The number of structural features of the 'Input Element' class.
static int OUTPUT_FILE
          The meta object id for the 'Output File' class.
static int OUTPUT_FILE__FILE_NAME
          The feature id for the 'File Name' attribute.
static int OUTPUT_FILE__INPUT_ELEMENTS
          The feature id for the 'Input Elements' containment reference list.
static int OUTPUT_FILE__OUTLET
          The feature id for the 'Outlet' attribute.
static int OUTPUT_FILE__TARGET_OBJECT
          The feature id for the 'Target Object' reference.
static int OUTPUT_FILE_FEATURE_COUNT
          The number of structural features of the 'Output File' class.
static int TRACE
          The meta object id for the 'Trace' class.
static int TRACE__OUTPUT_FILES
          The feature id for the 'Output Files' containment reference list.
static int TRACE_FEATURE_COUNT
          The number of structural features of the 'Trace' class.
 
Method Summary
 org.eclipse.emf.ecore.EReference getInputElement_Feature()
          Returns the meta object for the reference 'Feature'.
 org.eclipse.emf.ecore.EReference getInputElement_ModelElement()
          Returns the meta object for the reference 'Model Element'.
 org.eclipse.emf.ecore.EClass getInputElement()
          Returns the meta object for class 'Input Element'.
 org.eclipse.emf.ecore.EAttribute getOutputFile_FileName()
          Returns the meta object for the attribute 'File Name'.
 org.eclipse.emf.ecore.EReference getOutputFile_InputElements()
          Returns the meta object for the containment reference list 'Input Elements'.
 org.eclipse.emf.ecore.EAttribute getOutputFile_Outlet()
          Returns the meta object for the attribute 'Outlet'.
 org.eclipse.emf.ecore.EReference getOutputFile_TargetObject()
          Returns the meta object for the reference 'Target Object'.
 org.eclipse.emf.ecore.EClass getOutputFile()
          Returns the meta object for class 'Output File'.
 org.eclipse.emf.ecore.EReference getTrace_OutputFiles()
          Returns the meta object for the containment reference list 'Output Files'.
 org.eclipse.emf.ecore.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

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
EMF generated code

eNAME

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

See Also:
Constant Field Values
EMF generated code

eNS_URI

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

See Also:
Constant Field Values
EMF generated code

eNS_PREFIX

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

See Also:
Constant Field Values
EMF generated code

eINSTANCE

static final TracePackage eINSTANCE
The singleton instance of the package.

EMF generated code

TRACE

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

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

TRACE__OUTPUT_FILES

static final int TRACE__OUTPUT_FILES
The feature id for the 'Output Files' containment reference list.

See Also:
Constant Field Values
EMF generated code
EMF ordered

TRACE_FEATURE_COUNT

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

See Also:
Constant Field Values
EMF generated code
EMF ordered

OUTPUT_FILE

static final int OUTPUT_FILE
The meta object id for the 'Output File' class.

See Also:
OutputFileImpl, TracePackageImpl.getOutputFile(), Constant Field Values
EMF generated code

OUTPUT_FILE__FILE_NAME

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

See Also:
Constant Field Values
EMF generated code
EMF ordered

OUTPUT_FILE__INPUT_ELEMENTS

static final int OUTPUT_FILE__INPUT_ELEMENTS
The feature id for the 'Input Elements' containment reference list.

See Also:
Constant Field Values
EMF generated code
EMF ordered

OUTPUT_FILE__TARGET_OBJECT

static final int OUTPUT_FILE__TARGET_OBJECT
The feature id for the 'Target Object' reference.

See Also:
Constant Field Values
EMF generated code
EMF ordered

OUTPUT_FILE__OUTLET

static final int OUTPUT_FILE__OUTLET
The feature id for the 'Outlet' attribute.

See Also:
Constant Field Values
EMF generated code
EMF ordered

OUTPUT_FILE_FEATURE_COUNT

static final int OUTPUT_FILE_FEATURE_COUNT
The number of structural features of the 'Output File' class.

See Also:
Constant Field Values
EMF generated code
EMF ordered

INPUT_ELEMENT

static final int INPUT_ELEMENT
The meta object id for the 'Input Element' class.

See Also:
InputElementImpl, TracePackageImpl.getInputElement(), Constant Field Values
EMF generated code

INPUT_ELEMENT__MODEL_ELEMENT

static final int INPUT_ELEMENT__MODEL_ELEMENT
The feature id for the 'Model Element' reference.

See Also:
Constant Field Values
EMF generated code
EMF ordered

INPUT_ELEMENT__FEATURE

static final int INPUT_ELEMENT__FEATURE
The feature id for the 'Feature' reference.

See Also:
Constant Field Values
EMF generated code
EMF ordered

INPUT_ELEMENT_FEATURE_COUNT

static final int INPUT_ELEMENT_FEATURE_COUNT
The number of structural features of the 'Input Element' class.

See Also:
Constant Field Values
EMF generated code
EMF ordered
Method Detail

getTrace

org.eclipse.emf.ecore.EClass getTrace()
Returns the meta object for class 'Trace'.

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

getTrace_OutputFiles

org.eclipse.emf.ecore.EReference getTrace_OutputFiles()
Returns the meta object for the containment reference list 'Output Files'.

Returns:
the meta object for the containment reference list 'Output Files'.
See Also:
Trace.getOutputFiles(), getTrace()
EMF generated code

getOutputFile

org.eclipse.emf.ecore.EClass getOutputFile()
Returns the meta object for class 'Output File'.

Returns:
the meta object for class 'Output File'.
See Also:
OutputFile
EMF generated code

getOutputFile_FileName

org.eclipse.emf.ecore.EAttribute getOutputFile_FileName()
Returns the meta object for the attribute 'File Name'.

Returns:
the meta object for the attribute 'File Name'.
See Also:
OutputFile.getFileName(), getOutputFile()
EMF generated code

getOutputFile_InputElements

org.eclipse.emf.ecore.EReference getOutputFile_InputElements()
Returns the meta object for the containment reference list 'Input Elements'.

Returns:
the meta object for the containment reference list 'Input Elements'.
See Also:
OutputFile.getInputElements(), getOutputFile()
EMF generated code

getOutputFile_TargetObject

org.eclipse.emf.ecore.EReference getOutputFile_TargetObject()
Returns the meta object for the reference 'Target Object'.

Returns:
the meta object for the reference 'Target Object'.
See Also:
OutputFile.getTargetObject(), getOutputFile()
EMF generated code

getOutputFile_Outlet

org.eclipse.emf.ecore.EAttribute getOutputFile_Outlet()
Returns the meta object for the attribute 'Outlet'.

Returns:
the meta object for the attribute 'Outlet'.
See Also:
OutputFile.getOutlet(), getOutputFile()
EMF generated code

getInputElement

org.eclipse.emf.ecore.EClass getInputElement()
Returns the meta object for class 'Input Element'.

Returns:
the meta object for class 'Input Element'.
See Also:
InputElement
EMF generated code

getInputElement_ModelElement

org.eclipse.emf.ecore.EReference getInputElement_ModelElement()
Returns the meta object for the reference 'Model Element'.

Returns:
the meta object for the reference 'Model Element'.
See Also:
InputElement.getModelElement(), getInputElement()
EMF generated code

getInputElement_Feature

org.eclipse.emf.ecore.EReference getInputElement_Feature()
Returns the meta object for the reference 'Feature'.

Returns:
the meta object for the reference 'Feature'.
See Also:
InputElement.getFeature(), getInputElement()
EMF generated code

getTraceFactory

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

Returns:
the factory that creates the instances of the model.
EMF generated code