Interface OutputmodelPackage.Literals
-
- Enclosing interface:
- OutputmodelPackage
public static interface OutputmodelPackage.Literals
Defines literals for the meta objects that represent- each class,
- each feature of each class,
- each operation of each class,
- each enum,
- and each data type
- Generated class or method.
-
-
Field Summary
Fields Modifier and Type Field Description static EClass
ANALYSIS_RESULTS
The meta object literal for the 'Analysis Results
' class.static EReference
ANALYSIS_RESULTS__SCENARIOOUTPUT
The meta object literal for the 'Scenariooutput' containment reference list feature.static EClass
SCENARIO_OUTPUT
The meta object literal for the 'Scenario Output
' class.static EReference
SCENARIO_OUTPUT__CONNECTOR
The meta object literal for the 'Connector' reference feature.static EReference
SCENARIO_OUTPUT__OPERATIONINTERFACE
The meta object literal for the 'Operationinterface' reference feature.static EReference
SCENARIO_OUTPUT__OPERATIONSIGNATURE
The meta object literal for the 'Operationsignature' reference feature.static EReference
SCENARIO_OUTPUT__REQUESTOR_SET
The meta object literal for the 'Requestor Set' reference feature.static EReference
SCENARIO_OUTPUT__REQUIRED_SETS
The meta object literal for the 'Required Sets' reference list feature.static EAttribute
SCENARIO_OUTPUT__RESULT
The meta object literal for the 'Result' attribute feature.static EReference
SCENARIO_OUTPUT__SCENARIO
The meta object literal for the 'Scenario' reference feature.
-
-
-
Field Detail
-
SCENARIO_OUTPUT
static final EClass SCENARIO_OUTPUT
The meta object literal for the 'Scenario Output
' class.- See Also:
ScenarioOutputImpl
,OutputmodelPackageImpl.getScenarioOutput()
- Generated class or method.
-
SCENARIO_OUTPUT__RESULT
static final EAttribute SCENARIO_OUTPUT__RESULT
The meta object literal for the 'Result' attribute feature.- Generated class or method.
-
SCENARIO_OUTPUT__SCENARIO
static final EReference SCENARIO_OUTPUT__SCENARIO
The meta object literal for the 'Scenario' reference feature.- Generated class or method.
-
SCENARIO_OUTPUT__OPERATIONSIGNATURE
static final EReference SCENARIO_OUTPUT__OPERATIONSIGNATURE
The meta object literal for the 'Operationsignature' reference feature.- Generated class or method.
-
SCENARIO_OUTPUT__OPERATIONINTERFACE
static final EReference SCENARIO_OUTPUT__OPERATIONINTERFACE
The meta object literal for the 'Operationinterface' reference feature.- Generated class or method.
-
SCENARIO_OUTPUT__CONNECTOR
static final EReference SCENARIO_OUTPUT__CONNECTOR
The meta object literal for the 'Connector' reference feature.- Generated class or method.
-
SCENARIO_OUTPUT__REQUESTOR_SET
static final EReference SCENARIO_OUTPUT__REQUESTOR_SET
The meta object literal for the 'Requestor Set' reference feature.- Generated class or method.
-
SCENARIO_OUTPUT__REQUIRED_SETS
static final EReference SCENARIO_OUTPUT__REQUIRED_SETS
The meta object literal for the 'Required Sets' reference list feature.- Generated class or method.
-
ANALYSIS_RESULTS
static final EClass ANALYSIS_RESULTS
The meta object literal for the 'Analysis Results
' class.- See Also:
AnalysisResultsImpl
,OutputmodelPackageImpl.getAnalysisResults()
- Generated class or method.
-
ANALYSIS_RESULTS__SCENARIOOUTPUT
static final EReference ANALYSIS_RESULTS__SCENARIOOUTPUT
The meta object literal for the 'Scenariooutput' containment reference list feature.- Generated class or method.
-
-