|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjabble.indicators.TimeDifferenceFunctionField
public class TimeDifferenceFunctionField
Calculates the absolute value of the difference between a field on a given slice and the previous slice at a point.
| Constructor Summary | |
|---|---|
TimeDifferenceFunctionField(java.lang.String fieldName)
Creates a new instance of TimeDerivativeFunctionField |
|
| Method Summary | |
|---|---|
double |
calculateAt(Point point)
Calculates the expression at a given point. |
void |
setupFields(java.util.List<Slice> slices)
Sets the set of slices on which the expression will be calculated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TimeDifferenceFunctionField(java.lang.String fieldName)
| Method Detail |
|---|
public void setupFields(java.util.List<Slice> slices)
FunctionField
setupFields in interface FunctionFieldslices - a list of slices in reverse evolution order (newest first)public double calculateAt(Point point)
FunctionField
calculateAt in interface FunctionFieldpoint - the Point at which the expression is calculated.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||