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

Package class diagram package DRAGraphVertexAsNode
java.lang.Object
  extended by net.sourceforge.combean.util.GenericWrapper
      extended by net.sourceforge.combean.graph.ObjectAsNode
          extended by net.sourceforge.combean.adapters.drasys.graph.DRAGraphVertexAsNode
All Implemented Interfaces:
Node

public class DRAGraphVertexAsNode
extends ObjectAsNode


Constructor Summary
DRAGraphVertexAsNode(drasys.or.graph.VertexI draVertex)
          constructor
 
Method Summary
 drasys.or.graph.VertexI getVertexI()
           
 
Methods inherited from class net.sourceforge.combean.util.GenericWrapper
equals, getInnerObject, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DRAGraphVertexAsNode

public DRAGraphVertexAsNode(drasys.or.graph.VertexI draVertex)
constructor

Method Detail

getVertexI

public drasys.or.graph.VertexI getVertexI()