|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Indicator | |
|---|---|
| jabble | The core classes for Jabble that make up the framework. |
| jabble.indicators | A set of Indicators and FunctionFields for typical use. |
| Uses of Indicator in jabble |
|---|
| Fields in jabble declared as Indicator | |
|---|---|
protected Indicator |
Trigger.indicator
The indicator associated with the Trigger, or null if no indicator is used. |
| Methods in jabble that return Indicator | |
|---|---|
Indicator |
Slice.getIndicator(java.lang.String name)
Returns the indicator with the given name. |
| Methods in jabble with parameters of type Indicator | |
|---|---|
void |
Slice.addIndicator(java.lang.String name,
Indicator indicator)
Adds an indicator that should be computed as part of the Slice. |
ProblemSolver |
ProblemSolver.addIndicator(java.lang.String name,
Indicator indicator)
Adds the given indicator so that it's value is computed and saved. |
| Constructors in jabble with parameters of type Indicator | |
|---|---|
OutsideRangeTrigger(Indicator indicator,
double min,
double max)
A new Trigger that fires if the indicator is outside the specified range. |
|
OverThresholdTrigger(Indicator indicator,
double threshold)
A new Trigger that fires if the indicator is above a certain value. |
|
Trigger(Indicator indicator)
Creates a trigger that uses an indicator: setupFields, init and processPoint will be forwarded to the indicator. |
|
UnderThresholdTrigger(Indicator indicator,
double threshold)
A new Trigger that fires if the indicator is below a certain threshold. |
|
| Uses of Indicator in jabble.indicators |
|---|
| Subclasses of Indicator in jabble.indicators | |
|---|---|
class |
AverageIndicator
Calculates the spatial average of a field on a slice. |
class |
IntegralIndicator
Computes the spatial integral of a field over a slice. |
class |
MaxIndicator
Computes the maximum value that a field takes. |
class |
MinIndicator
Computes the minimum value that a field takes. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||