Uses of Interface
eu.bandm.tools.graph.GraphModel
Package
Description
Utility functions for Swing GUI interaction and for graphics: drawing and coordinate calculation.
Mathematical graph tools.
-
Uses of GraphModel in eu.bandm.tools.graficUtils
ModifierConstructorDescriptionprotected
LayoutGrid
(GraphModel<D> m) Create a layout object for the graph model, not yet performing the layout calculation. -
Uses of GraphModel in eu.bandm.tools.graph
Modifier and TypeClassDescriptionclass
class
class
AnnotatedNodeGraphModel<V extends AnnotatedNode<? extends V,
A>, A> class
Computes Dominator Forest.class
NodeGraphModel<V extends Node<? extends V>>
class
Modifier and TypeMethodDescriptionstatic <V> GraphModel<V>
static <V> GraphModel<V>
GraphModels.cache
(GraphModel<V> parent) static <V extends Node<V>>
GraphModel<V>GraphModels.nodes()
Modifier and TypeMethodDescriptionstatic <V,
A> AnnotatedGraphModel<V, A> AnnotatedGraphModel.adHoc
(GraphModel<V> base) static <V,
A> AdHocAnnotatedGraphModel<V, A> GraphModels.annotate
(GraphModel<V> parent, Class<A> annotationType) static <V> GraphModel<V>
GraphModels.cache
(GraphModel<V> parent) static <V> AdHocRootedGraphModel<V>
GraphModels.roots
(GraphModel<V> parent, Collection<? extends V> roots) static <V> AdHocRootedGraphModel<V>
GraphModels.roots
(GraphModel<V> parent, V... roots) ModifierConstructorDescriptionAdHocAnnotatedGraphModel
(GraphModel<V> parent) AdHocRootedGraphModel
(GraphModel<V> parent, Collection<? extends V> roots) AdHocRootedGraphModel
(GraphModel<V> parent, V root) AdHocRootedGraphModel
(GraphModel<V> parent, V... roots) (package private)
SCC
(GraphModel<V> parent, SCCInfo<V> info) SCCVisitor
(GraphModel<V> model)