org.eclipse.ohf.stem.core.scenario
Interface ScenarioPackage

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

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

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

See Also:
ScenarioFactory

Nested Class Summary
static interface ScenarioPackage.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 ScenarioPackage 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 SCENARIO
          The meta object id for the 'Scenario' class.
static int SCENARIO__CANONICAL_GRAPH
          The feature id for the 'Canonical Graph' reference.
static int SCENARIO__DUBLIN_CORE
          The feature id for the 'Dublin Core' containment reference.
static int SCENARIO__MODEL
          The feature id for the 'Model' reference.
static int SCENARIO__SCENARIO_DECORATORS
          The feature id for the 'Scenario Decorators' reference list.
static int SCENARIO__SEQUENCER
          The feature id for the 'Sequencer' reference.
static int SCENARIO__TYPE_URI
          The feature id for the 'Type URI' attribute.
static int SCENARIO__URI
          The feature id for the 'URI' attribute.
static int SCENARIO_FEATURE_COUNT
          The number of structural features of the 'Scenario' class.
 
Method Summary
 org.eclipse.emf.ecore.EReference getScenario_CanonicalGraph()
          Returns the meta object for the reference 'Canonical Graph'.
 org.eclipse.emf.ecore.EReference getScenario_Model()
          Returns the meta object for the reference 'Model'.
 org.eclipse.emf.ecore.EReference getScenario_ScenarioDecorators()
          Returns the meta object for the reference list 'Scenario Decorators'.
 org.eclipse.emf.ecore.EReference getScenario_Sequencer()
          Returns the meta object for the reference 'Sequencer'.
 org.eclipse.emf.ecore.EClass getScenario()
          Returns the meta object for class 'Scenario'.
 ScenarioFactory getScenarioFactory()
          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, 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 ScenarioPackage eINSTANCE
The singleton instance of the package.


SCENARIO

static final int SCENARIO
The meta object id for the 'Scenario' class.

See Also:
ScenarioImpl, ScenarioPackageImpl.getScenario(), Constant Field Values

SCENARIO__URI

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

See Also:
Constant Field Values

SCENARIO__TYPE_URI

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

See Also:
Constant Field Values

SCENARIO__DUBLIN_CORE

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

See Also:
Constant Field Values

SCENARIO__MODEL

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

See Also:
Constant Field Values

SCENARIO__SEQUENCER

static final int SCENARIO__SEQUENCER
The feature id for the 'Sequencer' reference.

See Also:
Constant Field Values

SCENARIO__SCENARIO_DECORATORS

static final int SCENARIO__SCENARIO_DECORATORS
The feature id for the 'Scenario Decorators' reference list.

See Also:
Constant Field Values

SCENARIO__CANONICAL_GRAPH

static final int SCENARIO__CANONICAL_GRAPH
The feature id for the 'Canonical Graph' reference.

See Also:
Constant Field Values

SCENARIO_FEATURE_COUNT

static final int SCENARIO_FEATURE_COUNT
The number of structural features of the 'Scenario' class.

See Also:
Constant Field Values
Method Detail

getScenario

org.eclipse.emf.ecore.EClass getScenario()
Returns the meta object for class 'Scenario'.

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

getScenario_Model

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

Returns:
the meta object for the reference 'Model'.
See Also:
Scenario.getModel(), getScenario()

getScenario_Sequencer

org.eclipse.emf.ecore.EReference getScenario_Sequencer()
Returns the meta object for the reference 'Sequencer'.

Returns:
the meta object for the reference 'Sequencer'.
See Also:
Scenario.getSequencer(), getScenario()

getScenario_ScenarioDecorators

org.eclipse.emf.ecore.EReference getScenario_ScenarioDecorators()
Returns the meta object for the reference list 'Scenario Decorators'.

Returns:
the meta object for the reference list 'Scenario Decorators'.
See Also:
Scenario.getScenarioDecorators(), getScenario()

getScenario_CanonicalGraph

org.eclipse.emf.ecore.EReference getScenario_CanonicalGraph()
Returns the meta object for the reference 'Canonical Graph'.

Returns:
the meta object for the reference 'Canonical Graph'.
See Also:
Scenario.getCanonicalGraph(), getScenario()

getScenarioFactory

ScenarioFactory getScenarioFactory()
Returns the factory that creates the instances of the model.

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