org.eclipse.ohf.stem.core.sequencer
Interface SequencerPackage.Literals

Enclosing interface:
SequencerPackage

public static interface SequencerPackage.Literals

Defines literals for the meta objects that represent


Field Summary
static org.eclipse.emf.ecore.EClass REAL_TIME_SEQUENCER
          The meta object literal for the 'Real Time Sequencer' class.
static org.eclipse.emf.ecore.EClass SEQUENCER
          The meta object literal for the 'Sequencer' class.
static org.eclipse.emf.ecore.EReference SEQUENCER__CURRENT_TIME
          The meta object literal for the 'Current Time' containment reference feature.
static org.eclipse.emf.ecore.EAttribute SEQUENCER__CYCLE
          The meta object literal for the 'Cycle' attribute feature.
static org.eclipse.emf.ecore.EAttribute SEQUENCER__DURATION
          The meta object literal for the 'Duration' attribute feature.
static org.eclipse.emf.ecore.EReference SEQUENCER__END_TIME
          The meta object literal for the 'End Time' containment reference feature.
static org.eclipse.emf.ecore.EReference SEQUENCER__NEXT_TIME
          The meta object literal for the 'Next Time' reference feature.
static org.eclipse.emf.ecore.EReference SEQUENCER__START_TIME
          The meta object literal for the 'Start Time' containment reference feature.
static org.eclipse.emf.ecore.EAttribute SEQUENCER__TIME_DELTA
          The meta object literal for the 'Time Delta' attribute feature.
static org.eclipse.emf.ecore.EAttribute SEQUENCER__TIME_TO_STOP
          The meta object literal for the 'Time To Stop' attribute feature.
static org.eclipse.emf.ecore.EAttribute SEQUENCER__WORK_COMPLETE
          The meta object literal for the 'Work Complete' attribute feature.
static org.eclipse.emf.ecore.EAttribute SEQUENCER__WORK_INCREMENT
          The meta object literal for the 'Work Increment' attribute feature.
static org.eclipse.emf.ecore.EClass SEQUENTIAL_SEQUENCER
          The meta object literal for the 'Sequential Sequencer' class.
static org.eclipse.emf.ecore.EAttribute SEQUENTIAL_SEQUENCER__TIME_INCREMENT
          The meta object literal for the 'Time Increment' attribute feature.
 

Field Detail

REAL_TIME_SEQUENCER

static final org.eclipse.emf.ecore.EClass REAL_TIME_SEQUENCER
The meta object literal for the 'Real Time Sequencer' class.

See Also:
RealTimeSequencerImpl, SequencerPackageImpl.getRealTimeSequencer()

SEQUENCER

static final org.eclipse.emf.ecore.EClass SEQUENCER
The meta object literal for the 'Sequencer' class.

See Also:
SequencerImpl, SequencerPackageImpl.getSequencer()

SEQUENCER__START_TIME

static final org.eclipse.emf.ecore.EReference SEQUENCER__START_TIME
The meta object literal for the 'Start Time' containment reference feature.


SEQUENCER__END_TIME

static final org.eclipse.emf.ecore.EReference SEQUENCER__END_TIME
The meta object literal for the 'End Time' containment reference feature.


SEQUENCER__CURRENT_TIME

static final org.eclipse.emf.ecore.EReference SEQUENCER__CURRENT_TIME
The meta object literal for the 'Current Time' containment reference feature.


SEQUENCER__NEXT_TIME

static final org.eclipse.emf.ecore.EReference SEQUENCER__NEXT_TIME
The meta object literal for the 'Next Time' reference feature.


SEQUENCER__TIME_DELTA

static final org.eclipse.emf.ecore.EAttribute SEQUENCER__TIME_DELTA
The meta object literal for the 'Time Delta' attribute feature.


SEQUENCER__DURATION

static final org.eclipse.emf.ecore.EAttribute SEQUENCER__DURATION
The meta object literal for the 'Duration' attribute feature.


SEQUENCER__TIME_TO_STOP

static final org.eclipse.emf.ecore.EAttribute SEQUENCER__TIME_TO_STOP
The meta object literal for the 'Time To Stop' attribute feature.


SEQUENCER__WORK_COMPLETE

static final org.eclipse.emf.ecore.EAttribute SEQUENCER__WORK_COMPLETE
The meta object literal for the 'Work Complete' attribute feature.


SEQUENCER__WORK_INCREMENT

static final org.eclipse.emf.ecore.EAttribute SEQUENCER__WORK_INCREMENT
The meta object literal for the 'Work Increment' attribute feature.


SEQUENCER__CYCLE

static final org.eclipse.emf.ecore.EAttribute SEQUENCER__CYCLE
The meta object literal for the 'Cycle' attribute feature.


SEQUENTIAL_SEQUENCER

static final org.eclipse.emf.ecore.EClass SEQUENTIAL_SEQUENCER
The meta object literal for the 'Sequential Sequencer' class.

See Also:
SequentialSequencerImpl, SequencerPackageImpl.getSequentialSequencer()

SEQUENTIAL_SEQUENCER__TIME_INCREMENT

static final org.eclipse.emf.ecore.EAttribute SEQUENTIAL_SEQUENCER__TIME_INCREMENT
The meta object literal for the 'Time Increment' attribute feature.