Uses of Class
org.graffiti.attributes.AbstractAttributable
| 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 AbstractAttributable in org.graffiti.graph
Subclasses of AbstractAttributable in org.graffiti.graph Modifier and Type Class Description classAbstractEdgeProvides default implementations of methods on edges.classAbstractGraphProvides further functionality for graphs.classAbstractGraphElementGraphElements are Attributables which know the graph they belong to.classAbstractNodeAbstract classAbstractNodecommon functionality forNodeimplementations.classAdjListEdgeImplementation of theEdgeinterface for aGraphwith adjacency list representation.classAdjListGraphImplements theGraph-interface using an adjacency list representation of the graph.classAdjListNodeImplements a graph node with adjacency list representation.classOptAdjListGraphImplements theGraph-interface using an adjacency list representation of the graph. -
Uses of AbstractAttributable in org.vanted.plugins.layout.multilevelframework
Subclasses of AbstractAttributable in org.vanted.plugins.layout.multilevelframework Modifier and Type Class Description classMergedNodeANodeimplementation that represents several nodes in a coarsening level withinMultilevelGraph.