de.cau.cs.kieler.sim.esi.esi
Interface EsiPackage.Literals

Enclosing interface:
EsiPackage

public static interface EsiPackage.Literals

Defines literals for the meta objects that represent

Rating red
Generated:
This code was automatically generated.

Field Summary
static EClass SIGNAL
          The meta object literal for the 'signal' class.
static EAttribute SIGNAL__NAME
          The meta object literal for the 'Name' attribute feature.
static EAttribute SIGNAL__VAL
          The meta object literal for the 'Val' attribute feature.
static EAttribute SIGNAL__VALUED
          The meta object literal for the 'Valued' attribute feature.
static EClass TICK
          The meta object literal for the 'tick' class.
static EReference TICK__INPUT
          The meta object literal for the 'Input' containment reference list feature.
static EAttribute TICK__N
          The meta object literal for the 'N' attribute feature.
static EReference TICK__OUTPUT
          The meta object literal for the 'Output' containment reference list feature.
static EClass TRACE
          The meta object literal for the 'trace' class.
static EReference TRACE__TICKS
          The meta object literal for the 'Ticks' containment reference list feature.
static EClass TRACELIST
          The meta object literal for the 'tracelist' class.
static EReference TRACELIST__TRACES
          The meta object literal for the 'Traces' containment reference list feature.
 

Field Detail

TRACELIST

static final EClass TRACELIST
The meta object literal for the 'tracelist' class.

See Also:
tracelistImpl, EsiPackageImpl.gettracelist()
Generated:
This code was automatically generated.

TRACELIST__TRACES

static final EReference TRACELIST__TRACES
The meta object literal for the 'Traces' containment reference list feature.

Generated:
This code was automatically generated.

TRACE

static final EClass TRACE
The meta object literal for the 'trace' class.

See Also:
traceImpl, EsiPackageImpl.gettrace()
Generated:
This code was automatically generated.

TRACE__TICKS

static final EReference TRACE__TICKS
The meta object literal for the 'Ticks' containment reference list feature.

Generated:
This code was automatically generated.

TICK

static final EClass TICK
The meta object literal for the 'tick' class.

See Also:
tickImpl, EsiPackageImpl.gettick()
Generated:
This code was automatically generated.

TICK__INPUT

static final EReference TICK__INPUT
The meta object literal for the 'Input' containment reference list feature.

Generated:
This code was automatically generated.

TICK__OUTPUT

static final EReference TICK__OUTPUT
The meta object literal for the 'Output' containment reference list feature.

Generated:
This code was automatically generated.

TICK__N

static final EAttribute TICK__N
The meta object literal for the 'N' attribute feature.

Generated:
This code was automatically generated.

SIGNAL

static final EClass SIGNAL
The meta object literal for the 'signal' class.

See Also:
signalImpl, EsiPackageImpl.getsignal()
Generated:
This code was automatically generated.

SIGNAL__NAME

static final EAttribute SIGNAL__NAME
The meta object literal for the 'Name' attribute feature.

Generated:
This code was automatically generated.

SIGNAL__VALUED

static final EAttribute SIGNAL__VALUED
The meta object literal for the 'Valued' attribute feature.

Generated:
This code was automatically generated.

SIGNAL__VAL

static final EAttribute SIGNAL__VAL
The meta object literal for the 'Val' attribute feature.

Generated:
This code was automatically generated.