|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectat.jku.ssw.Vertex
public class Vertex
A vertex of a graph.
Field Summary | |
---|---|
Vertex |
dad
|
int |
distance
|
int |
heapPos
|
boolean |
isRoot
|
boolean |
marked
|
int |
minWeight
|
char |
value
|
Constructor Summary | |
---|---|
Vertex(char value)
Creates a vertex with a character value. |
|
Vertex(char value,
boolean isRoot)
Creates a vertex or a root vertex with a character value. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final char value
public final boolean isRoot
public boolean marked
public Vertex dad
public int minWeight
public int distance
public int heapPos
Constructor Detail |
---|
public Vertex(char value)
public Vertex(char value, boolean isRoot)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |