Interface Queue
- All Known Implementing Classes:
QueueImpl
A representation of the model object 'Queue'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
Returns the value of the 'Name' attribute.org.palladiosimulator.pcm.repository.PassiveResource
Returns the value of the 'Passive Resource Queue Messages' reference.org.palladiosimulator.pcm.usagemodel.UsageScenario
Returns the value of the 'Usage Scenario For Consumption' reference.void
Sets the value of the 'Name
' attribute.void
setPassiveResourceQueueMessages
(org.palladiosimulator.pcm.repository.PassiveResource value) Sets the value of the 'Passive Resource Queue Messages
' reference.void
setUsageScenarioForConsumption
(org.palladiosimulator.pcm.usagemodel.UsageScenario value) Sets the value of the 'Usage Scenario For Consumption
' reference.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
-
getPassiveResourceQueueMessages
org.palladiosimulator.pcm.repository.PassiveResource getPassiveResourceQueueMessages()Returns the value of the 'Passive Resource Queue Messages' reference.- Returns:
- the value of the 'Passive Resource Queue Messages' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setPassiveResourceQueueMessages
void setPassiveResourceQueueMessages(org.palladiosimulator.pcm.repository.PassiveResource value) Sets the value of the 'Passive Resource Queue Messages
' reference.- Parameters:
value
- the new value of the 'Passive Resource Queue Messages' reference.- See Also:
- Generated class or method.
-
getName
String getName()Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setName
Sets the value of the 'Name
' attribute.- Parameters:
value
- the new value of the 'Name' attribute.- See Also:
- Generated class or method.
-
getUsageScenarioForConsumption
org.palladiosimulator.pcm.usagemodel.UsageScenario getUsageScenarioForConsumption()Returns the value of the 'Usage Scenario For Consumption' reference.- Returns:
- the value of the 'Usage Scenario For Consumption' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setUsageScenarioForConsumption
void setUsageScenarioForConsumption(org.palladiosimulator.pcm.usagemodel.UsageScenario value) Sets the value of the 'Usage Scenario For Consumption
' reference.- Parameters:
value
- the new value of the 'Usage Scenario For Consumption' reference.- See Also:
- Generated class or method.
-