net.floodlightcontroller.util
Class ClusterDFS

java.lang.Object
  extended by net.floodlightcontroller.util.ClusterDFS

public class ClusterDFS
extends java.lang.Object


Constructor Summary
ClusterDFS()
           
 
Method Summary
 long getDfsIndex()
           
 long getLowpoint()
           
 long getParentDFSIndex()
           
 boolean isVisited()
           
 void setDfsIndex(long dfsIndex)
           
 void setLowpoint(long lowpoint)
           
 void setParentDFSIndex(long parentDFSIndex)
           
 void setVisited(boolean visited)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClusterDFS

public ClusterDFS()
Method Detail

getDfsIndex

public long getDfsIndex()

setDfsIndex

public void setDfsIndex(long dfsIndex)

getParentDFSIndex

public long getParentDFSIndex()

setParentDFSIndex

public void setParentDFSIndex(long parentDFSIndex)

getLowpoint

public long getLowpoint()

setLowpoint

public void setLowpoint(long lowpoint)

isVisited

public boolean isVisited()

setVisited

public void setVisited(boolean visited)