Package jmri.jmrix.rps
Interface Calculator
-
- All Known Implementing Classes:
AbstractCalculator,Analytic_AAlgorithm,Ash1_0Algorithm,Ash1_1Algorithm,Ash2_0Algorithm,Ash2_1Algorithm,Ash2_2Algorithm,InitialAlgorithm
public interface Calculator
Describes a specific method of calculating a measurement.Information that the algorithm needs, e.g. received positions, etc, should be provided to the actual object via ctor or other initialization. This interface does not describe that.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Measurementconvert(Reading r)Measurementconvert(Reading r, javax.vecmath.Point3d guess)Measurementconvert(Reading r, Measurement last)
-
-
-
Method Detail
-
convert
Measurement convert(Reading r)
-
convert
Measurement convert(Reading r, javax.vecmath.Point3d guess)
-
convert
Measurement convert(Reading r, Measurement last)
-
-