Interface OperationOutput
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,EObject
,Notifier
- All Known Implementing Classes:
OperationOutputImpl
public interface OperationOutput
extends org.eclipse.emf.cdo.CDOObject
A representation of the model object 'Operation Output'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Modifier and TypeMethodDescriptionEList<org.palladiosimulator.pcm.core.composition.AssemblyContext>
Returns the value of the 'Assembly Context' reference list.org.palladiosimulator.pcm.core.composition.Connector
Returns the value of the 'Connector' reference.Returns the value of the 'Decision' attribute.org.palladiosimulator.pcm.repository.OperationInterface
Returns the value of the 'Operationinterface' reference.org.palladiosimulator.pcm.repository.OperationSignature
Returns the value of the 'Operationsignature' reference.org.palladiosimulator.pcm.seff.ExternalCallAction
Returns the value of the 'Orgigin Action' reference.org.palladiosimulator.pcm.confidentiality.context.system.pcm.structure.ServiceSpecification
Returns the value of the 'Origin Service' containment reference.Returns the value of the 'Policy IDs' attribute list.void
setConnector
(org.palladiosimulator.pcm.core.composition.Connector value) Sets the value of the 'Connector
' reference.void
setDecision
(DecisionType value) Sets the value of the 'Decision
' attribute.void
setOperationinterface
(org.palladiosimulator.pcm.repository.OperationInterface value) Sets the value of the 'Operationinterface
' reference.void
setOperationsignature
(org.palladiosimulator.pcm.repository.OperationSignature value) Sets the value of the 'Operationsignature
' reference.void
setOrgiginAction
(org.palladiosimulator.pcm.seff.ExternalCallAction value) Sets the value of the 'Orgigin Action
' reference.void
setOriginService
(org.palladiosimulator.pcm.confidentiality.context.system.pcm.structure.ServiceSpecification value) Sets the value of the 'Origin Service
' containment 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 Details
-
getDecision
DecisionType getDecision()Returns the value of the 'Decision' attribute.- Returns:
- the value of the 'Decision' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
- dataType="org.palladiosimulator.pcm.confidentiality.context.analysis.outputmodel.Result" required="true"
-
setDecision
Sets the value of the 'Decision
' attribute.- Parameters:
value
- the new value of the 'Decision' attribute.- See Also:
- Generated class or method.
-
getPolicyIDs
Returns the value of the 'Policy IDs' attribute list. The list contents are of typeString
.- Returns:
- the value of the 'Policy IDs' attribute list.
- See Also:
- Generated class or method.
- EMF model class or method.
- dataType="org.eclipse.emf.ecore.xml.type.String"
-
getOperationinterface
org.palladiosimulator.pcm.repository.OperationInterface getOperationinterface()Returns the value of the 'Operationinterface' reference.- Returns:
- the value of the 'Operationinterface' reference.
- See Also:
- 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:
- 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:
- 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:
- Generated class or method.
-
getAssemblyContext
EList<org.palladiosimulator.pcm.core.composition.AssemblyContext> getAssemblyContext()Returns the value of the 'Assembly Context' reference list. The list contents are of typeAssemblyContext
.- Returns:
- the value of the 'Assembly Context' reference list.
- See Also:
- Generated class or method.
- EMF model 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:
- 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:
- Generated class or method.
-
getOriginService
org.palladiosimulator.pcm.confidentiality.context.system.pcm.structure.ServiceSpecification getOriginService()Returns the value of the 'Origin Service' containment reference.- Returns:
- the value of the 'Origin Service' containment reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- containment="true"
-
setOriginService
void setOriginService(org.palladiosimulator.pcm.confidentiality.context.system.pcm.structure.ServiceSpecification value) Sets the value of the 'Origin Service
' containment reference.- Parameters:
value
- the new value of the 'Origin Service' containment reference.- See Also:
- Generated class or method.
-
getOrgiginAction
org.palladiosimulator.pcm.seff.ExternalCallAction getOrgiginAction()Returns the value of the 'Orgigin Action' reference.- Returns:
- the value of the 'Orgigin Action' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setOrgiginAction
void setOrgiginAction(org.palladiosimulator.pcm.seff.ExternalCallAction value) Sets the value of the 'Orgigin Action
' reference.- Parameters:
value
- the new value of the 'Orgigin Action' reference.- See Also:
- Generated class or method.
-