Interface ExchangeComponentRule
-
- All Known Implementing Classes:
ExchangeComponentRuleImpl
public interface ExchangeComponentRule extends EObject
A representation of the model object ' Exchange Component Rule'.The following features are supported:
- See Also:
specificPackage.getExchangeComponentRule()
- 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.allocation.AllocationContext
getAllocationContext()
Returns the value of the 'Allocation Context' reference.EList<org.palladiosimulator.pcm.repository.RepositoryComponent>
getRepositoryComponent()
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 Detail
-
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:
specificPackage.getExchangeComponentRule_RepositoryComponent()
- 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:
setAllocationContext(AllocationContext)
,specificPackage.getExchangeComponentRule_AllocationContext()
- 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:
getAllocationContext()
- Generated class or method.
-
-