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.
|
Modifier and Type | Method and Description |
---|---|
GIntervalAbstract |
GEntryDate.getGInterval(int index)
Get the interval of a given index in the list.
|
GIntervalAbstract |
GEntryNumberAbstract.getGInterval(int index)
Get the interval of a given index in the list.
|
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 |
GSliderAbstractWithLabel.removeGInterval(GIntervalAbstract interval)
Remove a validity interval of the field.
|
void |
GEntryVectorAbstract.removeGInterval(GIntervalAbstract interval)
Remove a validity interval of the field.
|
void |
GEntryNumberAbstract.removeGInterval(GIntervalAbstract interval)
Remove a validity interval of 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.
|
Modifier and Type | Class and Description |
---|---|
class |
GInterval
Class defining a validity interval.
|
class |
GIntervalDate
Class defining a validity interval.
|
class |
GIntervalEmptyString
Class to define an empty string validity check.
|
Modifier and Type | Method and Description |
---|---|
GIntervalAbstract |
GIntervalList.get(int index)
Get the interval of a given index in the list.
|
Modifier and Type | Method and Description |
---|---|
void |
GIntervalList.add(GIntervalAbstract interval)
Adds a validity interval to the list.
|
boolean |
GInterval.overlaps(GIntervalAbstract otherInterval)
Check the overlapping with another interval.
|
boolean |
GIntervalEmptyString.overlaps(GIntervalAbstract interval)
Check the overlapping with another interval.
|
abstract boolean |
GIntervalAbstract.overlaps(GIntervalAbstract interval)
Check the overlapping with another interval.
|
boolean |
GIntervalDate.overlaps(GIntervalAbstract otherInterval)
Check the overlapping with another interval.
|
void |
GIntervalList.remove(GIntervalAbstract interval)
Removes a validity interval of the list.
|
void |
GIntervalList.update(GIntervalAbstract oldInterval,
GIntervalAbstract newInterval)
Update an validity interval of the list.
|
Copyright © 2024. All rights reserved.