Package org.palladiosimulator.metricspec
Interface Identifier
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,EObject
,de.uka.ipd.sdq.identifier.Identifier
,Notifier
- All Known Implementing Classes:
IdentifierImpl
public interface Identifier
extends de.uka.ipd.sdq.identifier.Identifier
A representation of the model object 'Identifier'.
Identifier for a certain measurable/observable state of the measured object. Identifiers
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Literal' attribute.Returns the value of the 'Textual Base Metric Description' container reference.void
setLiteral
(String value) Sets the value of the 'Literal
' attribute.void
Sets the value of the 'Textual Base Metric Description
' container reference.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
-
getLiteral
String getLiteral()Returns the value of the 'Literal' attribute.- Returns:
- the value of the 'Literal' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setLiteral
Sets the value of the 'Literal
' attribute.- Parameters:
value
- the new value of the 'Literal' attribute.- See Also:
- Generated class or method.
-
getTextualBaseMetricDescription
TextualBaseMetricDescription getTextualBaseMetricDescription()Returns the value of the 'Textual Base Metric Description' container reference. It is bidirectional and its opposite is 'Identifiers
'.- Returns:
- the value of the 'Textual Base Metric Description' container reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- opposite="identifiers" required="true" transient="false" ordered="false"
-
setTextualBaseMetricDescription
Sets the value of the 'Textual Base Metric Description
' container reference.- Parameters:
value
- the new value of the 'Textual Base Metric Description' container reference.- See Also:
- Generated class or method.
-