public interface SsmeCompPackage
extends org.eclipse.emf.ecore.EPackage
SsmeCompFactory
Modifier and Type | Interface and Description |
---|---|
static interface |
SsmeCompPackage.Literals
Defines literals for the meta objects that represent
each class,
each feature of each class,
each enum,
and each data type
|
Modifier and Type | Field and Description |
---|---|
static SsmeCompPackage |
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 |
FUNCTIONALITY
The meta object id for the '
Functionality ' class |
static int |
FUNCTIONALITY__KIND
The feature id for the 'Kind' attribute
|
static int |
FUNCTIONALITY_FEATURE_COUNT
The number of structural features of the 'Functionality' class
|
static int |
FUNCTIONALITY_KIND
The meta object id for the '
Functionality Kind ' enum |
static int |
GENERATOR
The meta object id for the '
Generator ' class |
static int |
GENERATOR__KIND
The feature id for the 'Kind' attribute
|
static int |
GENERATOR_FEATURE_COUNT
The number of structural features of the 'Generator' class
|
static int |
GENERATOR_KIND
The meta object id for the '
Generator Kind ' enum |
static int |
SCENARIO
The meta object id for the '
Scenario ' class |
static int |
SCENARIO__DESCRIPTION
The feature id for the 'Description' attribute
|
static int |
SCENARIO__DISPLAY_WARNINGS
The feature id for the 'Display Warnings' attribute
|
static int |
SCENARIO__ELEMENTS
The feature id for the 'Elements' containment reference list
|
static int |
SCENARIO_FEATURE_COUNT
The number of structural features of the 'Scenario' class
|
static int |
SCENARIO_ITEM
The meta object id for the '
Scenario Item ' class |
static int |
SCENARIO_ITEM_FEATURE_COUNT
The number of structural features of the 'Scenario Item' class
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.ecore.EAttribute |
getFunctionality_Kind()
Returns the meta object for the attribute '
Kind ' |
org.eclipse.emf.ecore.EClass |
getFunctionality()
Returns the meta object for class '
Functionality ' |
org.eclipse.emf.ecore.EEnum |
getFunctionalityKind()
Returns the meta object for enum '
Functionality Kind ' |
org.eclipse.emf.ecore.EAttribute |
getGenerator_Kind()
Returns the meta object for the attribute '
Kind ' |
org.eclipse.emf.ecore.EClass |
getGenerator()
Returns the meta object for class '
Generator ' |
org.eclipse.emf.ecore.EEnum |
getGeneratorKind()
Returns the meta object for enum '
Generator Kind ' |
org.eclipse.emf.ecore.EAttribute |
getScenario_Description()
Returns the meta object for the attribute '
Description ' |
org.eclipse.emf.ecore.EAttribute |
getScenario_DisplayWarnings()
Returns the meta object for the attribute '
Display Warnings ' |
org.eclipse.emf.ecore.EReference |
getScenario_Elements()
Returns the meta object for the containment reference list '
Elements ' |
org.eclipse.emf.ecore.EClass |
getScenario()
Returns the meta object for class '
Scenario ' |
org.eclipse.emf.ecore.EClass |
getScenarioItem()
Returns the meta object for class '
Scenario Item ' |
SsmeCompFactory |
getSsmeCompFactory()
Returns the factory that creates the instances of the model
|
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI
getEAnnotation, getEAnnotations
static final java.lang.String eNAME
static final java.lang.String eNS_URI
static final java.lang.String eNS_PREFIX
static final SsmeCompPackage eINSTANCE
static final int SCENARIO
Scenario
' class.
static final int SCENARIO__ELEMENTS
static final int SCENARIO__DESCRIPTION
static final int SCENARIO__DISPLAY_WARNINGS
static final int SCENARIO_FEATURE_COUNT
static final int SCENARIO_ITEM
Scenario Item
' class.
static final int SCENARIO_ITEM_FEATURE_COUNT
static final int FUNCTIONALITY
Functionality
' class.
static final int FUNCTIONALITY__KIND
static final int FUNCTIONALITY_FEATURE_COUNT
static final int GENERATOR
Generator
' class.
static final int GENERATOR__KIND
static final int GENERATOR_FEATURE_COUNT
static final int GENERATOR_KIND
Generator Kind
' enum.
static final int FUNCTIONALITY_KIND
Functionality Kind
' enum.
org.eclipse.emf.ecore.EClass getScenario()
Scenario
'.
Scenario
org.eclipse.emf.ecore.EReference getScenario_Elements()
Elements
'.
Scenario.getElements()
,
getScenario()
org.eclipse.emf.ecore.EAttribute getScenario_Description()
Description
'.
Scenario.getDescription()
,
getScenario()
org.eclipse.emf.ecore.EAttribute getScenario_DisplayWarnings()
Display Warnings
'.
Scenario.isDisplayWarnings()
,
getScenario()
org.eclipse.emf.ecore.EClass getFunctionality()
Functionality
'.
Functionality
org.eclipse.emf.ecore.EAttribute getFunctionality_Kind()
Kind
'.
Functionality.getKind()
,
getFunctionality()
org.eclipse.emf.ecore.EClass getGenerator()
Generator
'.
Generator
org.eclipse.emf.ecore.EAttribute getGenerator_Kind()
Kind
'.
Generator.getKind()
,
getGenerator()
org.eclipse.emf.ecore.EClass getScenarioItem()
Scenario Item
'.
ScenarioItem
org.eclipse.emf.ecore.EEnum getGeneratorKind()
Generator Kind
'.
GeneratorKind
org.eclipse.emf.ecore.EEnum getFunctionalityKind()
Functionality Kind
'.
FunctionalityKind
SsmeCompFactory getSsmeCompFactory()