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

C

CarPoolingAlgorithm - Class in org.insa.graphs.algorithm.carpooling
 
CarPoolingAlgorithm(CarPoolingData) - Constructor for class org.insa.graphs.algorithm.carpooling.CarPoolingAlgorithm
 
CarPoolingData - Class in org.insa.graphs.algorithm.carpooling
 
CarPoolingData(Graph, ArcInspector) - Constructor for class org.insa.graphs.algorithm.carpooling.CarPoolingData
 
CarPoolingGraphicObserver - Class in org.insa.graphs.algorithm.carpooling
 
CarPoolingGraphicObserver() - Constructor for class org.insa.graphs.algorithm.carpooling.CarPoolingGraphicObserver
 
CarPoolingObserver - Interface in org.insa.graphs.algorithm.carpooling
 
CarPoolingSolution - Class in org.insa.graphs.algorithm.carpooling
 
CarPoolingSolution(CarPoolingData, AbstractSolution.Status) - Constructor for class org.insa.graphs.algorithm.carpooling.CarPoolingSolution
 
CarPoolingTextObserver - Class in org.insa.graphs.algorithm.carpooling
 
CarPoolingTextObserver() - Constructor for class org.insa.graphs.algorithm.carpooling.CarPoolingTextObserver
 
checkByteOrThrow(int) - Method in class org.insa.graphs.model.io.BinaryReader
Check if the next byte in the input stream correspond to the given byte.
checkMagicNumberOrThrow(int) - Method in class org.insa.graphs.model.io.BinaryReader
Check if the given number matches the expected magic number.
checkVersionOrThrow(int) - Method in class org.insa.graphs.model.io.BinaryReader
Check if the given version is greater than the minimum version, and update the current version if it is.
clear() - Method in class org.insa.graphs.gui.drawing.components.BasicDrawing
 
clear() - Method in class org.insa.graphs.gui.drawing.components.MapViewDrawing
 
clear() - Method in interface org.insa.graphs.gui.drawing.Drawing
Clear the drawing (overlays and underlying graph/map).
clear() - Method in class org.insa.graphs.gui.NodesInputPanel
 
clearCurrentThread() - Method in class org.insa.graphs.gui.MainWindow
 
clearOverlays() - Method in class org.insa.graphs.gui.drawing.components.BasicDrawing
 
clearOverlays() - Method in class org.insa.graphs.gui.drawing.components.MapViewDrawing
 
clearOverlays() - Method in interface org.insa.graphs.gui.drawing.Drawing
Remove overlays from the drawing (do not remove the underlying graph/map).
close() - Method in class org.insa.graphs.model.io.BinaryReader
 
close() - Method in class org.insa.graphs.model.io.BinaryWriter
 
close() - Method in interface org.insa.graphs.model.io.GraphReader
Close this graph reader.
close() - Method in interface org.insa.graphs.model.io.PathReader
Close this graph reader.
close() - Method in interface org.insa.graphs.model.io.PathWriter
Close this graph reader.
COASTLINE - org.insa.graphs.model.RoadInformation.RoadType
 
ColorUtils - Class in org.insa.graphs.gui.utils
 
ColorUtils() - Constructor for class org.insa.graphs.gui.utils.ColorUtils
 
compareTo(Node) - Method in class org.insa.graphs.model.Node
Compare the ID of this node with the ID of the given node.
computeImageSize(int) - Method in class org.insa.graphs.gui.drawing.MercatorProjection
Compute the dimension required for drawing a projection of the given box on an image, ensuring that none of the side of image is greater than maxSize.
concatenate(Path...) - Static method in class org.insa.graphs.model.Path
Concatenate the given paths.
contains(Point) - Method in class org.insa.graphs.gui.drawing.components.MapZoomControls
Check if a point is contained inside an element of this zoom controls, useful to avoid spurious click listeners.
contains(GraphStatistics.BoundingBox) - Method in class org.insa.graphs.model.GraphStatistics.BoundingBox
 
contains(Point) - Method in class org.insa.graphs.model.GraphStatistics.BoundingBox
 
convertColor(int) - Static method in class org.insa.graphs.gui.drawing.overlays.PaintUtils
Convert the given mapsforge color to an AWT Color.
convertColor(Color) - Static method in class org.insa.graphs.gui.drawing.overlays.PaintUtils
Convert the given AWT color to a mapsforge compatible color.
convertPoint(Point) - Method in class org.insa.graphs.gui.drawing.components.MapViewDrawing
 
createAlgorithm(Class<? extends AbstractAlgorithm<?>>, AbstractInputData) - Static method in class org.insa.graphs.algorithm.AlgorithmFactory
Create an instance of the given algorithm class using the given input data.
createAlgoritmSelectComboBox(Class<? extends AbstractAlgorithm<?>>) - Method in class org.insa.graphs.gui.AlgorithmPanel
Create the combo box for the algorithm selection.
createBlockingAction(ActionListener) - Method in class org.insa.graphs.gui.BlockingActionFactory
 
createDrawing() - Static method in class org.insa.graphs.gui.simple.Launch
Create a new Drawing inside a JFrame an return it.
createFastestPathFromNodes(Graph, List<Node>) - Static method in class org.insa.graphs.model.Path
Deprecated.
Need to be implemented.
createFileChooser(FileUtils.FolderType) - Static method in class org.insa.graphs.gui.utils.FileUtils
 
createFileChooser(FileUtils.FolderType, String) - Static method in class org.insa.graphs.gui.utils.FileUtils
 
createMarker(Point, Color, Color, Drawing.AlphaMode) - Method in class org.insa.graphs.gui.drawing.components.BasicDrawing
 
createMarker(Point, Color, Color, Drawing.AlphaMode) - Method in class org.insa.graphs.gui.drawing.components.MapViewDrawing
 
createNodesInputPanel(String[]) - Method in class org.insa.graphs.gui.AlgorithmPanel
Create a node input panel with the given node input names.
createPointSetOverlay() - Method in class org.insa.graphs.gui.drawing.components.BasicDrawing
 
createPointSetOverlay() - Method in class org.insa.graphs.gui.drawing.components.MapViewDrawing
 
createPointSetOverlay() - Method in interface org.insa.graphs.gui.drawing.Drawing
Create a new PointSetOverlay that can be used to add overlay points to this drawing.
createPointSetOverlay(int, Color) - Method in class org.insa.graphs.gui.drawing.components.BasicDrawing
 
createPointSetOverlay(int, Color) - Method in class org.insa.graphs.gui.drawing.components.MapViewDrawing
 
createPointSetOverlay(int, Color) - Method in interface org.insa.graphs.gui.drawing.Drawing
Create a new PointSetOverlay with the given initial width and color that can be used to add overlay points to this drawing.
createShortestPathFromNodes(Graph, List<Node>) - Static method in class org.insa.graphs.model.Path
Deprecated.
Need to be implemented.
createTitleLabel(String) - Method in class org.insa.graphs.gui.AlgorithmPanel
Create the title JLabel for this panel.
createUndirectedGraph() - Method in class org.insa.graphs.algorithm.weakconnectivity.WeaklyConnectedComponentsAlgorithm
 
CUSTOMERS - org.insa.graphs.model.AccessRestrictions.AccessRestriction
 
CYCLEWAY - org.insa.graphs.model.RoadInformation.RoadType
 
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