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

Package class diagram package 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.doubleval.FixedDoubleEdgeMap
getDouble
 
Methods inherited from interface net.sourceforge.combean.interfaces.graph.containers.doubleval.InitializableWithDoubleDefaultValue
init
 
Methods inherited from interface net.sourceforge.combean.interfaces.graph.containers.Initializable
init
 

Method Detail

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.