drasys.or.graph
Interface VertexValueI

All Known Subinterfaces:
VertexI
All Known Implementing Classes:
VertexValue, TimeWindowValue

public interface VertexValueI

The interface used by all algorithms to access vertex features.


Method Summary
 double getCost()
          Returns the cost of crossing the vertex.
 double[] getDemand()
          Returns the demand at the vertex.
 double getTime()
          Returns the time required to cross the vertex.
 

Method Detail

getCost

public double getCost()
Returns the cost of crossing the vertex.

getTime

public double getTime()
Returns the time required to cross the vertex.

getDemand

public double[] getDemand()
Returns the demand at the vertex.


Copyright(C)1997-2000 by DRA Systems all rights reserved. OpsResearch.com