TPTP 4.4.0 Platform Project
Public API Specification

org.eclipse.hyades.model.statistical
Interface SDGaugeRepresentation

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, SDDiscreteRepresentation, SDRangeRepresentation, SDRepresentation
All Known Implementing Classes:
SDGaugeRepresentationImpl

public interface SDGaugeRepresentation
extends SDRangeRepresentation

A representation of the model object 'SD Gauge Representation'. Observations of this type has a certain range and a maximum and minimum threshold. These threshold havles can be set by the UI and stored here. It is then possible to observe the model as it is built and provide notification actions and the like.

The following features are supported:

See Also:
StatisticalPackage.getSDGaugeRepresentation()
Generated
[EMF] Model

Method Summary
 int getMaxThreshold()
          Returns the value of the 'Max Threshold' attribute
 int getMinThreshold()
          Returns the value of the 'Min Threshold' attribute
 void setMaxThreshold(int value)
          Sets the value of the 'Max Threshold' attribute
 void setMinThreshold(int value)
          Sets the value of the 'Min Threshold' attribute
 
Methods inherited from interface org.eclipse.hyades.model.statistical.SDRangeRepresentation
getMax, getMin, setMax, setMin
 
Methods inherited from interface org.eclipse.hyades.model.statistical.SDRepresentation
getMemberDescriptor, setMemberDescriptor
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getMaxThreshold

public int getMaxThreshold()
Returns the value of the 'Max Threshold' attribute.

If the meaning of the 'Max Threshold' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Max Threshold' attribute.
See Also:
setMaxThreshold(int), StatisticalPackage.getSDGaugeRepresentation_MaxThreshold()
Generated
[EMF] Model

setMaxThreshold

public void setMaxThreshold(int value)
Sets the value of the 'Max Threshold' attribute.

Parameters:
value - the new value of the 'Max Threshold' attribute.
See Also:
getMaxThreshold()
Generated

getMinThreshold

public int getMinThreshold()
Returns the value of the 'Min Threshold' attribute.

If the meaning of the 'Min Threshold' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Min Threshold' attribute.
See Also:
setMinThreshold(int), StatisticalPackage.getSDGaugeRepresentation_MinThreshold()
Generated
[EMF] Model

setMinThreshold

public void setMinThreshold(int value)
Sets the value of the 'Min Threshold' attribute.

Parameters:
value - the new value of the 'Min Threshold' attribute.
See Also:
getMinThreshold()
Generated

TPTP 4.4.0 Platform Project
Public API Specification