net.clackrouter.topology.graph
Class TopoHostCell

java.lang.Object
  extended by DefaultGraphCell
      extended by net.clackrouter.topology.graph.TopoHostCell

public class TopoHostCell
extends DefaultGraphCell

Simple class to represent a virtual host within the Jgraph GraphModel that represents a VNS topology.


Field Summary
 ClackDocument mClackDocument
           
 TopologyModel.Host mHost
           
 boolean mIsReservable
           
 CellView mView
           
 
Constructor Summary
TopoHostCell(TopologyModel.Host host, ClackDocument doc)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mHost

public TopologyModel.Host mHost

mIsReservable

public boolean mIsReservable

mClackDocument

public ClackDocument mClackDocument

mView

public CellView mView
Constructor Detail

TopoHostCell

public TopoHostCell(TopologyModel.Host host,
                    ClackDocument doc)