net.sourceforge.combean.adapters.drasys.graph
Class DRAEdgeValueMap
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DRAEdgeValueMap
public DRAEdgeValueMap()
- constructor
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)