Uses of Class
routing.maxprop.MeetingProbabilitySet

Packages that use MeetingProbabilitySet
routing.maxprop Contains MaxProp routing module specific classes. 
 

Uses of MeetingProbabilitySet in routing.maxprop
 

Methods in routing.maxprop that return MeetingProbabilitySet
 MeetingProbabilitySet MeetingProbabilitySet.replicate()
          Returns a deep copy of the probability set
 

Constructor parameters in routing.maxprop with type arguments of type MeetingProbabilitySet
MaxPropDijkstra(java.util.Map<java.lang.Integer,MeetingProbabilitySet> probs)
          Constructor.