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.CDOObject
A representation of the model object 'Scenario Output'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Operation Output' containment reference list.org.palladiosimulator.pcm.usagemodel.UsageScenario
Returns the value of the 'Scenario' reference.boolean
Returns the value of the 'Mis Usage' attribute.boolean
isPassed()
Returns the value of the 'Passed' attribute.void
setMisUsage
(boolean value) Sets the value of the 'Mis Usage
' attribute.void
setPassed
(boolean value) Sets the value of the 'Passed
' attribute.void
setScenario
(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 Details
-
getScenario
org.palladiosimulator.pcm.usagemodel.UsageScenario getScenario()Returns the value of the 'Scenario' reference.- Returns:
- the value of the 'Scenario' reference.
- See Also:
- 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:
- Generated class or method.
-
getOperationOutput
EList<OperationOutput> getOperationOutput()Returns the value of the 'Operation Output' containment reference list. The list contents are of typeOperationOutput
.- Returns:
- the value of the 'Operation Output' containment reference list.
- See Also:
- Generated class or method.
- EMF model class or method.
- containment="true"
-
isMisUsage
boolean isMisUsage()Returns the value of the 'Mis Usage' attribute.- Returns:
- the value of the 'Mis Usage' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
- dataType="org.eclipse.emf.ecore.xml.type.Boolean"
-
setMisUsage
void setMisUsage(boolean value) Sets the value of the 'Mis Usage
' attribute.- Parameters:
value
- the new value of the 'Mis Usage' attribute.- See Also:
- Generated class or method.
-
isPassed
boolean isPassed()Returns the value of the 'Passed' attribute.- Returns:
- the value of the 'Passed' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
- dataType="org.eclipse.emf.ecore.xml.type.Boolean"
-
setPassed
void setPassed(boolean value) Sets the value of the 'Passed
' attribute.- Parameters:
value
- the new value of the 'Passed' attribute.- See Also:
- Generated class or method.
-