Uses of Interface
eu.bandm.tools.graph.GraphModel
Packages that use 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
Fields in eu.bandm.tools.graficUtils declared as GraphModelConstructors in eu.bandm.tools.graficUtils with parameters of type GraphModelModifierConstructorDescriptionprotectedLayoutGrid(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
Subinterfaces of GraphModel in eu.bandm.tools.graphClasses in eu.bandm.tools.graph that implement GraphModelModifier and TypeClassDescriptionclassclassclassAnnotatedNodeGraphModel<V extends AnnotatedNode<? extends V,A>, A> classComputes Dominator Forest.classNodeGraphModel<V extends Node<? extends V>>classMethods in eu.bandm.tools.graph that return GraphModelModifier and TypeMethodDescriptionstatic <V> GraphModel<V> static <V> GraphModel<V> GraphModels.cache(GraphModel<V> parent) static <V extends Node<V>>
GraphModel<V> GraphModels.nodes()Methods in eu.bandm.tools.graph with parameters of type GraphModelModifier 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) Constructors in eu.bandm.tools.graph with parameters of type GraphModelModifierConstructorDescriptionAdHocAnnotatedGraphModel(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)