Package | Description |
---|---|
fr.cnes.genius.interval |
Package containing classes used to define validity intervals for real numbers.
|
Modifier and Type | Method and Description |
---|---|
GIntervalAbstract.Rule |
GInterval.getMaxRule() |
protected GIntervalAbstract.Rule |
GIntervalEmptyString.getMaxRule() |
protected abstract GIntervalAbstract.Rule |
GIntervalAbstract.getMaxRule()
Get the rule applying to the absolute maximum.
|
protected GIntervalAbstract.Rule |
GIntervalDate.getMaxRule() |
GIntervalAbstract.Rule |
GInterval.getMinRule() |
protected GIntervalAbstract.Rule |
GIntervalEmptyString.getMinRule()
Get the rule applying to the absolute minimum.
|
protected abstract GIntervalAbstract.Rule |
GIntervalAbstract.getMinRule()
Get the rule applying to the absolute minimum.
|
protected GIntervalAbstract.Rule |
GIntervalDate.getMinRule() |
GIntervalAbstract.Rule |
GInterval.getOkMaxRule() |
GIntervalAbstract.Rule |
GMutableIntervalDate.getOkMaxRule()
Get the rule applying to the absolute maximum of the OK zone.
|
GIntervalAbstract.Rule |
GMutableInterval.getOkMaxRule()
Get the rule applying to the absolute maximum of the OK zone.
|
protected GIntervalAbstract.Rule |
GIntervalDate.getOkMaxRule() |
GIntervalAbstract.Rule |
GInterval.getOkMinRule() |
GIntervalAbstract.Rule |
GMutableIntervalDate.getOkMinRule()
Get the rule applying to the absolute minimum of the OK zone.
|
GIntervalAbstract.Rule |
GMutableInterval.getOkMinRule()
Get the rule applying to the absolute minimum of the OK zone.
|
protected GIntervalAbstract.Rule |
GIntervalDate.getOkMinRule() |
GIntervalAbstract.Rule |
GInterval.getWarnMaxRule() |
GIntervalAbstract.Rule |
GMutableIntervalDate.getWarnMaxRule()
Get the rule applying to the absolute maximum of the WARN zone.
|
GIntervalAbstract.Rule |
GMutableInterval.getWarnMaxRule()
Get the rule applying to the absolute maximum of the WARN zone.
|
protected GIntervalAbstract.Rule |
GIntervalDate.getWarnMaxRule() |
GIntervalAbstract.Rule |
GInterval.getWarnMinRule() |
GIntervalAbstract.Rule |
GMutableIntervalDate.getWarnMinRule()
Get the rule applying to the absolute minimum of the WARN zone.
|
GIntervalAbstract.Rule |
GMutableInterval.getWarnMinRule()
Get the rule applying to the absolute minimum of the WARN zone.
|
protected GIntervalAbstract.Rule |
GIntervalDate.getWarnMinRule() |
static GIntervalAbstract.Rule |
GIntervalAbstract.Rule.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GIntervalAbstract.Rule[] |
GIntervalAbstract.Rule.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
GInterval.setOkMaxRule(GIntervalAbstract.Rule okMaxRule)
Set the rule applying to the absolute maximum of the OK zone.
|
void |
GMutableIntervalDate.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.
|
protected void |
GIntervalDate.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.setOkMinRule(GIntervalAbstract.Rule okMinRule)
Set the rule applying to the absolute minimum of the OK zone.
|
void |
GMutableIntervalDate.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.
|
protected void |
GIntervalDate.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.setWarnMaxRule(GIntervalAbstract.Rule warnMaxRule)
Set the rule applying to the absolute maximum of the WARN zone.
|
void |
GMutableIntervalDate.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.
|
protected void |
GIntervalDate.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.setWarnMinRule(GIntervalAbstract.Rule warnMinRule)
Set the rule applying to the absolute minimum of the WARN zone.
|
void |
GMutableIntervalDate.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.
|
protected void |
GIntervalDate.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.
|
Constructor and Description |
---|
GInterval(Number okMin,
Number okMax,
GIntervalAbstract.Rule okMinRule,
GIntervalAbstract.Rule okMaxRule)
Constructor of the interval only with OK zone.
|
GInterval(Number okMin,
Number okMax,
GIntervalAbstract.Rule okMinRule,
GIntervalAbstract.Rule okMaxRule,
Number warnMin,
Number warnMax,
GIntervalAbstract.Rule warnMinRule,
GIntervalAbstract.Rule warnMaxRule)
Constructor of the interval with OK and WARN zones.
|
GIntervalDate(Date okMin,
Date okMax,
GIntervalAbstract.Rule okMinRule,
GIntervalAbstract.Rule okMaxRule)
Constructor of the interval only with OK zone.
|
GIntervalDate(Date okMin,
Date okMax,
GIntervalAbstract.Rule okMinRule,
GIntervalAbstract.Rule okMaxRule,
Date warnMin,
Date warnMax,
GIntervalAbstract.Rule warnMinRule,
GIntervalAbstract.Rule warnMaxRule)
Constructor of the interval with OK and WARN zones.
|
GIntervalDate(String okMin,
String okMax,
GIntervalAbstract.Rule okMinRule,
GIntervalAbstract.Rule okMaxRule)
Constructor of the interval only with OK zone.
|
GIntervalDate(String okMin,
String okMax,
GIntervalAbstract.Rule okMinRule,
GIntervalAbstract.Rule okMaxRule,
String warnMin,
String warnMax,
GIntervalAbstract.Rule warnMinRule,
GIntervalAbstract.Rule warnMaxRule)
Constructor of the interval with OK and WARN zones.
|
Copyright © 2024. All rights reserved.