Class TripStopsInCommonDuplicateScoringStrategy
java.lang.Object
org.onebusaway.gtfs_merge.strategies.scoring.TripStopsInCommonDuplicateScoringStrategy
- All Implemented Interfaces:
DuplicateScoringStrategy<org.onebusaway.gtfs.model.Trip>
public class TripStopsInCommonDuplicateScoringStrategy
extends Object
implements DuplicateScoringStrategy<org.onebusaway.gtfs.model.Trip>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoublescore(GtfsMergeContext context, org.onebusaway.gtfs.model.Trip source, org.onebusaway.gtfs.model.Trip target)
-
Constructor Details
-
TripStopsInCommonDuplicateScoringStrategy
public TripStopsInCommonDuplicateScoringStrategy()
-
-
Method Details
-
score
public double score(GtfsMergeContext context, org.onebusaway.gtfs.model.Trip source, org.onebusaway.gtfs.model.Trip target) - Specified by:
scorein interfaceDuplicateScoringStrategy<org.onebusaway.gtfs.model.Trip>
-