|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object endrov.util.graphs.Node
public class Node
Field Summary | |
---|---|
int |
index
|
int |
lowlink
|
int |
name
|
boolean |
visited
|
Constructor Summary | |
---|---|
Node(int n)
|
Method Summary | |
---|---|
int |
compareTo(Node n)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int name
public boolean visited
public int lowlink
public int index
Constructor Detail |
---|
public Node(int n)
Method Detail |
---|
public int compareTo(Node n)
compareTo
in interface java.lang.Comparable<Node>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |