de.cau.cs.kieler.krep.editors.rif.rif
Interface RifPackage

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

public interface RifPackage
extends EPackage

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

See Also:
RifFactory
Rating red
Generated:
This code was automatically generated.
Model element:
kind=package

Nested Class Summary
static interface RifPackage.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 int DATA
          The meta object id for the 'Data' class.
static int DATA__FALSE
          The feature id for the 'False' attribute.
static int DATA__TRUE
          The feature id for the 'True' attribute.
static int DATA__VAL
          The feature id for the 'Val' attribute.
static int DATA_FEATURE_COUNT
          The number of structural features of the 'Data' class.
static int DECL
          The meta object id for the 'decl' class.
static int DECL__NAME
          The feature id for the 'Name' attribute.
static int DECL__TYPE
          The feature id for the 'Type' attribute.
static int DECL_FEATURE_COUNT
          The number of structural features of the 'decl' class.
static RifPackage 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 TICK
          The meta object id for the 'Tick' class.
static int TICK__INPUT
          The feature id for the 'Input' containment reference list.
static int TICK__LOCAL
          The feature id for the 'Local' containment reference list.
static int TICK__NR
          The feature id for the 'Nr' attribute.
static int TICK__OUTPUT
          The feature id for the 'Output' containment reference list.
static int TICK_FEATURE_COUNT
          The number of structural features of the 'Tick' class.
static int TRACE
          The meta object id for the 'Trace' class.
static int TRACE__INPUTS
          The feature id for the 'Inputs' containment reference list.
static int TRACE__LOCAL
          The feature id for the 'Local' containment reference list.
static int TRACE__OUTPUTS
          The feature id for the 'Outputs' containment reference list.
static int TRACE__TICK
          The feature id for the 'Tick' containment reference list.
static int TRACE_FEATURE_COUNT
          The number of structural features of the 'Trace' class.
 
Method Summary
 EAttribute getData_False()
          Returns the meta object for the attribute 'False'.
 EAttribute getData_True()
          Returns the meta object for the attribute 'True'.
 EAttribute getData_Val()
          Returns the meta object for the attribute 'Val'.
 EClass getData()
          Returns the meta object for class 'Data'.
 EAttribute getdecl_Name()
          Returns the meta object for the attribute 'Name'.
 EAttribute getdecl_Type()
          Returns the meta object for the attribute 'Type'.
 EClass getdecl()
          Returns the meta object for class 'decl'.
 RifFactory getRifFactory()
          Returns the factory that creates the instances of the model.
 EReference getTick_Input()
          Returns the meta object for the containment reference list 'Input'.
 EReference getTick_Local()
          Returns the meta object for the containment reference list 'Local'.
 EAttribute getTick_Nr()
          Returns the meta object for the attribute 'Nr'.
 EReference getTick_Output()
          Returns the meta object for the containment reference list 'Output'.
 EClass getTick()
          Returns the meta object for class 'Tick'.
 EReference getTrace_Inputs()
          Returns the meta object for the containment reference list 'Inputs'.
 EReference getTrace_Local()
          Returns the meta object for the containment reference list 'Local'.
 EReference getTrace_Outputs()
          Returns the meta object for the containment reference list 'Outputs'.
 EReference getTrace_Tick()
          Returns the meta object for the containment reference list 'Tick'.
 EClass getTrace()
          Returns the meta object for class 'Trace'.
 
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
Generated:
This code was automatically generated.

eNS_URI

static final String eNS_URI
The package namespace URI.

See Also:
Constant Field Values
Generated:
This code was automatically generated.

eNS_PREFIX

static final String eNS_PREFIX
The package namespace name.

See Also:
Constant Field Values
Generated:
This code was automatically generated.

eINSTANCE

static final RifPackage eINSTANCE
The singleton instance of the package.

Generated:
This code was automatically generated.

TRACE

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

See Also:
TraceImpl, RifPackageImpl.getTrace(), Constant Field Values
Generated:
This code was automatically generated.

TRACE__INPUTS

static final int TRACE__INPUTS
The feature id for the 'Inputs' containment reference list.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

TRACE__OUTPUTS

static final int TRACE__OUTPUTS
The feature id for the 'Outputs' containment reference list.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

TRACE__LOCAL

static final int TRACE__LOCAL
The feature id for the 'Local' containment reference list.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

TRACE__TICK

static final int TRACE__TICK
The feature id for the 'Tick' containment reference list.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

TRACE_FEATURE_COUNT

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

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

DECL

static final int DECL
The meta object id for the 'decl' class.

See Also:
declImpl, RifPackageImpl.getdecl(), Constant Field Values
Generated:
This code was automatically generated.

DECL__NAME

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

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

DECL__TYPE

static final int DECL__TYPE
The feature id for the 'Type' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

DECL_FEATURE_COUNT

static final int DECL_FEATURE_COUNT
The number of structural features of the 'decl' class.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

TICK

static final int TICK
The meta object id for the 'Tick' class.

See Also:
TickImpl, RifPackageImpl.getTick(), Constant Field Values
Generated:
This code was automatically generated.

TICK__NR

static final int TICK__NR
The feature id for the 'Nr' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

TICK__INPUT

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

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

TICK__OUTPUT

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

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

TICK__LOCAL

static final int TICK__LOCAL
The feature id for the 'Local' containment reference list.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

TICK_FEATURE_COUNT

static final int TICK_FEATURE_COUNT
The number of structural features of the 'Tick' class.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

DATA

static final int DATA
The meta object id for the 'Data' class.

See Also:
DataImpl, RifPackageImpl.getData(), Constant Field Values
Generated:
This code was automatically generated.

DATA__VAL

static final int DATA__VAL
The feature id for the 'Val' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

DATA__TRUE

static final int DATA__TRUE
The feature id for the 'True' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

DATA__FALSE

static final int DATA__FALSE
The feature id for the 'False' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

DATA_FEATURE_COUNT

static final int DATA_FEATURE_COUNT
The number of structural features of the 'Data' class.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered
Method Detail

getTrace

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

Returns:
the meta object for class 'Trace'.
See Also:
Trace
Generated:
This code was automatically generated.

getTrace_Inputs

EReference getTrace_Inputs()
Returns the meta object for the containment reference list 'Inputs'.

Returns:
the meta object for the containment reference list 'Inputs'.
See Also:
Trace.getInputs(), getTrace()
Generated:
This code was automatically generated.

getTrace_Outputs

EReference getTrace_Outputs()
Returns the meta object for the containment reference list 'Outputs'.

Returns:
the meta object for the containment reference list 'Outputs'.
See Also:
Trace.getOutputs(), getTrace()
Generated:
This code was automatically generated.

getTrace_Local

EReference getTrace_Local()
Returns the meta object for the containment reference list 'Local'.

Returns:
the meta object for the containment reference list 'Local'.
See Also:
Trace.getLocal(), getTrace()
Generated:
This code was automatically generated.

getTrace_Tick

EReference getTrace_Tick()
Returns the meta object for the containment reference list 'Tick'.

Returns:
the meta object for the containment reference list 'Tick'.
See Also:
Trace.getTick(), getTrace()
Generated:
This code was automatically generated.

getdecl

EClass getdecl()
Returns the meta object for class 'decl'.

Returns:
the meta object for class 'decl'.
See Also:
decl
Generated:
This code was automatically generated.

getdecl_Name

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

Returns:
the meta object for the attribute 'Name'.
See Also:
decl.getName(), getdecl()
Generated:
This code was automatically generated.

getdecl_Type

EAttribute getdecl_Type()
Returns the meta object for the attribute 'Type'.

Returns:
the meta object for the attribute 'Type'.
See Also:
decl.getType(), getdecl()
Generated:
This code was automatically generated.

getTick

EClass getTick()
Returns the meta object for class 'Tick'.

Returns:
the meta object for class 'Tick'.
See Also:
Tick
Generated:
This code was automatically generated.

getTick_Nr

EAttribute getTick_Nr()
Returns the meta object for the attribute 'Nr'.

Returns:
the meta object for the attribute 'Nr'.
See Also:
Tick.getNr(), getTick()
Generated:
This code was automatically generated.

getTick_Input

EReference getTick_Input()
Returns the meta object for the containment reference list 'Input'.

Returns:
the meta object for the containment reference list 'Input'.
See Also:
Tick.getInput(), getTick()
Generated:
This code was automatically generated.

getTick_Output

EReference getTick_Output()
Returns the meta object for the containment reference list 'Output'.

Returns:
the meta object for the containment reference list 'Output'.
See Also:
Tick.getOutput(), getTick()
Generated:
This code was automatically generated.

getTick_Local

EReference getTick_Local()
Returns the meta object for the containment reference list 'Local'.

Returns:
the meta object for the containment reference list 'Local'.
See Also:
Tick.getLocal(), getTick()
Generated:
This code was automatically generated.

getData

EClass getData()
Returns the meta object for class 'Data'.

Returns:
the meta object for class 'Data'.
See Also:
Data
Generated:
This code was automatically generated.

getData_Val

EAttribute getData_Val()
Returns the meta object for the attribute 'Val'.

Returns:
the meta object for the attribute 'Val'.
See Also:
Data.getVal(), getData()
Generated:
This code was automatically generated.

getData_True

EAttribute getData_True()
Returns the meta object for the attribute 'True'.

Returns:
the meta object for the attribute 'True'.
See Also:
Data.getTrue(), getData()
Generated:
This code was automatically generated.

getData_False

EAttribute getData_False()
Returns the meta object for the attribute 'False'.

Returns:
the meta object for the attribute 'False'.
See Also:
Data.getFalse(), getData()
Generated:
This code was automatically generated.

getRifFactory

RifFactory getRifFactory()
Returns the factory that creates the instances of the model.

Returns:
the factory that creates the instances of the model.
Generated:
This code was automatically generated.