|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--y.algo.Sorting
This class provides methods for efficiently sorting graph elements in graph structures.
Method Summary | |
static Node[] |
sortNodesByDegree(Graph graph)
Sort nodes by degree in ascending order |
static Node[] |
sortNodesByIntKey(Graph graph,
DataProvider keys)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static Node[] sortNodesByDegree(Graph graph)
public static Node[] sortNodesByIntKey(Graph graph, DataProvider keys)
|
© Copyright 2000-2003, yWorks GmbH. All rights reserved. 2003 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |