public class ProfileTransfer extends Object implements Comparable<ProfileTransfer>
Modifier and Type | Class and Description |
---|---|
static class |
ProfileTransfer.GoodTransferList
Keeps track of the best N transfers, including all those that are within the same stop cluster.
|
Modifier and Type | Field and Description |
---|---|
int |
distance |
StopCluster |
sc1 |
StopCluster |
sc2 |
TripPattern |
tp1 |
TripPattern |
tp2 |
Constructor and Description |
---|
ProfileTransfer(TripPattern tp1,
TripPattern tp2,
StopCluster s1,
StopCluster s2,
int distance) |
public TripPattern tp1
public TripPattern tp2
public StopCluster sc1
public StopCluster sc2
public int distance
public ProfileTransfer(TripPattern tp1, TripPattern tp2, StopCluster s1, StopCluster s2, int distance)
public int compareTo(ProfileTransfer that)
compareTo
in interface Comparable<ProfileTransfer>
Copyright © 2019. All rights reserved.