Interface OutputmodelPackage
-
- All Superinterfaces:
EModelElement,ENamedElement,EObject,EPackage,Notifier
- All Known Implementing Classes:
OutputmodelPackageImpl
public interface OutputmodelPackage extends EPackage
The Package for the model. It contains accessors for the meta objects to represent- each class,
- each feature of each class,
- each operation of each class,
- each enum,
- and each data type
- See Also:
OutputmodelFactory- Generated class or method.
- EMF model class or method.
- kind="package"
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceOutputmodelPackage.LiteralsDefines 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-
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage
EPackage.Descriptor, EPackage.Registry
-
-
Field Summary
Fields Modifier and Type Field Description static intANALYSIS_RESULTSThe meta object id for the 'Analysis Results' class.static intANALYSIS_RESULTS__SCENARIOOUTPUTThe feature id for the 'Scenariooutput' containment reference list.static intANALYSIS_RESULTS_FEATURE_COUNTThe number of structural features of the 'Analysis Results' class.static OutputmodelPackageeINSTANCEThe singleton instance of the package.static StringeNAMEThe package name.static StringeNS_PREFIXThe package namespace name.static StringeNS_URIThe package namespace URI.static intSCENARIO_OUTPUTThe meta object id for the 'Scenario Output' class.static intSCENARIO_OUTPUT__CONNECTORThe feature id for the 'Connector' reference.static intSCENARIO_OUTPUT__OPERATIONINTERFACEThe feature id for the 'Operationinterface' reference.static intSCENARIO_OUTPUT__OPERATIONSIGNATUREThe feature id for the 'Operationsignature' reference.static intSCENARIO_OUTPUT__REQUESTOR_SETThe feature id for the 'Requestor Set' reference.static intSCENARIO_OUTPUT__REQUIRED_SETSThe feature id for the 'Required Sets' reference list.static intSCENARIO_OUTPUT__RESULTThe feature id for the 'Result' attribute.static intSCENARIO_OUTPUT__SCENARIOThe feature id for the 'Scenario' reference.static intSCENARIO_OUTPUT_FEATURE_COUNTThe number of structural features of the 'Scenario Output' class.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EClassgetAnalysisResults()Returns the meta object for class 'Analysis Results'.EReferencegetAnalysisResults_Scenariooutput()Returns the meta object for the containment reference list 'Scenariooutput'.OutputmodelFactorygetOutputmodelFactory()Returns the factory that creates the instances of the model.EClassgetScenarioOutput()Returns the meta object for class 'Scenario Output'.EReferencegetScenarioOutput_Connector()Returns the meta object for the reference 'Connector'.EReferencegetScenarioOutput_Operationinterface()Returns the meta object for the reference 'Operationinterface'.EReferencegetScenarioOutput_Operationsignature()Returns the meta object for the reference 'Operationsignature'.EReferencegetScenarioOutput_RequestorSet()Returns the meta object for the reference 'Requestor Set'.EReferencegetScenarioOutput_RequiredSets()Returns the meta object for the reference list 'Required Sets'.EAttributegetScenarioOutput_Result()Returns the meta object for the attribute 'Result'.EReferencegetScenarioOutput_Scenario()Returns the meta object for the reference 'Scenario'.-
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
-
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement
getName, setName
-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
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.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Field Detail
-
eNAME
static final String eNAME
The package name.- See Also:
- Constant Field Values
- Generated class or method.
-
eNS_URI
static final String eNS_URI
The package namespace URI.- See Also:
- Constant Field Values
- Generated class or method.
-
eNS_PREFIX
static final String eNS_PREFIX
The package namespace name.- See Also:
- Constant Field Values
- Generated class or method.
-
eINSTANCE
static final OutputmodelPackage eINSTANCE
The singleton instance of the package.- Generated class or method.
-
SCENARIO_OUTPUT
static final int SCENARIO_OUTPUT
The meta object id for the 'Scenario Output' class.- See Also:
ScenarioOutputImpl,OutputmodelPackageImpl.getScenarioOutput(), Constant Field Values- Generated class or method.
-
SCENARIO_OUTPUT__RESULT
static final int SCENARIO_OUTPUT__RESULT
The feature id for the 'Result' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
SCENARIO_OUTPUT__SCENARIO
static final int SCENARIO_OUTPUT__SCENARIO
The feature id for the 'Scenario' reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
SCENARIO_OUTPUT__OPERATIONSIGNATURE
static final int SCENARIO_OUTPUT__OPERATIONSIGNATURE
The feature id for the 'Operationsignature' reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
SCENARIO_OUTPUT__OPERATIONINTERFACE
static final int SCENARIO_OUTPUT__OPERATIONINTERFACE
The feature id for the 'Operationinterface' reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
SCENARIO_OUTPUT__CONNECTOR
static final int SCENARIO_OUTPUT__CONNECTOR
The feature id for the 'Connector' reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
SCENARIO_OUTPUT__REQUESTOR_SET
static final int SCENARIO_OUTPUT__REQUESTOR_SET
The feature id for the 'Requestor Set' reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
SCENARIO_OUTPUT__REQUIRED_SETS
static final int SCENARIO_OUTPUT__REQUIRED_SETS
The feature id for the 'Required Sets' reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
SCENARIO_OUTPUT_FEATURE_COUNT
static final int SCENARIO_OUTPUT_FEATURE_COUNT
The number of structural features of the 'Scenario Output' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ANALYSIS_RESULTS
static final int ANALYSIS_RESULTS
The meta object id for the 'Analysis Results' class.- See Also:
AnalysisResultsImpl,OutputmodelPackageImpl.getAnalysisResults(), Constant Field Values- Generated class or method.
-
ANALYSIS_RESULTS__SCENARIOOUTPUT
static final int ANALYSIS_RESULTS__SCENARIOOUTPUT
The feature id for the 'Scenariooutput' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ANALYSIS_RESULTS_FEATURE_COUNT
static final int ANALYSIS_RESULTS_FEATURE_COUNT
The number of structural features of the 'Analysis Results' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
-
Method Detail
-
getScenarioOutput
EClass getScenarioOutput()
Returns the meta object for class 'Scenario Output'.- Returns:
- the meta object for class 'Scenario Output'.
- See Also:
ScenarioOutput- Generated class or method.
-
getScenarioOutput_Result
EAttribute getScenarioOutput_Result()
Returns the meta object for the attribute 'Result'.- Returns:
- the meta object for the attribute 'Result'.
- See Also:
ScenarioOutput.isResult(),getScenarioOutput()- Generated class or method.
-
getScenarioOutput_Scenario
EReference getScenarioOutput_Scenario()
Returns the meta object for the reference 'Scenario'.- Returns:
- the meta object for the reference 'Scenario'.
- See Also:
ScenarioOutput.getScenario(),getScenarioOutput()- Generated class or method.
-
getScenarioOutput_Operationsignature
EReference getScenarioOutput_Operationsignature()
Returns the meta object for the reference 'Operationsignature'.- Returns:
- the meta object for the reference 'Operationsignature'.
- See Also:
ScenarioOutput.getOperationsignature(),getScenarioOutput()- Generated class or method.
-
getScenarioOutput_Operationinterface
EReference getScenarioOutput_Operationinterface()
Returns the meta object for the reference 'Operationinterface'.- Returns:
- the meta object for the reference 'Operationinterface'.
- See Also:
ScenarioOutput.getOperationinterface(),getScenarioOutput()- Generated class or method.
-
getScenarioOutput_Connector
EReference getScenarioOutput_Connector()
Returns the meta object for the reference 'Connector'.- Returns:
- the meta object for the reference 'Connector'.
- See Also:
ScenarioOutput.getConnector(),getScenarioOutput()- Generated class or method.
-
getScenarioOutput_RequestorSet
EReference getScenarioOutput_RequestorSet()
Returns the meta object for the reference 'Requestor Set'.- Returns:
- the meta object for the reference 'Requestor Set'.
- See Also:
ScenarioOutput.getRequestorSet(),getScenarioOutput()- Generated class or method.
-
getScenarioOutput_RequiredSets
EReference getScenarioOutput_RequiredSets()
Returns the meta object for the reference list 'Required Sets'.- Returns:
- the meta object for the reference list 'Required Sets'.
- See Also:
ScenarioOutput.getRequiredSets(),getScenarioOutput()- Generated class or method.
-
getAnalysisResults
EClass getAnalysisResults()
Returns the meta object for class 'Analysis Results'.- Returns:
- the meta object for class 'Analysis Results'.
- See Also:
AnalysisResults- Generated class or method.
-
getAnalysisResults_Scenariooutput
EReference getAnalysisResults_Scenariooutput()
Returns the meta object for the containment reference list 'Scenariooutput'.- Returns:
- the meta object for the containment reference list 'Scenariooutput'.
- See Also:
AnalysisResults.getScenariooutput(),getAnalysisResults()- Generated class or method.
-
getOutputmodelFactory
OutputmodelFactory getOutputmodelFactory()
Returns the factory that creates the instances of the model.- Returns:
- the factory that creates the instances of the model.
- Generated class or method.
-
-