Package | Description |
---|---|
fr.cnes.genius.highLevel |
Package containing classes for the highLevel GENIUS widgets.
|
fr.cnes.genius.interval |
Package containing classes used to define validity intervals for real numbers.
|
fr.cnes.genius.lowLevel |
Package containing the low level widgets.
|
Modifier and Type | Method and Description |
---|---|
void |
GSliderAbstractWithLabel.addGInterval(GIntervalAbstract interval)
Adds a validity interval to the field.
|
void |
GEntryVectorAbstract.addGInterval(GIntervalAbstract interval)
Adds an interval to the interval list and update the status of all the entries taking into
account the new intervals.
|
void |
GEntryNumberAbstract.addGInterval(GIntervalAbstract interval)
Adds a validity interval to the field.
|
void |
GEntryDate.addGInterval(GIntervalDate interval)
Adds a validity interval to the field.
|
void |
GEntryString.addGIntervalEmptyString(GIntervalEmptyString interval)
Adds a validity interval to the field.
|
void |
GSliderAbstractWithLabel.updateGInterval(GIntervalAbstract oldInterval,
GIntervalAbstract newInterval)
Update a validity interval of the field.
|
void |
GEntryVectorAbstract.updateGInterval(GIntervalAbstract oldInterval,
GIntervalAbstract newInterval)
Update a validity interval of the field.
|
void |
GEntryNumberAbstract.updateGInterval(GIntervalAbstract oldInterval,
GIntervalAbstract newInterval)
Update a validity interval of the field.
|
void |
GEntryDate.updateGInterval(GIntervalDate oldInterval,
GIntervalDate newInterval)
Update a validity interval of the field.
|
Modifier and Type | Method and Description |
---|---|
void |
GIntervalList.add(GIntervalAbstract interval)
Adds a validity interval to the list.
|
void |
GInterval.checkInterval()
Checks the coherence of the Ok and Warn values and rules.
|
void |
GInterval.removeWarnCheck()
Removes the WARN zone of the interval.
|
void |
GMutableInterval.removeWarnCheck()
Removes the WARN zone of the interval.
|
void |
GInterval.removeWarnCheck(boolean isCheck)
Removes the WARN zone of the interval.
|
void |
GInterval.setOkMax(double okMax)
Set the absolute maximum value of the OK zone.
|
void |
GMutableInterval.setOkMax(double okMax)
Set the absolute maximum value of the OK zone.
|
void |
GInterval.setOkMax(double okMax,
boolean isCheck)
Set the absolute maximum value of the OK zone.
|
void |
GInterval.setOkMaxRule(GIntervalAbstract.Rule okMaxRule)
Set the rule applying to the absolute maximum of the OK zone.
|
void |
GMutableInterval.setOkMaxRule(GIntervalAbstract.Rule okMaxRule)
Set the rule applying to the absolute maximum of the OK zone.
|
void |
GInterval.setOkMaxRule(GIntervalAbstract.Rule okMaxRule,
boolean isCheck)
Set the rule applying to the absolute maximum of the OK zone.
|
void |
GInterval.setOkMin(double okMin)
Set the absolute minimum value of the OK zone.
|
void |
GMutableInterval.setOkMin(double okMin)
Set the absolute minimum value of the OK zone.
|
void |
GInterval.setOkMin(double okMin,
boolean isCheck)
Set the absolute minimum value of the OK zone.
|
void |
GInterval.setOkMinRule(GIntervalAbstract.Rule okMinRule)
Set the rule applying to the absolute minimum of the OK zone.
|
void |
GMutableInterval.setOkMinRule(GIntervalAbstract.Rule okMinRule)
Set the rule applying to the absolute minimum of the OK zone.
|
void |
GInterval.setOkMinRule(GIntervalAbstract.Rule okMinRule,
boolean isCheck)
Set the rule applying to the absolute minimum of the OK zone.
|
void |
GInterval.setWarnMax(double warnMax)
Set the absolute maximum value of the WARN zone.
|
void |
GMutableInterval.setWarnMax(double warnMax)
Set the absolute maximum value of the WARN zone.
|
void |
GInterval.setWarnMax(double warnMax,
boolean isCheck)
Set the absolute maximum value of the WARN zone.
|
void |
GInterval.setWarnMaxRule(GIntervalAbstract.Rule warnMaxRule)
Set the rule applying to the absolute maximum of the WARN zone.
|
void |
GMutableInterval.setWarnMaxRule(GIntervalAbstract.Rule warnMaxRule)
Set the rule applying to the absolute maximum of the WARN zone.
|
void |
GInterval.setWarnMaxRule(GIntervalAbstract.Rule warnMaxRule,
boolean isCheck)
Set the rule applying to the absolute maximum of the WARN zone.
|
void |
GInterval.setWarnMin(double warnMin)
Set the absolute minimum value of the WARN zone.
|
void |
GMutableInterval.setWarnMin(double warnMin)
Set the absolute minimum value of the WARN zone.
|
void |
GInterval.setWarnMin(double warnMin,
boolean isCheck)
Set the absolute minimum value of the WARN zone.
|
void |
GInterval.setWarnMinRule(GIntervalAbstract.Rule warnMinRule)
Set the rule applying to the absolute minimum of the WARN zone.
|
void |
GMutableInterval.setWarnMinRule(GIntervalAbstract.Rule warnMinRule)
Set the rule applying to the absolute minimum of the WARN zone.
|
void |
GInterval.setWarnMinRule(GIntervalAbstract.Rule warnMinRule,
boolean isCheck)
Set the rule applying to the absolute minimum of the WARN zone.
|
void |
GIntervalList.update(GIntervalAbstract oldInterval,
GIntervalAbstract newInterval)
Update an validity interval of the list.
|
Modifier and Type | Method and Description |
---|---|
void |
GTime.addGInterval(GInterval interval)
Adds a validity interval to the duration value.
|
Copyright © 2024. All rights reserved.