Uses of Class
org.graffiti.graph.AbstractGraphElement
| Package | Description |
|---|---|
| org.graffiti.graph |
Contains graph interfaces and classes.
|
| org.vanted.plugins.layout.multilevelframework |
A layout algorithm to Vanted that implements the multi-level graph layout framework.
|
-
Uses of AbstractGraphElement in org.graffiti.graph
Subclasses of AbstractGraphElement in org.graffiti.graph Modifier and Type Class Description classAbstractEdgeProvides default implementations of methods on edges.classAbstractNodeAbstract classAbstractNodecommon functionality forNodeimplementations.classAdjListEdgeImplementation of theEdgeinterface for aGraphwith adjacency list representation.classAdjListNodeImplements a graph node with adjacency list representation.Methods in org.graffiti.graph with parameters of type AbstractGraphElement Modifier and Type Method Description intAbstractGraphElement. compareTo(AbstractGraphElement o) -
Uses of AbstractGraphElement in org.vanted.plugins.layout.multilevelframework
Subclasses of AbstractGraphElement in org.vanted.plugins.layout.multilevelframework Modifier and Type Class Description classMergedNodeANodeimplementation that represents several nodes in a coarsening level withinMultilevelGraph.