Interface Nqr
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,org.palladiosimulator.pcm.core.entity.Entity
,EObject
,de.uka.ipd.sdq.identifier.Identifier
,org.palladiosimulator.pcm.core.entity.NamedElement
,Notifier
,org.palladiosimulator.pcm.PCMBaseClass
,org.palladiosimulator.pcm.PCMClass
- All Known Implementing Classes:
NqrImpl
- See Also:
- Generated class or method.
- EMF model class or method.
-
Field Summary
Fields inherited from interface org.palladiosimulator.pcm.core.entity.Entity
copyright
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Dimension' reference.getValue()
Returns the value of the 'Value' containment reference.void
setDimension
(Dimension value) Sets the value of the 'Dimension
' reference.void
setValue
(ValueLiteral value) Sets the value of the 'Value
' containment reference.toString()
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.palladiosimulator.pcm.core.entity.NamedElement
getEntityName, setEntityName
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getValue
ValueLiteral getValue()Returns the value of the 'Value' containment reference.If the meaning of the 'Value' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Value' containment reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- containment="true" required="true"
-
setValue
Sets the value of the 'Value
' containment reference.- Parameters:
value
- the new value of the 'Value' containment reference.- See Also:
- Generated class or method.
-
getDimension
Dimension getDimension()Returns the value of the 'Dimension' reference.If the meaning of the 'Dimension' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Dimension' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true"
-
setDimension
Sets the value of the 'Dimension
' reference.- Parameters:
value
- the new value of the 'Dimension' reference.- See Also:
- Generated class or method.
-
toString
String toString()- Overrides:
toString
in classObject
- Generated class or method.
- EMF model class or method.
- annotation="http://www.eclipse.org/emf/2002/GenModel body='if (eIsProxy()) return super.toString(); return \"Nqr (\" + dimension.getEntityName() + \" = \" + (value instanceof de.uka.ipd.sdq.dsexplore.qml.contract.QMLContract.SetLiteral ? ((de.uka.ipd.sdq.dsexplore.qml.contract.QMLContract.SetLiteral) value).getValues().get(0).getEntityName() : value.getId()) + \")\";'"
-