Interface CharacterisedPCMParameterPartition
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,EObject
,de.uka.ipd.sdq.identifier.Identifier
,Notifier
- All Known Subinterfaces:
CharacterisedPCMParameterPartitionInterval
,CharacterisedPCMParameterPartitionRange
- All Known Implementing Classes:
CharacterisedPCMParameterPartitionImpl
,CharacterisedPCMParameterPartitionIntervalImpl
,CharacterisedPCMParameterPartitionRangeImpl
public interface CharacterisedPCMParameterPartition
extends de.uka.ipd.sdq.identifier.Identifier
A representation of the model object '
Characterised PCM Parameter Partition'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
- abstract="true"
-
Method Summary
Modifier and TypeMethodDescriptionorg.palladiosimulator.pcm.parameter.VariableCharacterisationType
Returns the value of the 'For Characterisation' attribute.Returns the value of the 'Pcm Parameter Partition' container reference.Returns the value of the 'Qualified Element Name' attribute.void
setForCharacterisation
(org.palladiosimulator.pcm.parameter.VariableCharacterisationType value) Sets the value of the 'For Characterisation
' attribute.void
Sets the value of the 'Pcm Parameter Partition
' container reference.void
setQualifiedElementName
(String value) Sets the value of the 'Qualified Element Name
' attribute.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 de.uka.ipd.sdq.identifier.Identifier
getId, setId
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getForCharacterisation
org.palladiosimulator.pcm.parameter.VariableCharacterisationType getForCharacterisation()Returns the value of the 'For Characterisation' attribute. The literals are from the enumerationVariableCharacterisationType
.If the meaning of the 'For Characterisation' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'For Characterisation' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setForCharacterisation
void setForCharacterisation(org.palladiosimulator.pcm.parameter.VariableCharacterisationType value) Sets the value of the 'For Characterisation
' attribute.- Parameters:
value
- the new value of the 'For Characterisation' attribute.- See Also:
-
VariableCharacterisationType
getForCharacterisation()
- Generated class or method.
-
getPcmParameterPartition
PCMParameterPartition getPcmParameterPartition()Returns the value of the 'Pcm Parameter Partition' container reference. It is bidirectional and its opposite is 'Characerised Parameter Partitions
'.If the meaning of the 'Pcm Parameter Partition' container reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Pcm Parameter Partition' container reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- opposite="characerisedParameterPartitions" required="true" transient="false" ordered="false"
-
setPcmParameterPartition
Sets the value of the 'Pcm Parameter Partition
' container reference.- Parameters:
value
- the new value of the 'Pcm Parameter Partition' container reference.- See Also:
- Generated class or method.
-
getQualifiedElementName
String getQualifiedElementName()Returns the value of the 'Qualified Element Name' attribute.If the meaning of the 'Qualified Element Name' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Qualified Element Name' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setQualifiedElementName
Sets the value of the 'Qualified Element Name
' attribute.- Parameters:
value
- the new value of the 'Qualified Element Name' attribute.- See Also:
- Generated class or method.
-