Interface ExchangeComponentRule
- All Known Implementing Classes:
ExchangeComponentRuleImpl
A representation of the model object '
Exchange Component Rule'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Modifier and TypeMethodDescriptionorg.palladiosimulator.pcm.allocation.AllocationContext
Returns the value of the 'Allocation Context' reference.EList<org.palladiosimulator.pcm.repository.RepositoryComponent>
Returns the value of the 'Repository Component' reference list.void
setAllocationContext
(org.palladiosimulator.pcm.allocation.AllocationContext value) Sets the value of the 'Allocation Context
' 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
-
getRepositoryComponent
EList<org.palladiosimulator.pcm.repository.RepositoryComponent> getRepositoryComponent()Returns the value of the 'Repository Component' reference list. The list contents are of typeRepositoryComponent
.If the meaning of the 'Repository Component' reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Repository Component' reference list.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
getAllocationContext
org.palladiosimulator.pcm.allocation.AllocationContext getAllocationContext()Returns the value of the 'Allocation Context' reference.If the meaning of the 'Allocation Context' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Allocation Context' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- ordered="false"
-
setAllocationContext
void setAllocationContext(org.palladiosimulator.pcm.allocation.AllocationContext value) Sets the value of the 'Allocation Context
' reference.- Parameters:
value
- the new value of the 'Allocation Context' reference.- See Also:
- Generated class or method.
-