Interface OutputmodelPackage
- All Superinterfaces:
EModelElement
,ENamedElement
,EObject
,EPackage
,Notifier
- All Known Implementing Classes:
OutputmodelPackageImpl
The Package for the model.
It contains accessors for the meta objects to represent
- each class,
- each feature of each class,
- each enum,
- and each data type
- See Also:
- Generated class or method.
- EMF model class or method.
- kind="package"
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data typeNested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage
EPackage.Descriptor, EPackage.Registry
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
The meta object id for the 'Analysis Results
' class.static final int
The feature id for the 'Scenariooutput' containment reference list.static final int
The number of structural features of the 'Analysis Results' class.static final OutputmodelPackage
The singleton instance of the package.static final String
The package name.static final String
The package namespace name.static final String
The package namespace URI.static final int
The meta object id for the 'Operation Output
' class.static final int
The feature id for the 'Assembly Context' reference list.static final int
The feature id for the 'Connector' reference.static final int
The feature id for the 'Decision' attribute.static final int
The feature id for the 'Operationinterface' reference.static final int
The feature id for the 'Operationsignature' reference.static final int
The feature id for the 'Orgigin Action' reference.static final int
The feature id for the 'Origin Service' containment reference.static final int
The feature id for the 'Policy IDs' attribute list.static final int
The number of structural features of the 'Operation Output' class.static final int
The meta object id for the 'Result' data type.static final int
The meta object id for the 'Scenario Output
' class.static final int
The feature id for the 'Mis Usage' attribute.static final int
The feature id for the 'Operation Output' containment reference list.static final int
The feature id for the 'Passed' attribute.static final int
The feature id for the 'Scenario' reference.static final int
The number of structural features of the 'Scenario Output' class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the meta object for class 'Analysis Results
'.Returns the meta object for the containment reference list 'Scenariooutput
'.Returns the meta object for class 'Operation Output
'.Returns the meta object for the reference list 'Assembly Context
'.Returns the meta object for the reference 'Connector
'.Returns the meta object for the attribute 'Decision
'.Returns the meta object for the reference 'Operationinterface
'.Returns the meta object for the reference 'Operationsignature
'.Returns the meta object for the reference 'Orgigin Action
'.Returns the meta object for the containment reference 'Origin Service
'.Returns the meta object for the attribute list 'Policy IDs
'.Returns the factory that creates the instances of the model.Returns the meta object for data type 'Result
'.Returns the meta object for class 'Scenario Output
'.Returns the meta object for the attribute 'Mis Usage
'.Returns the meta object for the containment reference list 'Operation Output
'.Returns the meta object for the attribute 'Passed
'.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 Details
-
eNAME
The package name.- See Also:
- Generated class or method.
-
eNS_URI
The package namespace URI.- See Also:
- Generated class or method.
-
eNS_PREFIX
The package namespace name.- See Also:
- Generated class or method.
-
eINSTANCE
The singleton instance of the package.- Generated class or method.
-
SCENARIO_OUTPUT
static final int SCENARIO_OUTPUTThe meta object id for the 'Scenario Output
' class.- See Also:
- Generated class or method.
-
SCENARIO_OUTPUT__SCENARIO
static final int SCENARIO_OUTPUT__SCENARIOThe feature id for the 'Scenario' reference.- See Also:
- Generated class or method.
- Ordered collection.
-
SCENARIO_OUTPUT__OPERATION_OUTPUT
static final int SCENARIO_OUTPUT__OPERATION_OUTPUTThe feature id for the 'Operation Output' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
SCENARIO_OUTPUT__MIS_USAGE
static final int SCENARIO_OUTPUT__MIS_USAGEThe feature id for the 'Mis Usage' attribute.- See Also:
- Generated class or method.
- Ordered collection.
-
SCENARIO_OUTPUT__PASSED
static final int SCENARIO_OUTPUT__PASSEDThe feature id for the 'Passed' attribute.- See Also:
- Generated class or method.
- Ordered collection.
-
SCENARIO_OUTPUT_FEATURE_COUNT
static final int SCENARIO_OUTPUT_FEATURE_COUNTThe number of structural features of the 'Scenario Output' class.- See Also:
- Generated class or method.
- Ordered collection.
-
ANALYSIS_RESULTS
static final int ANALYSIS_RESULTSThe meta object id for the 'Analysis Results
' class.- See Also:
- Generated class or method.
-
ANALYSIS_RESULTS__SCENARIOOUTPUT
static final int ANALYSIS_RESULTS__SCENARIOOUTPUTThe feature id for the 'Scenariooutput' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
ANALYSIS_RESULTS_FEATURE_COUNT
static final int ANALYSIS_RESULTS_FEATURE_COUNTThe number of structural features of the 'Analysis Results' class.- See Also:
- Generated class or method.
- Ordered collection.
-
OPERATION_OUTPUT
static final int OPERATION_OUTPUTThe meta object id for the 'Operation Output
' class.- See Also:
- Generated class or method.
-
OPERATION_OUTPUT__DECISION
static final int OPERATION_OUTPUT__DECISIONThe feature id for the 'Decision' attribute.- See Also:
- Generated class or method.
- Ordered collection.
-
OPERATION_OUTPUT__POLICY_IDS
static final int OPERATION_OUTPUT__POLICY_IDSThe feature id for the 'Policy IDs' attribute list.- See Also:
- Generated class or method.
- Ordered collection.
-
OPERATION_OUTPUT__OPERATIONINTERFACE
static final int OPERATION_OUTPUT__OPERATIONINTERFACEThe feature id for the 'Operationinterface' reference.- See Also:
- Generated class or method.
- Ordered collection.
-
OPERATION_OUTPUT__CONNECTOR
static final int OPERATION_OUTPUT__CONNECTORThe feature id for the 'Connector' reference.- See Also:
- Generated class or method.
- Ordered collection.
-
OPERATION_OUTPUT__ASSEMBLY_CONTEXT
static final int OPERATION_OUTPUT__ASSEMBLY_CONTEXTThe feature id for the 'Assembly Context' reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
OPERATION_OUTPUT__OPERATIONSIGNATURE
static final int OPERATION_OUTPUT__OPERATIONSIGNATUREThe feature id for the 'Operationsignature' reference.- See Also:
- Generated class or method.
- Ordered collection.
-
OPERATION_OUTPUT__ORIGIN_SERVICE
static final int OPERATION_OUTPUT__ORIGIN_SERVICEThe feature id for the 'Origin Service' containment reference.- See Also:
- Generated class or method.
- Ordered collection.
-
OPERATION_OUTPUT__ORGIGIN_ACTION
static final int OPERATION_OUTPUT__ORGIGIN_ACTIONThe feature id for the 'Orgigin Action' reference.- See Also:
- Generated class or method.
- Ordered collection.
-
OPERATION_OUTPUT_FEATURE_COUNT
static final int OPERATION_OUTPUT_FEATURE_COUNTThe number of structural features of the 'Operation Output' class.- See Also:
- Generated class or method.
- Ordered collection.
-
RESULT
static final int RESULTThe meta object id for the 'Result' data type.- See Also:
- Generated class or method.
-
-
Method Details
-
getScenarioOutput
EClass getScenarioOutput()Returns the meta object for class 'Scenario Output
'.- Returns:
- the meta object for class 'Scenario Output'.
- See Also:
- 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:
- Generated class or method.
-
getScenarioOutput_OperationOutput
EReference getScenarioOutput_OperationOutput()Returns the meta object for the containment reference list 'Operation Output
'.- Returns:
- the meta object for the containment reference list 'Operation Output'.
- See Also:
- Generated class or method.
-
getScenarioOutput_MisUsage
EAttribute getScenarioOutput_MisUsage()Returns the meta object for the attribute 'Mis Usage
'.- Returns:
- the meta object for the attribute 'Mis Usage'.
- See Also:
- Generated class or method.
-
getScenarioOutput_Passed
EAttribute getScenarioOutput_Passed()Returns the meta object for the attribute 'Passed
'.- Returns:
- the meta object for the attribute 'Passed'.
- See Also:
- 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:
- 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:
- Generated class or method.
-
getOperationOutput
EClass getOperationOutput()Returns the meta object for class 'Operation Output
'.- Returns:
- the meta object for class 'Operation Output'.
- See Also:
- Generated class or method.
-
getOperationOutput_Decision
EAttribute getOperationOutput_Decision()Returns the meta object for the attribute 'Decision
'.- Returns:
- the meta object for the attribute 'Decision'.
- See Also:
- Generated class or method.
-
getOperationOutput_PolicyIDs
EAttribute getOperationOutput_PolicyIDs()Returns the meta object for the attribute list 'Policy IDs
'.- Returns:
- the meta object for the attribute list 'Policy IDs'.
- See Also:
- Generated class or method.
-
getOperationOutput_Operationinterface
EReference getOperationOutput_Operationinterface()Returns the meta object for the reference 'Operationinterface
'.- Returns:
- the meta object for the reference 'Operationinterface'.
- See Also:
- Generated class or method.
-
getOperationOutput_Connector
EReference getOperationOutput_Connector()Returns the meta object for the reference 'Connector
'.- Returns:
- the meta object for the reference 'Connector'.
- See Also:
- Generated class or method.
-
getOperationOutput_AssemblyContext
EReference getOperationOutput_AssemblyContext()Returns the meta object for the reference list 'Assembly Context
'.- Returns:
- the meta object for the reference list 'Assembly Context'.
- See Also:
- Generated class or method.
-
getOperationOutput_Operationsignature
EReference getOperationOutput_Operationsignature()Returns the meta object for the reference 'Operationsignature
'.- Returns:
- the meta object for the reference 'Operationsignature'.
- See Also:
- Generated class or method.
-
getOperationOutput_OriginService
EReference getOperationOutput_OriginService()Returns the meta object for the containment reference 'Origin Service
'.- Returns:
- the meta object for the containment reference 'Origin Service'.
- See Also:
- Generated class or method.
-
getOperationOutput_OrgiginAction
EReference getOperationOutput_OrgiginAction()Returns the meta object for the reference 'Orgigin Action
'.- Returns:
- the meta object for the reference 'Orgigin Action'.
- See Also:
- Generated class or method.
-
getResult
EDataType getResult()Returns the meta object for data type 'Result
'.- Returns:
- the meta object for data type 'Result'.
- See Also:
- Generated class or method.
- EMF model class or method.
- instanceClass="org.palladiosimulator.pcm.confidentiality.context.xacml.pdp.result.DecisionType"
-
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.
-