Interface TransmissionPower
- All Known Implementing Classes:
TransmissionPowerImpl
A representation of the model object 'Transmission Power'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Modifier and TypeMethodDescriptionorg.palladiosimulator.pcm.core.composition.AssemblyContextReturns the value of the 'Applied Assembly' reference.Returns the value of the 'Transmission Power Values' containment reference list.voidsetAppliedAssembly(org.palladiosimulator.pcm.core.composition.AssemblyContext value) Sets the value of the 'Applied Assembly' reference.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getTransmissionPowerValues
EList<TransmissionPowerValue> getTransmissionPowerValues()Returns the value of the 'Transmission Power Values' containment reference list. The list contents are of typeTransmissionPowerValue.- Returns:
- the value of the 'Transmission Power Values' containment reference list.
- See Also:
- Generated class or method.
- EMF model class or method.
- containment="true" required="true"
-
getAppliedAssembly
org.palladiosimulator.pcm.core.composition.AssemblyContext getAppliedAssembly()Returns the value of the 'Applied Assembly' reference.- Returns:
- the value of the 'Applied Assembly' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true"
-
setAppliedAssembly
void setAppliedAssembly(org.palladiosimulator.pcm.core.composition.AssemblyContext value) Sets the value of the 'Applied Assembly' reference.- Parameters:
value- the new value of the 'Applied Assembly' reference.- See Also:
- Generated class or method.
-