|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ScenarioPackage
The Package for the model. It contains accessors for the meta objects to represent
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 |
---|
static final java.lang.String eNAME
static final java.lang.String eNS_URI
static final java.lang.String eNS_PREFIX
static final ScenarioPackage eINSTANCE
static final int SCENARIO
Scenario
' class.
ScenarioImpl
,
ScenarioPackageImpl.getScenario()
,
Constant Field Valuesstatic final int SCENARIO__URI
static final int SCENARIO__TYPE_URI
static final int SCENARIO__DUBLIN_CORE
static final int SCENARIO__MODEL
static final int SCENARIO__SEQUENCER
static final int SCENARIO__SCENARIO_DECORATORS
static final int SCENARIO__CANONICAL_GRAPH
static final int SCENARIO_FEATURE_COUNT
Method Detail |
---|
org.eclipse.emf.ecore.EClass getScenario()
Scenario
'.
Scenario
org.eclipse.emf.ecore.EReference getScenario_Model()
Model
'.
Scenario.getModel()
,
getScenario()
org.eclipse.emf.ecore.EReference getScenario_Sequencer()
Sequencer
'.
Scenario.getSequencer()
,
getScenario()
org.eclipse.emf.ecore.EReference getScenario_ScenarioDecorators()
Scenario Decorators
'.
Scenario.getScenarioDecorators()
,
getScenario()
org.eclipse.emf.ecore.EReference getScenario_CanonicalGraph()
Canonical Graph
'.
Scenario.getCanonicalGraph()
,
getScenario()
ScenarioFactory getScenarioFactory()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |