/** @inheritDoc */ public int hashCode() { return dist.hashCode(); }
/** @inheritDoc */ public Number helpGetDistance(Measurable.Difference D) { return dist.helpGetDistance(D.getAlpha(), D.getBeta(), D.getFileInformation()); }