A B C D E G H I K L M N O P Q R S T V 

A

Action<T> - Interface in datastructures.tree
This class is used in DFS and BFS.
addChild(TreeNode<T>) - Method in class datastructures.tree.TreeNode
Adds a new child to the node
addData(String, double, double) - Method in class datastructures.common.Experiment
This method allows to add data to a serie Note that an experiment can have some series of data This allows to plot in the same figure several series to make a comparison.
addEdge(int, int, double) - Method in interface datastructures.graph.IGraph
Adds a new arc between the vertex u and the vertex v with a weight This method does not test if the edge already exists in the graph.
addVertex(T) - Method in class datastructures.graph.Vertices
Adds a new vertex
A B C D E G H I K L M N O P Q R S T V