|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecttuffy.util.PlotMan.TCPair
public static class PlotMan.TCPair
| 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 |
|---|
public double time
public double cost
| Constructor Detail |
|---|
public PlotMan.TCPair(double t,
double c)
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic static PlotMan.TCPair parse(java.lang.String line)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||