|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ca.quine.jcommons.transform.graph.TreeAndCost
Constructor Summary | |
TreeAndCost(Tree tree,
int cost)
|
Method Summary | |
int |
getCost()
|
Tree |
getTree()
|
void |
setCost(int cost)
|
void |
setTree(Tree tree)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TreeAndCost(Tree tree, int cost)
Method Detail |
public int getCost()
public void setCost(int cost)
public Tree getTree()
public void setTree(Tree tree)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |