net.sourceforge.combean.interfaces.graph.containers
Interface FixedEdgeMap<Val>

Package class diagram package FixedEdgeMap
All Known Subinterfaces:
EdgeMap<Val>
All Known Implementing Classes:
DRAEdgeValueMap, MapAsEdgeMap

public interface FixedEdgeMap<Val>

An immutable mapping of edges to values.


Method Summary
 Val get(Edge e)
          Get the value of an edge
 

Method Detail

get

Val get(Edge e)
Get the value of an edge

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