Example #1
0
 /** @inheritDoc */
 public Number helpGetDistance(Measurable.Difference D) {
   try {
     return dist.helpGetDistance(
         D.getAlpha(), D.getBeta(), D.getBlackout(), D.getIgnore(), D.getFileInformation());
   } catch (IgnoredValueException ivx) {
     throw new RuntimeException("Unexpected exception: " + ivx.getMessage());
   }
 }
Example #2
0
 /** @inheritDoc */
 public int hashCode() {
   return dist.hashCode();
 }