|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
graph.Graph
.
See:
Description
Interface Summary | |
---|---|
Algorithm | Implementations of this interface represent a graph algorithm. |
HierarchieBuilder | Implementations of this interface represent an algorithm, which assigns every node a layer. |
Class Summary | |
---|---|
ErrorChecking | Simple Error-Checking (missing parent, invalid sex, singleton..) |
FamilySplitter | This algorithm splits the given Graph object in single families. |
GraphError | Represents an error in a graph Object. |
GraphRepair | Class for auto repairing. |
HierarchieUpDown | This algorithm runs through the graph from top to bottom and assigns every node a layer. |
Highlighter | This class provides some generally useful methods for finding parents and children by a given node and checking if exists a path between two nodes. |
RubberBands | This class implements the RubberBands algorithm. |
SameParents | This class clusters all nodes with the same parents. |
Sugiyama | This class combines all steps that are necessary to create a layout for a Graph object. |
TestAlgo |
Provides differnt graph algorithms for the class graph.Graph
.
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |