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:
QualityAnnotationPackage.getCharacterisedPCMParameterPartition()
- Generated class or method.
- EMF model class or method.
- abstract="true"
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.palladiosimulator.pcm.parameter.VariableCharacterisationType
getForCharacterisation()
Returns the value of the 'For Characterisation' attribute.PCMParameterPartition
getPcmParameterPartition()
Returns the value of the 'Pcm Parameter Partition' container reference.String
getQualifiedElementName()
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
setPcmParameterPartition(PCMParameterPartition value)
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 org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Method Detail
-
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:
VariableCharacterisationType
,setForCharacterisation(VariableCharacterisationType)
,QualityAnnotationPackage.getCharacterisedPCMParameterPartition_ForCharacterisation()
- 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:
setPcmParameterPartition(PCMParameterPartition)
,QualityAnnotationPackage.getCharacterisedPCMParameterPartition_PcmParameterPartition()
,PCMParameterPartition.getCharacerisedParameterPartitions()
- Generated class or method.
- EMF model class or method.
- opposite="characerisedParameterPartitions" required="true" transient="false" ordered="false"
-
setPcmParameterPartition
void setPcmParameterPartition(PCMParameterPartition value)
Sets the value of the 'Pcm Parameter Partition
' container reference.- Parameters:
value
- the new value of the 'Pcm Parameter Partition' container reference.- See Also:
getPcmParameterPartition()
- 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:
setQualifiedElementName(String)
,QualityAnnotationPackage.getCharacterisedPCMParameterPartition_QualifiedElementName()
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setQualifiedElementName
void setQualifiedElementName(String value)
Sets the value of the 'Qualified Element Name
' attribute.- Parameters:
value
- the new value of the 'Qualified Element Name' attribute.- See Also:
getQualifiedElementName()
- Generated class or method.
-
-