A B C D E F G H I L M N O P R S T U V W Z
All Classes All Packages
All Classes All Packages
All Classes All Packages
B
- BadFormatException - Exception in org.insa.graphs.model.io
-
Exception thrown when a format-error is detected when reading a graph (e.g., non-matching check bytes).
- BadFormatException() - Constructor for exception org.insa.graphs.model.io.BadFormatException
- BadFormatException(String) - Constructor for exception org.insa.graphs.model.io.BadFormatException
-
Create a new format exception with the given message.
- BadMagicNumberException - Exception in org.insa.graphs.model.io
-
Exception thrown when there is a mismatch between expected and actual magic number.
- BadMagicNumberException(int, int) - Constructor for exception org.insa.graphs.model.io.BadMagicNumberException
-
Create a new BadMagicNumberException with the given expected and actual magic number.
- BadVersionException - Exception in org.insa.graphs.model.io
-
Exception thrown when the version of the file is not at least the expected one.
- BadVersionException(int, int) - Constructor for exception org.insa.graphs.model.io.BadVersionException
- BasicDrawing - Class in org.insa.graphs.gui.drawing.components
- BasicDrawing() - Constructor for class org.insa.graphs.gui.drawing.components.BasicDrawing
-
Create a new BasicDrawing.
- BasicGraphPalette - Class in org.insa.graphs.gui.drawing
- BasicGraphPalette() - Constructor for class org.insa.graphs.gui.drawing.BasicGraphPalette
- BellmanFordAlgorithm - Class in org.insa.graphs.algorithm.shortestpath
- BellmanFordAlgorithm(ShortestPathData) - Constructor for class org.insa.graphs.algorithm.shortestpath.BellmanFordAlgorithm
- bfs(ArrayList<HashSet<Integer>>, boolean[], int) - Method in class org.insa.graphs.algorithm.weakconnectivity.WeaklyConnectedComponentsAlgorithm
-
Apply a breadth first search algorithm on the given undirected graph (adjacency list), starting at node cur, and marking nodes in marked.
- BICYCLE - org.insa.graphs.model.AccessRestrictions.AccessMode
-
Access mode corresponding to bicycles (non-motorized).
- BinaryGraphReader - Class in org.insa.graphs.model.io
-
Implementation of
GraphReader
to read graph in binary format. - BinaryGraphReader(DataInputStream) - Constructor for class org.insa.graphs.model.io.BinaryGraphReader
-
Create a new BinaryGraphReader that read from the given input stream.
- BinaryHeap<E extends java.lang.Comparable<E>> - Class in org.insa.graphs.algorithm.utils
-
Implements a binary heap containing elements of type E.
- BinaryHeap() - Constructor for class org.insa.graphs.algorithm.utils.BinaryHeap
-
Construct a new empty binary heap.
- BinaryHeap(BinaryHeap<E>) - Constructor for class org.insa.graphs.algorithm.utils.BinaryHeap
-
Construct a copy of the given heap.
- BinaryHeapFormatter - Class in org.insa.graphs.algorithm.utils
- BinaryHeapFormatter() - Constructor for class org.insa.graphs.algorithm.utils.BinaryHeapFormatter
- BinaryPathReader - Class in org.insa.graphs.model.io
-
Implementation of
PathReader
to read paths in binary format. - BinaryPathReader(DataInputStream) - Constructor for class org.insa.graphs.model.io.BinaryPathReader
-
Create a new BinaryPathReader that read from the given input stream.
- BinaryPathWriter - Class in org.insa.graphs.model.io
-
Implementation of
PathWriter
to write paths in binary format. - BinaryPathWriter(DataOutputStream) - Constructor for class org.insa.graphs.model.io.BinaryPathWriter
-
Create a new BinaryPathWriter that writes to the given output stream.
- BinaryReader - Class in org.insa.graphs.model.io
-
Base class for writing binary file.
- BinaryReader(int, int, DataInputStream) - Constructor for class org.insa.graphs.model.io.BinaryReader
-
Create a new BinaryReader that reads from the given stream and that expected the given magic number and at least the given minimum version.
- BinarySearchTree<E extends java.lang.Comparable<E>> - Class in org.insa.graphs.algorithm.utils
- BinarySearchTree() - Constructor for class org.insa.graphs.algorithm.utils.BinarySearchTree
-
Create a new empty binary search tree.
- BinarySearchTree(BinarySearchTree<E>) - Constructor for class org.insa.graphs.algorithm.utils.BinarySearchTree
-
Create a copy of the given binary search tree.
- BinaryWriter - Class in org.insa.graphs.model.io
-
Base class for writing binary file.
- BinaryWriter(DataOutputStream) - Constructor for class org.insa.graphs.model.io.BinaryWriter
-
Create a new BinaryWriter that writes to the given output stream.
- BlackAndWhiteGraphPalette - Class in org.insa.graphs.gui.drawing
- BlackAndWhiteGraphPalette() - Constructor for class org.insa.graphs.gui.drawing.BlackAndWhiteGraphPalette
- BlockingActionFactory - Class in org.insa.graphs.gui
- BlockingActionFactory(Component) - Constructor for class org.insa.graphs.gui.BlockingActionFactory
- BoundingBox(Point, Point) - Constructor for class org.insa.graphs.model.GraphStatistics.BoundingBox
-
Create a new BoundingBox represented by the given top-left and bottom-right points.
All Classes All Packages