public class DFSNode extends Object
| Constructor and Description |
|---|
DFSNode() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getDfsIndex() |
Long |
getLowPoint() |
Long |
getParentIndex() |
boolean |
isVisited() |
void |
setDfsIndex(Long dfsIndex) |
void |
setLowPoint(Long lowPoint) |
void |
setParentIndex(Long parentIndex) |
void |
setVisited(boolean visited) |
public Long getDfsIndex()
public void setDfsIndex(Long dfsIndex)
dfsIndex - the dfsIndex to setpublic Long getParentIndex()
public void setParentIndex(Long parentIndex)
parentIndex - the parentIndex to setpublic Long getLowPoint()
public void setLowPoint(Long lowPoint)
lowPoint - the lowPoint to setpublic boolean isVisited()
public void setVisited(boolean visited)
visited - the visited to setCopyright © 2014. All Rights Reserved.