|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.javanetworkanalyzer.data.VId
org.javanetworkanalyzer.data.VPredImpl<V,E>
org.javanetworkanalyzer.data.VDFS<V,E>
V - Vertexpublic class VDFS<V extends VDFS,E>
Vertex to be used in the DFS algorithm.
| Constructor Summary | |
|---|---|
VDFS(Integer id)
Constructor: sets the id. |
|
| Method Summary | |
|---|---|
int |
getDiscoveryTime()
Returns the time this node was discovered. |
int |
getFinishingTime()
Returns the time at which this node finished processing. |
void |
setDiscoveryTime(int newTime)
Sets the time this node was discovered. |
void |
setFinishingTime(int newTime)
Sets the time at which this node finished processing. |
| Methods inherited from class org.javanetworkanalyzer.data.VPredImpl |
|---|
addPredecessor, addPredecessorEdge, clear, getPredecessorEdges, getPredecessors |
| Methods inherited from class org.javanetworkanalyzer.data.VId |
|---|
getID, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public VDFS(Integer id)
id - Id| Method Detail |
|---|
public int getDiscoveryTime()
public void setDiscoveryTime(int newTime)
newTime - The time this node was discovered.public int getFinishingTime()
public void setFinishingTime(int newTime)
newTime - The time at which this node finished processing.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||