ca.quine.jcommons.transform.graph
Class TreeAndCost

java.lang.Object
  |
  +--ca.quine.jcommons.transform.graph.TreeAndCost

public class TreeAndCost
extends Object


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

TreeAndCost

public TreeAndCost(Tree tree,
                   int cost)
Method Detail

getCost

public int getCost()

setCost

public void setCost(int cost)

getTree

public Tree getTree()

setTree

public void setTree(Tree tree)