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

Package class diagram package FixedDoubleNodeMap
All Known Subinterfaces:
DoubleNodeMap
All Known Implementing Classes:
NodeMapAsDoubleNodeMap, ScalingDoubleNodeMapDecorator

public interface FixedDoubleNodeMap

An immutable mapping of nodes to doubles.


Method Summary
 double getDouble(Node v)
          Get the value of a node
 

Method Detail

getDouble

double getDouble(Node v)
Get the value of a node

Parameters:
v - the node for which the value shall be retrieved
Returns:
the value of the node (null if no value has been set)