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 class
AbstractEdge
Provides default implementations of methods on edges.class
AbstractGraph
Provides further functionality for graphs.class
AbstractGraphElement
GraphElements are Attributables which know the graph they belong to.class
AbstractNode
Abstract classAbstractNode
common functionality forNode
implementations.class
AdjListEdge
Implementation of theEdge
interface for aGraph
with adjacency list representation.class
AdjListGraph
Implements theGraph
-interface using an adjacency list representation of the graph.class
AdjListNode
Implements a graph node with adjacency list representation.class
OptAdjListGraph
Implements 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 class
MergedNode
ANode
implementation that represents several nodes in a coarsening level withinMultilevelGraph
.