Uses of Interface
jabble.FunctionField

Packages that use FunctionField
jabble The core classes for Jabble that make up the framework. 
jabble.indicators A set of Indicators and FunctionFields for typical use. 
 

Uses of FunctionField in jabble
 

Classes in jabble that implement FunctionField
 class MethodFunctionField
           
 

Constructors in jabble with parameters of type FunctionField
FieldCalculator(java.lang.String fieldName, FunctionField function)
          The new object will calculate the Field named fieldName according to the function given.
Indicator(FunctionField function)
          Creates an indicator that uses the given function.
 

Uses of FunctionField in jabble.indicators
 

Classes in jabble.indicators that implement FunctionField
 class DivisionFunctionField
          Calculates the quotient of two fields.
 class FieldFunctionField
          Returns the value of a field at a point.
 class NanOrInfinityFunctionField
           
 class SpaceDerivativeFunctionField
          Computes the first derivative of a field.
 class SumFunctionField
          Computes the sum of the fields defined on a slice at a given point.
 class TimeDerivativeFunctionField
          Computes the time derivative of a field.
 class TimeDifferenceFunctionField
          Calculates the absolute value of the difference between a field on a given slice and the previous slice at a point.
 

Constructors in jabble.indicators with parameters of type FunctionField
AverageIndicator(FunctionField function)
           
IntegralIndicator(FunctionField function)
           
MaxIndicator(FunctionField function)
           
MinIndicator(FunctionField function)