All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.opentripplanner.netex.validation.AbstractHMapValidationRule Maven / Gradle / Ivy

package org.opentripplanner.netex.validation;

import org.opentripplanner.netex.index.api.NetexEntityIndexReadOnlyView;
import org.opentripplanner.netex.index.api.HMapValidationRule;

abstract class AbstractHMapValidationRule implements HMapValidationRule {
  protected NetexEntityIndexReadOnlyView index;

  void setup(NetexEntityIndexReadOnlyView index) {
    this.index = index;
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy