tuffy.util
Class PlotMan.TCPair

java.lang.Object
  extended by tuffy.util.PlotMan.TCPair
Enclosing class:
PlotMan

public static class PlotMan.TCPair
extends java.lang.Object


Field Summary
 double cost
           
 double time
           
 
Constructor Summary
PlotMan.TCPair(double t, double c)
           
 
Method Summary
static PlotMan.TCPair parse(java.lang.String line)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

time

public double time

cost

public double cost
Constructor Detail

PlotMan.TCPair

public PlotMan.TCPair(double t,
                      double c)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

parse

public static PlotMan.TCPair parse(java.lang.String line)