Exemplo n.º 1
0
 public Bid(EdgePair edge, String owner, double value)
 {
     this.edge  = edge;
     this.owner = owner;
     this.value = value;
 }
Exemplo n.º 2
0
 public Edge GetEdge(EdgePair ep)
 {
     return(edgeMap[ep]);
 }