|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.aitools.iv.graphdrawing.datastructures.graph.algorithms.SortedEdges
public class SortedEdges
computes a sorted array of a node's adjacent weighted edges. TODO: sort the edges of the hole graph.
Field Summary | |
---|---|
static int |
ALL
|
Constructor Summary | |
---|---|
SortedEdges()
|
Method Summary | |
---|---|
WeightedEdge[] |
execute(WeightedGraph g)
|
void |
setNodeId(int i)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int ALL
Constructor Detail |
---|
public SortedEdges()
Method Detail |
---|
public WeightedEdge[] execute(WeightedGraph g)
execute
in interface GraphProcedure
public void setNodeId(int i)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |