Interface ScenarioOutput
-
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject,org.eclipse.emf.cdo.common.id.CDOWithID,EObject,Notifier
- All Known Implementing Classes:
ScenarioOutputImpl
public interface ScenarioOutput extends org.eclipse.emf.cdo.CDOObjectA representation of the model object 'Scenario Output'.The following features are supported:
- See Also:
OutputmodelPackage.getScenarioOutput()- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.palladiosimulator.pcm.core.composition.ConnectorgetConnector()Returns the value of the 'Connector' reference.org.palladiosimulator.pcm.repository.OperationInterfacegetOperationinterface()Returns the value of the 'Operationinterface' reference.org.palladiosimulator.pcm.repository.OperationSignaturegetOperationsignature()Returns the value of the 'Operationsignature' reference.org.palladiosimulator.pcm.confidentiality.context.set.ContextSetgetRequestorSet()Returns the value of the 'Requestor Set' reference.EList<org.palladiosimulator.pcm.confidentiality.context.set.ContextSet>getRequiredSets()Returns the value of the 'Required Sets' reference list.org.palladiosimulator.pcm.usagemodel.UsageScenariogetScenario()Returns the value of the 'Scenario' reference.booleanisResult()Returns the value of the 'Result' attribute.voidsetConnector(org.palladiosimulator.pcm.core.composition.Connector value)Sets the value of the 'Connector' reference.voidsetOperationinterface(org.palladiosimulator.pcm.repository.OperationInterface value)Sets the value of the 'Operationinterface' reference.voidsetOperationsignature(org.palladiosimulator.pcm.repository.OperationSignature value)Sets the value of the 'Operationsignature' reference.voidsetRequestorSet(org.palladiosimulator.pcm.confidentiality.context.set.ContextSet value)Sets the value of the 'Requestor Set' reference.voidsetResult(boolean value)Sets the value of the 'Result' attribute.voidsetScenario(org.palladiosimulator.pcm.usagemodel.UsageScenario value)Sets the value of the 'Scenario' reference.-
Methods inherited from interface org.eclipse.emf.cdo.CDOObject
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOption
-
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.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Method Detail
-
isResult
boolean isResult()
Returns the value of the 'Result' attribute.- Returns:
- the value of the 'Result' attribute.
- See Also:
setResult(boolean),OutputmodelPackage.getScenarioOutput_Result()- Generated class or method.
- EMF model class or method.
-
setResult
void setResult(boolean value)
Sets the value of the 'Result' attribute.- Parameters:
value- the new value of the 'Result' attribute.- See Also:
isResult()- Generated class or method.
-
getScenario
org.palladiosimulator.pcm.usagemodel.UsageScenario getScenario()
Returns the value of the 'Scenario' reference.- Returns:
- the value of the 'Scenario' reference.
- See Also:
setScenario(UsageScenario),OutputmodelPackage.getScenarioOutput_Scenario()- Generated class or method.
- EMF model class or method.
-
setScenario
void setScenario(org.palladiosimulator.pcm.usagemodel.UsageScenario value)
Sets the value of the 'Scenario' reference.- Parameters:
value- the new value of the 'Scenario' reference.- See Also:
getScenario()- Generated class or method.
-
getOperationsignature
org.palladiosimulator.pcm.repository.OperationSignature getOperationsignature()
Returns the value of the 'Operationsignature' reference.- Returns:
- the value of the 'Operationsignature' reference.
- See Also:
setOperationsignature(OperationSignature),OutputmodelPackage.getScenarioOutput_Operationsignature()- Generated class or method.
- EMF model class or method.
-
setOperationsignature
void setOperationsignature(org.palladiosimulator.pcm.repository.OperationSignature value)
Sets the value of the 'Operationsignature' reference.- Parameters:
value- the new value of the 'Operationsignature' reference.- See Also:
getOperationsignature()- Generated class or method.
-
getOperationinterface
org.palladiosimulator.pcm.repository.OperationInterface getOperationinterface()
Returns the value of the 'Operationinterface' reference.- Returns:
- the value of the 'Operationinterface' reference.
- See Also:
setOperationinterface(OperationInterface),OutputmodelPackage.getScenarioOutput_Operationinterface()- Generated class or method.
- EMF model class or method.
-
setOperationinterface
void setOperationinterface(org.palladiosimulator.pcm.repository.OperationInterface value)
Sets the value of the 'Operationinterface' reference.- Parameters:
value- the new value of the 'Operationinterface' reference.- See Also:
getOperationinterface()- Generated class or method.
-
getConnector
org.palladiosimulator.pcm.core.composition.Connector getConnector()
Returns the value of the 'Connector' reference.- Returns:
- the value of the 'Connector' reference.
- See Also:
setConnector(Connector),OutputmodelPackage.getScenarioOutput_Connector()- Generated class or method.
- EMF model class or method.
-
setConnector
void setConnector(org.palladiosimulator.pcm.core.composition.Connector value)
Sets the value of the 'Connector' reference.- Parameters:
value- the new value of the 'Connector' reference.- See Also:
getConnector()- Generated class or method.
-
getRequestorSet
org.palladiosimulator.pcm.confidentiality.context.set.ContextSet getRequestorSet()
Returns the value of the 'Requestor Set' reference.- Returns:
- the value of the 'Requestor Set' reference.
- See Also:
setRequestorSet(org.palladiosimulator.pcm.confidentiality.context.set.ContextSet),OutputmodelPackage.getScenarioOutput_RequestorSet()- Generated class or method.
- EMF model class or method.
-
setRequestorSet
void setRequestorSet(org.palladiosimulator.pcm.confidentiality.context.set.ContextSet value)
Sets the value of the 'Requestor Set' reference.- Parameters:
value- the new value of the 'Requestor Set' reference.- See Also:
getRequestorSet()- Generated class or method.
-
getRequiredSets
EList<org.palladiosimulator.pcm.confidentiality.context.set.ContextSet> getRequiredSets()
Returns the value of the 'Required Sets' reference list. The list contents are of typeContextSet.- Returns:
- the value of the 'Required Sets' reference list.
- See Also:
OutputmodelPackage.getScenarioOutput_RequiredSets()- Generated class or method.
- EMF model class or method.
-
-