net.sourceforge.combean.adapters.drasys.graph
Class DRAEdgeValueMap

Package class diagram package DRAEdgeValueMap
java.lang.Object
  extended by net.sourceforge.combean.adapters.drasys.graph.DRAEdgeValueMap
All Implemented Interfaces:
FixedEdgeMap

public class DRAEdgeValueMap
extends Object
implements FixedEdgeMap

Use the values of the edges in a OR-Objects graph as FixedEdgeMap


Constructor Summary
DRAEdgeValueMap()
          constructor
 
Method Summary
 Object get(Edge e)
          Get the value of an edge
 void init(Graph g)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DRAEdgeValueMap

public DRAEdgeValueMap()
constructor

Method Detail

init

public void init(Graph g)

get

public Object get(Edge e)
Description copied from interface: FixedEdgeMap
Get the value of an edge

Specified by:
get in interface FixedEdgeMap
Parameters:
e - the edge for which the value shall be retrieved
Returns:
the value of the edge (null if no value has been set)