scheduler
Class TravelSolutionsSorter.SortTag

java.lang.Object
  extended byscheduler.TravelSolutionsSorter.SortTag
Enclosing class:
TravelSolutionsSorter

private class TravelSolutionsSorter.SortTag
extends java.lang.Object

A tag used while sorting. It keeps a reference to the travel solution and an object holding a value of the property the sorting is performed on.

Author:
Piotrek

Field Summary
(package private)  double assignedValue
          A value of the property the sorting is performed on for this travel solution.
(package private)  ConnectionsFinderTask task
          A travel solution.
 
Constructor Summary
private TravelSolutionsSorter.SortTag()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

task

ConnectionsFinderTask task
A travel solution.


assignedValue

double assignedValue
A value of the property the sorting is performed on for this travel solution. It is a double or an integer casted to double depanding on the sort type.

Constructor Detail

TravelSolutionsSorter.SortTag

private TravelSolutionsSorter.SortTag()