Interface FloatingComparisonContext
-
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,ComparisonContext
,Context
,org.palladiosimulator.pcm.core.entity.Entity
,EnvironmentalContext
,EObject
,de.uka.ipd.sdq.identifier.Identifier
,org.palladiosimulator.pcm.core.entity.NamedElement
,Notifier
- All Known Implementing Classes:
FloatingComparisonContextImpl
public interface FloatingComparisonContext extends ComparisonContext
A representation of the model object 'Floating Comparison Context'.The following features are supported:
- See Also:
ContextPackage.getFloatingComparisonContext()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
getThreshold()
Returns the value of the 'Threshold' attribute.void
setThreshold(double value)
Sets the value of the 'Threshold
' 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.palladiosimulator.pcm.dataprocessing.dynamicextension.context.ComparisonContext
getComparison, setComparison
-
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.palladiosimulator.pcm.core.entity.NamedElement
getEntityName, setEntityName
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Method Detail
-
getThreshold
double getThreshold()
Returns the value of the 'Threshold' attribute.- Returns:
- the value of the 'Threshold' attribute.
- See Also:
setThreshold(double)
,ContextPackage.getFloatingComparisonContext_Threshold()
- Generated class or method.
- EMF model class or method.
-
setThreshold
void setThreshold(double value)
Sets the value of the 'Threshold
' attribute.- Parameters:
value
- the new value of the 'Threshold' attribute.- See Also:
getThreshold()
- Generated class or method.
-
-