Class DisplacementDeviation
- java.lang.Object
-
- bio.singa.simulation.model.simulation.error.DisplacementDeviation
-
public class DisplacementDeviation extends Object
- Author:
- cl
-
-
Field Summary
Fields Modifier and Type Field Description static DisplacementDeviationMAXIMAL_NEGATIVE_DEVIATIONIf reference value is larger then current displacement, the deviation is small (below zero).static DisplacementDeviationMAXIMAL_POSITIVE_DEVIATIONIf reference value is smaller then current displacement, the deviation is large (above zero).static DisplacementDeviationMINIMAL_DEVIATIONIf reference value is equal to the current displacement, the deviation is zero.
-
Constructor Summary
Constructors Constructor Description DisplacementDeviation(Vesicle vesicle, double value)
-
-
-
Field Detail
-
MAXIMAL_POSITIVE_DEVIATION
public static final DisplacementDeviation MAXIMAL_POSITIVE_DEVIATION
If reference value is smaller then current displacement, the deviation is large (above zero).
-
MINIMAL_DEVIATION
public static final DisplacementDeviation MINIMAL_DEVIATION
If reference value is equal to the current displacement, the deviation is zero.
-
MAXIMAL_NEGATIVE_DEVIATION
public static final DisplacementDeviation MAXIMAL_NEGATIVE_DEVIATION
If reference value is larger then current displacement, the deviation is small (below zero).
-
-
Constructor Detail
-
DisplacementDeviation
public DisplacementDeviation(Vesicle vesicle, double value)
-
-