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

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:
SequencerPackageImpl

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

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

See Also:
SequencerFactory

Nested Class Summary
static interface SequencerPackage.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 SequencerPackage 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 REAL_TIME_SEQUENCER
          The meta object id for the 'Real Time Sequencer' class.
static int REAL_TIME_SEQUENCER__CURRENT_TIME
          The feature id for the 'Current Time' containment reference.
static int REAL_TIME_SEQUENCER__CYCLE
          The feature id for the 'Cycle' attribute.
static int REAL_TIME_SEQUENCER__DUBLIN_CORE
          The feature id for the 'Dublin Core' containment reference.
static int REAL_TIME_SEQUENCER__DURATION
          The feature id for the 'Duration' attribute.
static int REAL_TIME_SEQUENCER__END_TIME
          The feature id for the 'End Time' containment reference.
static int REAL_TIME_SEQUENCER__NEXT_TIME
          The feature id for the 'Next Time' reference.
static int REAL_TIME_SEQUENCER__START_TIME
          The feature id for the 'Start Time' containment reference.
static int REAL_TIME_SEQUENCER__TIME_DELTA
          The feature id for the 'Time Delta' attribute.
static int REAL_TIME_SEQUENCER__TIME_INCREMENT
          The feature id for the 'Time Increment' attribute.
static int REAL_TIME_SEQUENCER__TIME_TO_STOP
          The feature id for the 'Time To Stop' attribute.
static int REAL_TIME_SEQUENCER__TYPE_URI
          The feature id for the 'Type URI' attribute.
static int REAL_TIME_SEQUENCER__URI
          The feature id for the 'URI' attribute.
static int REAL_TIME_SEQUENCER__WORK_COMPLETE
          The feature id for the 'Work Complete' attribute.
static int REAL_TIME_SEQUENCER__WORK_INCREMENT
          The feature id for the 'Work Increment' attribute.
static int REAL_TIME_SEQUENCER_FEATURE_COUNT
          The number of structural features of the 'Real Time Sequencer' class.
static int SEQUENCER
          The meta object id for the 'Sequencer' class.
static int SEQUENCER__CURRENT_TIME
          The feature id for the 'Current Time' containment reference.
static int SEQUENCER__CYCLE
          The feature id for the 'Cycle' attribute.
static int SEQUENCER__DUBLIN_CORE
          The feature id for the 'Dublin Core' containment reference.
static int SEQUENCER__DURATION
          The feature id for the 'Duration' attribute.
static int SEQUENCER__END_TIME
          The feature id for the 'End Time' containment reference.
static int SEQUENCER__NEXT_TIME
          The feature id for the 'Next Time' reference.
static int SEQUENCER__START_TIME
          The feature id for the 'Start Time' containment reference.
static int SEQUENCER__TIME_DELTA
          The feature id for the 'Time Delta' attribute.
static int SEQUENCER__TIME_TO_STOP
          The feature id for the 'Time To Stop' attribute.
static int SEQUENCER__TYPE_URI
          The feature id for the 'Type URI' attribute.
static int SEQUENCER__URI
          The feature id for the 'URI' attribute.
static int SEQUENCER__WORK_COMPLETE
          The feature id for the 'Work Complete' attribute.
static int SEQUENCER__WORK_INCREMENT
          The feature id for the 'Work Increment' attribute.
static int SEQUENCER_FEATURE_COUNT
          The number of structural features of the 'Sequencer' class.
static int SEQUENTIAL_SEQUENCER
          The meta object id for the 'Sequential Sequencer' class.
static int SEQUENTIAL_SEQUENCER__CURRENT_TIME
          The feature id for the 'Current Time' containment reference.
static int SEQUENTIAL_SEQUENCER__CYCLE
          The feature id for the 'Cycle' attribute.
static int SEQUENTIAL_SEQUENCER__DUBLIN_CORE
          The feature id for the 'Dublin Core' containment reference.
static int SEQUENTIAL_SEQUENCER__DURATION
          The feature id for the 'Duration' attribute.
static int SEQUENTIAL_SEQUENCER__END_TIME
          The feature id for the 'End Time' containment reference.
static int SEQUENTIAL_SEQUENCER__NEXT_TIME
          The feature id for the 'Next Time' reference.
static int SEQUENTIAL_SEQUENCER__START_TIME
          The feature id for the 'Start Time' containment reference.
static int SEQUENTIAL_SEQUENCER__TIME_DELTA
          The feature id for the 'Time Delta' attribute.
static int SEQUENTIAL_SEQUENCER__TIME_INCREMENT
          The feature id for the 'Time Increment' attribute.
static int SEQUENTIAL_SEQUENCER__TIME_TO_STOP
          The feature id for the 'Time To Stop' attribute.
static int SEQUENTIAL_SEQUENCER__TYPE_URI
          The feature id for the 'Type URI' attribute.
static int SEQUENTIAL_SEQUENCER__URI
          The feature id for the 'URI' attribute.
static int SEQUENTIAL_SEQUENCER__WORK_COMPLETE
          The feature id for the 'Work Complete' attribute.
static int SEQUENTIAL_SEQUENCER__WORK_INCREMENT
          The feature id for the 'Work Increment' attribute.
static int SEQUENTIAL_SEQUENCER_FEATURE_COUNT
          The number of structural features of the 'Sequential Sequencer' class.
 
Method Summary
 org.eclipse.emf.ecore.EClass getRealTimeSequencer()
          Returns the meta object for class 'Real Time Sequencer'.
 org.eclipse.emf.ecore.EReference getSequencer_CurrentTime()
          Returns the meta object for the containment reference 'Current Time'.
 org.eclipse.emf.ecore.EAttribute getSequencer_Cycle()
          Returns the meta object for the attribute 'Cycle'.
 org.eclipse.emf.ecore.EAttribute getSequencer_Duration()
          Returns the meta object for the attribute 'Duration'.
 org.eclipse.emf.ecore.EReference getSequencer_EndTime()
          Returns the meta object for the containment reference 'End Time'.
 org.eclipse.emf.ecore.EReference getSequencer_NextTime()
          Returns the meta object for the reference 'Next Time'.
 org.eclipse.emf.ecore.EReference getSequencer_StartTime()
          Returns the meta object for the containment reference 'Start Time'.
 org.eclipse.emf.ecore.EAttribute getSequencer_TimeDelta()
          Returns the meta object for the attribute 'Time Delta'.
 org.eclipse.emf.ecore.EAttribute getSequencer_TimeToStop()
          Returns the meta object for the attribute 'Time To Stop'.
 org.eclipse.emf.ecore.EAttribute getSequencer_WorkComplete()
          Returns the meta object for the attribute 'Work Complete'.
 org.eclipse.emf.ecore.EAttribute getSequencer_WorkIncrement()
          Returns the meta object for the attribute 'Work Increment'.
 org.eclipse.emf.ecore.EClass getSequencer()
          Returns the meta object for class 'Sequencer'.
 SequencerFactory getSequencerFactory()
          Returns the factory that creates the instances of the model.
 org.eclipse.emf.ecore.EAttribute getSequentialSequencer_TimeIncrement()
          Returns the meta object for the attribute 'Time Increment'.
 org.eclipse.emf.ecore.EClass getSequentialSequencer()
          Returns the meta object for class 'Sequential Sequencer'.
 
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, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Field Detail

eNAME

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

See Also:
Constant Field Values

eNS_URI

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

See Also:
Constant Field Values

eNS_PREFIX

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

See Also:
Constant Field Values

eINSTANCE

static final SequencerPackage eINSTANCE
The singleton instance of the package.


SEQUENCER

static final int SEQUENCER
The meta object id for the 'Sequencer' class.

See Also:
SequencerImpl, SequencerPackageImpl.getSequencer(), Constant Field Values

SEQUENCER__URI

static final int SEQUENCER__URI
The feature id for the 'URI' attribute.

See Also:
Constant Field Values

SEQUENCER__TYPE_URI

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

See Also:
Constant Field Values

SEQUENCER__DUBLIN_CORE

static final int SEQUENCER__DUBLIN_CORE
The feature id for the 'Dublin Core' containment reference.

See Also:
Constant Field Values

SEQUENCER__START_TIME

static final int SEQUENCER__START_TIME
The feature id for the 'Start Time' containment reference.

See Also:
Constant Field Values

SEQUENCER__END_TIME

static final int SEQUENCER__END_TIME
The feature id for the 'End Time' containment reference.

See Also:
Constant Field Values

SEQUENCER__CURRENT_TIME

static final int SEQUENCER__CURRENT_TIME
The feature id for the 'Current Time' containment reference.

See Also:
Constant Field Values

SEQUENCER__NEXT_TIME

static final int SEQUENCER__NEXT_TIME
The feature id for the 'Next Time' reference.

See Also:
Constant Field Values

SEQUENCER__TIME_DELTA

static final int SEQUENCER__TIME_DELTA
The feature id for the 'Time Delta' attribute.

See Also:
Constant Field Values

SEQUENCER__DURATION

static final int SEQUENCER__DURATION
The feature id for the 'Duration' attribute.

See Also:
Constant Field Values

SEQUENCER__TIME_TO_STOP

static final int SEQUENCER__TIME_TO_STOP
The feature id for the 'Time To Stop' attribute.

See Also:
Constant Field Values

SEQUENCER__WORK_COMPLETE

static final int SEQUENCER__WORK_COMPLETE
The feature id for the 'Work Complete' attribute.

See Also:
Constant Field Values

SEQUENCER__WORK_INCREMENT

static final int SEQUENCER__WORK_INCREMENT
The feature id for the 'Work Increment' attribute.

See Also:
Constant Field Values

SEQUENCER__CYCLE

static final int SEQUENCER__CYCLE
The feature id for the 'Cycle' attribute.

See Also:
Constant Field Values

SEQUENCER_FEATURE_COUNT

static final int SEQUENCER_FEATURE_COUNT
The number of structural features of the 'Sequencer' class.

See Also:
Constant Field Values

SEQUENTIAL_SEQUENCER

static final int SEQUENTIAL_SEQUENCER
The meta object id for the 'Sequential Sequencer' class.

See Also:
SequentialSequencerImpl, SequencerPackageImpl.getSequentialSequencer(), Constant Field Values

SEQUENTIAL_SEQUENCER__URI

static final int SEQUENTIAL_SEQUENCER__URI
The feature id for the 'URI' attribute.

See Also:
Constant Field Values

SEQUENTIAL_SEQUENCER__TYPE_URI

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

See Also:
Constant Field Values

SEQUENTIAL_SEQUENCER__DUBLIN_CORE

static final int SEQUENTIAL_SEQUENCER__DUBLIN_CORE
The feature id for the 'Dublin Core' containment reference.

See Also:
Constant Field Values

SEQUENTIAL_SEQUENCER__START_TIME

static final int SEQUENTIAL_SEQUENCER__START_TIME
The feature id for the 'Start Time' containment reference.

See Also:
Constant Field Values

SEQUENTIAL_SEQUENCER__END_TIME

static final int SEQUENTIAL_SEQUENCER__END_TIME
The feature id for the 'End Time' containment reference.

See Also:
Constant Field Values

SEQUENTIAL_SEQUENCER__CURRENT_TIME

static final int SEQUENTIAL_SEQUENCER__CURRENT_TIME
The feature id for the 'Current Time' containment reference.

See Also:
Constant Field Values

SEQUENTIAL_SEQUENCER__NEXT_TIME

static final int SEQUENTIAL_SEQUENCER__NEXT_TIME
The feature id for the 'Next Time' reference.

See Also:
Constant Field Values

SEQUENTIAL_SEQUENCER__TIME_DELTA

static final int SEQUENTIAL_SEQUENCER__TIME_DELTA
The feature id for the 'Time Delta' attribute.

See Also:
Constant Field Values

SEQUENTIAL_SEQUENCER__DURATION

static final int SEQUENTIAL_SEQUENCER__DURATION
The feature id for the 'Duration' attribute.

See Also:
Constant Field Values

SEQUENTIAL_SEQUENCER__TIME_TO_STOP

static final int SEQUENTIAL_SEQUENCER__TIME_TO_STOP
The feature id for the 'Time To Stop' attribute.

See Also:
Constant Field Values

SEQUENTIAL_SEQUENCER__WORK_COMPLETE

static final int SEQUENTIAL_SEQUENCER__WORK_COMPLETE
The feature id for the 'Work Complete' attribute.

See Also:
Constant Field Values

SEQUENTIAL_SEQUENCER__WORK_INCREMENT

static final int SEQUENTIAL_SEQUENCER__WORK_INCREMENT
The feature id for the 'Work Increment' attribute.

See Also:
Constant Field Values

SEQUENTIAL_SEQUENCER__CYCLE

static final int SEQUENTIAL_SEQUENCER__CYCLE
The feature id for the 'Cycle' attribute.

See Also:
Constant Field Values

SEQUENTIAL_SEQUENCER__TIME_INCREMENT

static final int SEQUENTIAL_SEQUENCER__TIME_INCREMENT
The feature id for the 'Time Increment' attribute.

See Also:
Constant Field Values

SEQUENTIAL_SEQUENCER_FEATURE_COUNT

static final int SEQUENTIAL_SEQUENCER_FEATURE_COUNT
The number of structural features of the 'Sequential Sequencer' class.

See Also:
Constant Field Values

REAL_TIME_SEQUENCER

static final int REAL_TIME_SEQUENCER
The meta object id for the 'Real Time Sequencer' class.

See Also:
RealTimeSequencerImpl, SequencerPackageImpl.getRealTimeSequencer(), Constant Field Values

REAL_TIME_SEQUENCER__URI

static final int REAL_TIME_SEQUENCER__URI
The feature id for the 'URI' attribute.

See Also:
Constant Field Values

REAL_TIME_SEQUENCER__TYPE_URI

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

See Also:
Constant Field Values

REAL_TIME_SEQUENCER__DUBLIN_CORE

static final int REAL_TIME_SEQUENCER__DUBLIN_CORE
The feature id for the 'Dublin Core' containment reference.

See Also:
Constant Field Values

REAL_TIME_SEQUENCER__START_TIME

static final int REAL_TIME_SEQUENCER__START_TIME
The feature id for the 'Start Time' containment reference.

See Also:
Constant Field Values

REAL_TIME_SEQUENCER__END_TIME

static final int REAL_TIME_SEQUENCER__END_TIME
The feature id for the 'End Time' containment reference.

See Also:
Constant Field Values

REAL_TIME_SEQUENCER__CURRENT_TIME

static final int REAL_TIME_SEQUENCER__CURRENT_TIME
The feature id for the 'Current Time' containment reference.

See Also:
Constant Field Values

REAL_TIME_SEQUENCER__NEXT_TIME

static final int REAL_TIME_SEQUENCER__NEXT_TIME
The feature id for the 'Next Time' reference.

See Also:
Constant Field Values

REAL_TIME_SEQUENCER__TIME_DELTA

static final int REAL_TIME_SEQUENCER__TIME_DELTA
The feature id for the 'Time Delta' attribute.

See Also:
Constant Field Values

REAL_TIME_SEQUENCER__DURATION

static final int REAL_TIME_SEQUENCER__DURATION
The feature id for the 'Duration' attribute.

See Also:
Constant Field Values

REAL_TIME_SEQUENCER__TIME_TO_STOP

static final int REAL_TIME_SEQUENCER__TIME_TO_STOP
The feature id for the 'Time To Stop' attribute.

See Also:
Constant Field Values

REAL_TIME_SEQUENCER__WORK_COMPLETE

static final int REAL_TIME_SEQUENCER__WORK_COMPLETE
The feature id for the 'Work Complete' attribute.

See Also:
Constant Field Values

REAL_TIME_SEQUENCER__WORK_INCREMENT

static final int REAL_TIME_SEQUENCER__WORK_INCREMENT
The feature id for the 'Work Increment' attribute.

See Also:
Constant Field Values

REAL_TIME_SEQUENCER__CYCLE

static final int REAL_TIME_SEQUENCER__CYCLE
The feature id for the 'Cycle' attribute.

See Also:
Constant Field Values

REAL_TIME_SEQUENCER__TIME_INCREMENT

static final int REAL_TIME_SEQUENCER__TIME_INCREMENT
The feature id for the 'Time Increment' attribute.

See Also:
Constant Field Values

REAL_TIME_SEQUENCER_FEATURE_COUNT

static final int REAL_TIME_SEQUENCER_FEATURE_COUNT
The number of structural features of the 'Real Time Sequencer' class.

See Also:
Constant Field Values
Method Detail

getRealTimeSequencer

org.eclipse.emf.ecore.EClass getRealTimeSequencer()
Returns the meta object for class 'Real Time Sequencer'.

Returns:
the meta object for class 'Real Time Sequencer'.
See Also:
RealTimeSequencer

getSequencer

org.eclipse.emf.ecore.EClass getSequencer()
Returns the meta object for class 'Sequencer'.

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

getSequencer_StartTime

org.eclipse.emf.ecore.EReference getSequencer_StartTime()
Returns the meta object for the containment reference 'Start Time'.

Returns:
the meta object for the containment reference 'Start Time'.
See Also:
Sequencer.getStartTime(), getSequencer()

getSequencer_EndTime

org.eclipse.emf.ecore.EReference getSequencer_EndTime()
Returns the meta object for the containment reference 'End Time'.

Returns:
the meta object for the containment reference 'End Time'.
See Also:
Sequencer.getEndTime(), getSequencer()

getSequencer_CurrentTime

org.eclipse.emf.ecore.EReference getSequencer_CurrentTime()
Returns the meta object for the containment reference 'Current Time'.

Returns:
the meta object for the containment reference 'Current Time'.
See Also:
Sequencer.getCurrentTime(), getSequencer()

getSequencer_NextTime

org.eclipse.emf.ecore.EReference getSequencer_NextTime()
Returns the meta object for the reference 'Next Time'.

Returns:
the meta object for the reference 'Next Time'.
See Also:
Sequencer.getNextTime(), getSequencer()

getSequencer_TimeDelta

org.eclipse.emf.ecore.EAttribute getSequencer_TimeDelta()
Returns the meta object for the attribute 'Time Delta'.

Returns:
the meta object for the attribute 'Time Delta'.
See Also:
Sequencer.getTimeDelta(), getSequencer()

getSequencer_Duration

org.eclipse.emf.ecore.EAttribute getSequencer_Duration()
Returns the meta object for the attribute 'Duration'.

Returns:
the meta object for the attribute 'Duration'.
See Also:
Sequencer.getDuration(), getSequencer()

getSequencer_TimeToStop

org.eclipse.emf.ecore.EAttribute getSequencer_TimeToStop()
Returns the meta object for the attribute 'Time To Stop'.

Returns:
the meta object for the attribute 'Time To Stop'.
See Also:
Sequencer.isTimeToStop(), getSequencer()

getSequencer_WorkComplete

org.eclipse.emf.ecore.EAttribute getSequencer_WorkComplete()
Returns the meta object for the attribute 'Work Complete'.

Returns:
the meta object for the attribute 'Work Complete'.
See Also:
Sequencer.getWorkComplete(), getSequencer()

getSequencer_WorkIncrement

org.eclipse.emf.ecore.EAttribute getSequencer_WorkIncrement()
Returns the meta object for the attribute 'Work Increment'.

Returns:
the meta object for the attribute 'Work Increment'.
See Also:
Sequencer.getWorkIncrement(), getSequencer()

getSequencer_Cycle

org.eclipse.emf.ecore.EAttribute getSequencer_Cycle()
Returns the meta object for the attribute 'Cycle'.

Returns:
the meta object for the attribute 'Cycle'.
See Also:
Sequencer.getCycle(), getSequencer()

getSequentialSequencer

org.eclipse.emf.ecore.EClass getSequentialSequencer()
Returns the meta object for class 'Sequential Sequencer'.

Returns:
the meta object for class 'Sequential Sequencer'.
See Also:
SequentialSequencer

getSequentialSequencer_TimeIncrement

org.eclipse.emf.ecore.EAttribute getSequentialSequencer_TimeIncrement()
Returns the meta object for the attribute 'Time Increment'.

Returns:
the meta object for the attribute 'Time Increment'.
See Also:
SequentialSequencer.getTimeIncrement(), getSequentialSequencer()

getSequencerFactory

SequencerFactory getSequencerFactory()
Returns the factory that creates the instances of the model.

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