net.sourceforge.combean.interfaces.graph.containers.doubleval
Interface FixedDoubleEdgeMap

Package class diagram package FixedDoubleEdgeMap
All Known Subinterfaces:
DoubleEdgeMap
All Known Implementing Classes:
EdgeMapAsDoubleEdgeMap, LPModelSolverAsFixedDoubleEdgeMap

public interface FixedDoubleEdgeMap

An immutable edge map of double values.


Method Summary
 double getDouble(Edge e)
          Return the value for a given edge.
 

Method Detail

getDouble

double getDouble(Edge e)
Return the value for a given edge.

Parameters:
e - the edge for which the value shall be returned.
Returns:
the value stored in the map for e.