Class DisplacementDeviation


  • public class DisplacementDeviation
    extends Object
    Author:
    cl
    • 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)
    • Method Detail

      • getVesicle

        public Vesicle getVesicle()
      • getValue

        public double getValue()