Searched refs:cost (Results 1 - 2 of 2) sorted by relevance

/ec/ECSpooler/backends/junit/junit_libs/
H A DGraphOriginal.java33 public int dest, cost; field in class:GraphOriginal.Edge
37 cost = c;
41 return new String(dest + "(" + cost + ")");
121 public void addEdge(String src, String dest, int cost) { argument
122 nodes.get(getNodeID(src)).add((new Edge(getNodeID(dest), cost)));
H A DGraphOriginal2.java19 public int dest, cost; field in class:GraphOriginal2.Edge
23 cost = c;
27 return new String(dest + "(" + cost + ")");
79 public void addEdge(String src, String dest, int cost) { argument
80 nodes.get(getNodeID(src)).add((new Edge(getNodeID(dest), cost)));
168 return e.cost;

Completed in 8 milliseconds