net.sourceforge.combean.interfaces.graph.containers.doubleval
Interface DoubleEdgeMap
- All Superinterfaces:
- FixedDoubleEdgeMap, Initializable, InitializableWithDoubleDefaultValue
- All Known Implementing Classes:
- EdgeMapAsDoubleEdgeMap
public interface DoubleEdgeMap
- extends FixedDoubleEdgeMap, InitializableWithDoubleDefaultValue
Similar to an EdgeMap but especially tailored to hold double values.
Method Summary |
double |
putDouble(Edge e,
double newVal)
Set a double value. |
Methods inherited from interface net.sourceforge.combean.interfaces.graph.containers.Initializable |
init |
putDouble
double putDouble(Edge e,
double newVal)
- Set a double value.
- Parameters:
e
- the edge for which the value shall be set.newVal
- the value to set.
- Returns:
- the previous value of the edge.