A B C D E F G H I L M N O P R S T U V W X

D

datasetIsEmpty() - Method in class annas.math.stats.Statistics
 
datasetSize() - Method in class annas.math.stats.Statistics
 
debug - Static variable in class annas.graph.drawing.ForceBasedPlacer
 
DEFAULT_ARC_WEIGHT - Static variable in interface annas.graph.WeightedInterface
Default weight of an arc
DefaultArc<N> - Class in annas.graph
Default arc with basic implementation of all the methods.
DefaultArc(N, N, WeightedInterface) - Constructor for class annas.graph.DefaultArc
Constructor
DefaultArcFactory<N> - Class in annas.graph
Default implementation of ArcFactor
DefaultArcFactory() - Constructor for class annas.graph.DefaultArcFactory
 
DefaultDrawableArc<A> - Class in annas.graph.drawing
Default implementation of Arc drawer.
DefaultDrawableArc() - Constructor for class annas.graph.drawing.DefaultDrawableArc
 
DefaultDrawableArc(Color) - Constructor for class annas.graph.drawing.DefaultDrawableArc
 
DefaultDrawableNode<N> - Class in annas.graph.drawing
Default implementation of Node Drawer.
DefaultDrawableNode() - Constructor for class annas.graph.drawing.DefaultDrawableNode
 
DefaultDrawableNode(Color, int) - Constructor for class annas.graph.drawing.DefaultDrawableNode
 
DefaultGraphObserver - Class in annas.test.graph
 
DefaultGraphObserver() - Constructor for class annas.test.graph.DefaultGraphObserver
 
DefaultNodeFactory - Class in annas.test.graph
 
DefaultNodeFactory() - Constructor for class annas.test.graph.DefaultNodeFactory
 
DefaultWeight - Class in annas.graph
Default implementation of WeightedInterface
DefaultWeight(Double) - Constructor for class annas.graph.DefaultWeight
 
DepthFirst<N,A extends ArcInterface<N>> - Class in annas.graph.util.traversal
Performs a depth first traversal
DepthFirst() - Constructor for class annas.graph.util.traversal.DepthFirst
 
DepthFirst(GraphInterface<N, A>) - Constructor for class annas.graph.util.traversal.DepthFirst
 
Determinant() - Method in class annas.math.Matrix
 
deviation(int) - Method in class annas.math.stats.Statistics
 
deviation(double) - Method in class annas.math.stats.Statistics
 
Dijkstra<N,A extends ArcInterface<N>> - Class in annas.graph.util
Determines a single source-destination shortest path.
Dijkstra(GraphInterface<N, A>) - Constructor for class annas.graph.util.Dijkstra
 
Dijkstra(N, N) - Method in class annas.graph.util.Util
 
DirectedGraph<N,A extends ArcInterface<N>> - Class in annas.graph
Implementation of a Directed Graph similar to @see Directed Graph
DirectedGraph() - Constructor for class annas.graph.DirectedGraph
 
DirectedGraph(GraphObserver) - Constructor for class annas.graph.DirectedGraph
 
DisjointSet<T> - Class in annas.graph
 
DisjointSet() - Constructor for class annas.graph.DisjointSet
 
div(Complex) - Method in class annas.math.Complex
Division of Complex numbers (doesn't change this Complex number).
divide(Matrix) - Method in class annas.math.Matrix
 
DOTExporter<N,A extends ArcInterface<N>> - Class in annas.graph.export
Export graph to the standard .DOT format @see shown here
DOTExporter() - Constructor for class annas.graph.export.DOTExporter
 
DOTExporter(OutputStream) - Constructor for class annas.graph.export.DOTExporter
 
draw() - Method in class annas.graph.drawing.GraphDrawer
Draws the graph
draw(BufferedImage) - Method in class annas.graph.drawing.GraphDrawer
Draws the graph
drawArc(Graphics2D, A, int, int, int, int) - Method in class annas.graph.drawing.DefaultDrawableArc
Draws an arc at a given point.
DrawArc<A> - Interface in annas.graph.drawing
Interface for arc drawing objects
drawArc(Graphics2D, A, int, int, int, int) - Method in interface annas.graph.drawing.DrawArc
Draws an arc at a given point.
drawNode(Graphics2D, N, int, int) - Method in class annas.graph.drawing.DefaultDrawableNode
Draws a node at a point
DrawNode<N> - Interface in annas.graph.drawing
Interface for Node drawing objects
drawNode(Graphics2D, N, int, int) - Method in interface annas.graph.drawing.DrawNode
Draws a node at a point

A B C D E F G H I L M N O P R S T U V W X