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.IdentifierA representation of the model object 'Identifier'. Identifier for a certain measurable/observable state of the measured object. IdentifiersThe following features are supported:
- See Also:
MetricSpecPackage.getIdentifier()- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetLiteral()Returns the value of the 'Literal' attribute.TextualBaseMetricDescriptiongetTextualBaseMetricDescription()Returns the value of the 'Textual Base Metric Description' container reference.voidsetLiteral(String value)Sets the value of the 'Literal' attribute.voidsetTextualBaseMetricDescription(TextualBaseMetricDescription value)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 org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Method Detail
-
getLiteral
String getLiteral()
Returns the value of the 'Literal' attribute.- Returns:
- the value of the 'Literal' attribute.
- See Also:
setLiteral(String),MetricSpecPackage.getIdentifier_Literal()- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setLiteral
void setLiteral(String value)
Sets the value of the 'Literal' attribute.- Parameters:
value- the new value of the 'Literal' attribute.- See Also:
getLiteral()- 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:
setTextualBaseMetricDescription(TextualBaseMetricDescription),MetricSpecPackage.getIdentifier_TextualBaseMetricDescription(),TextualBaseMetricDescription.getIdentifiers()- Generated class or method.
- EMF model class or method.
- opposite="identifiers" required="true" transient="false" ordered="false"
-
setTextualBaseMetricDescription
void setTextualBaseMetricDescription(TextualBaseMetricDescription value)
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:
getTextualBaseMetricDescription()- Generated class or method.
-
-