|
TPTP 4.4.0 Platform Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
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:
StatisticalPackage.getSDGaugeRepresentation()| 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 |
public int getMaxThreshold()
If the meaning of the 'Max Threshold' attribute isn't clear, there really should be more of a description here...
setMaxThreshold(int),
StatisticalPackage.getSDGaugeRepresentation_MaxThreshold()public void setMaxThreshold(int value)
Max Threshold' attribute.
value - the new value of the 'Max Threshold' attribute.getMaxThreshold()public int getMinThreshold()
If the meaning of the 'Min Threshold' attribute isn't clear, there really should be more of a description here...
setMinThreshold(int),
StatisticalPackage.getSDGaugeRepresentation_MinThreshold()public void setMinThreshold(int value)
Min Threshold' attribute.
value - the new value of the 'Min Threshold' attribute.getMinThreshold()
|
TPTP 4.4.0 Platform Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||