A B C D E F G H I K L M N O P Q R S T U V W Z
All Classes All Packages
All Classes All Packages
All Classes All Packages
B
- b2c - Static variable in class org.insa.graphes.model.PathTest
- 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
- baf - Variable in class org.insa.graphs.gui.MainWindow
- basicDrawing - Variable in class org.insa.graphs.gui.MainWindow
- BasicDrawing - Class in org.insa.graphs.gui.drawing.components
- BasicDrawing() - Constructor for class org.insa.graphs.gui.drawing.components.BasicDrawing
-
Create a new BasicDrawing.
- BasicDrawing.BasicMarkerOverlay - Class in org.insa.graphs.gui.drawing.components
- BasicDrawing.BasicOverlay - Class in org.insa.graphs.gui.drawing.components
- BasicDrawing.BasicOverlays - Class in org.insa.graphs.gui.drawing.components
-
Class encapsulating a set of overlays.
- BasicDrawing.BasicPathOverlay - Class in org.insa.graphs.gui.drawing.components
- BasicDrawing.BasicPointSetOverlay - Class in org.insa.graphs.gui.drawing.components
- BasicGraphPalette - Class in org.insa.graphs.gui.drawing
- BasicGraphPalette() - Constructor for class org.insa.graphs.gui.drawing.BasicGraphPalette
- BasicMarkerOverlay(Point, Color, Color, Drawing.AlphaMode) - Constructor for class org.insa.graphs.gui.drawing.components.BasicDrawing.BasicMarkerOverlay
- BasicOverlay(Color) - Constructor for class org.insa.graphs.gui.drawing.components.BasicDrawing.BasicOverlay
- BasicOverlays() - Constructor for class org.insa.graphs.gui.drawing.components.BasicDrawing.BasicOverlays
- basicPalette - Variable in class org.insa.graphs.gui.MainWindow
- BasicPathOverlay(List<Point>, Color, BasicDrawing.BasicMarkerOverlay, BasicDrawing.BasicMarkerOverlay) - Constructor for class org.insa.graphs.gui.drawing.components.BasicDrawing.BasicPathOverlay
- BasicPointSetOverlay() - Constructor for class org.insa.graphs.gui.drawing.components.BasicDrawing.BasicPointSetOverlay
- 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).
- BIG_ROAD_COLOR - Static variable in class org.insa.graphs.gui.drawing.BasicGraphPalette
- 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
- BinaryHeapFormatter.Context - Class in org.insa.graphs.algorithm.utils
-
This class is used by
BinaryHeapFormatter.toStringTree(org.insa.graphs.algorithm.utils.BinaryHeap<E>, int)
, and simply contains three string accumulating. - BinaryHeapTest - Class in org.insa.graphs.algorithm.utils
- BinaryHeapTest() - Constructor for class org.insa.graphs.algorithm.utils.BinaryHeapTest
- 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.
- BinarySearchTreeTest - Class in org.insa.graphs.algorithm.utils
- BinarySearchTreeTest() - Constructor for class org.insa.graphs.algorithm.utils.BinarySearchTreeTest
- 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
- blackAndWhitePalette - Variable in class org.insa.graphs.gui.MainWindow
- BlockingActionFactory - Class in org.insa.graphs.gui
- BlockingActionFactory(Component) - Constructor for class org.insa.graphs.gui.BlockingActionFactory
- bottomRight - Variable in class org.insa.graphs.model.GraphStatistics.BoundingBox
- boundingBox - Variable in class org.insa.graphs.model.GraphStatistics
- 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.
- buffer - Variable in class org.insa.graphs.gui.StreamCapturer
All Classes All Packages