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