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

N

name - Variable in class org.insa.graphs.model.RoadInformation
 
nbRoadOneWay - Variable in class org.insa.graphs.model.GraphStatistics
 
nbRoadTwoWays - Variable in class org.insa.graphs.model.GraphStatistics
 
newGraphLoaded(Graph) - Method in interface org.insa.graphs.gui.GraphChangeListener
Event fire when a new graph has been loaded.
newGraphLoaded(Graph) - Method in class org.insa.graphs.gui.NodesInputPanel
 
newGraphLoaded(Graph) - Method in class org.insa.graphs.gui.PathsPanel
 
newGraphLoaded(Graph) - Method in class org.insa.graphs.gui.SolutionPanel
 
nextInputToFill() - Method in class org.insa.graphs.gui.NodesInputPanel
Find the next input to fill, if any.
NO_MAXIMUM_SPEED - Static variable in class org.insa.graphs.model.GraphStatistics
Special value used to indicate that the graph has no maximum speed limit (some roads are not limited).
Node - Class in org.insa.graphs.model
Class representing a Node in a Graph.
Node(int, Point) - Constructor for class org.insa.graphs.model.Node
Create a new Node with the given ID corresponding to the given Point with an empty list of successors.
NODE - Static variable in class org.insa.graphs.gui.GraphReaderProgressBar
 
nodeFinder - Variable in class org.insa.graphs.gui.NodesInputPanel
 
NodeFinder(Graph) - Constructor for class org.insa.graphs.gui.NodesInputPanel.NodeFinder
 
nodeInputs - Variable in class org.insa.graphs.gui.NodesInputPanel
 
nodes - Static variable in class org.insa.graphes.model.GraphTest
 
nodes - Variable in class org.insa.graphes.model.NodeTest
 
nodes - Static variable in class org.insa.graphes.model.PathTest
 
nodes - Variable in class org.insa.graphs.gui.AlgorithmPanel.StartActionEvent
 
nodes - Variable in class org.insa.graphs.gui.NodesInputPanel.InputChangedEvent
 
nodes - Variable in class org.insa.graphs.model.Graph
 
nodesInputPanel - Variable in class org.insa.graphs.gui.AlgorithmPanel
 
NodesInputPanel - Class in org.insa.graphs.gui
 
NodesInputPanel() - Constructor for class org.insa.graphs.gui.NodesInputPanel
Create a new NodesInputPanel.
NodesInputPanel.InputChangedEvent - Class in org.insa.graphs.gui
Event data send when a node input has changed.
NodesInputPanel.NodeFinder - Class in org.insa.graphs.gui
Utility class that can be used to find a node from coordinates in a "fast" way.
NodeTest - Class in org.insa.graphes.model
 
NodeTest() - Constructor for class org.insa.graphes.model.NodeTest
 
notifyDestinationReached(Node) - Method in class org.insa.graphs.algorithm.shortestpath.ShortestPathAlgorithm
Notify all observers that the destination has been reached.
notifyDestinationReached(Node) - Method in interface org.insa.graphs.algorithm.shortestpath.ShortestPathObserver
Notify the observer that the destination has been reached.
notifyDestinationReached(Node) - Method in class org.insa.graphs.algorithm.shortestpath.ShortestPathTextObserver
 
notifyDestinationReached(Node) - Method in class org.insa.graphs.gui.observers.ShortestPathGraphicObserver
 
notifyDrawingLoaded(Drawing, Drawing) - Method in class org.insa.graphs.gui.MainWindow
Notify all listeners that a new drawing has been set up.
notifyEndComponent(ArrayList<Node>) - Method in interface org.insa.graphs.algorithm.weakconnectivity.WeaklyConnectedComponentObserver
Notify that the algorithm has computed a new component.
notifyEndComponent(ArrayList<Node>) - Method in class org.insa.graphs.algorithm.weakconnectivity.WeaklyConnectedComponentsAlgorithm
Notify all observers that the algorithm has computed a new component.
notifyEndComponent(ArrayList<Node>) - Method in class org.insa.graphs.algorithm.weakconnectivity.WeaklyConnectedComponentTextObserver
 
notifyEndComponent(ArrayList<Node>) - Method in class org.insa.graphs.gui.observers.WeaklyConnectedComponentGraphicObserver
 
notifyEndReading() - Method in class org.insa.graphs.gui.GraphReaderProgressBar
 
notifyEndReading() - Method in interface org.insa.graphs.model.io.GraphReaderObserver
Notify that the graph has been fully read.
notifyNewArcRead(Arc) - Method in class org.insa.graphs.gui.GraphReaderProgressBar
 
notifyNewArcRead(Arc) - Method in interface org.insa.graphs.model.io.GraphReaderObserver
Notify that a new arc has been read.
notifyNewDescriptorRead(RoadInformation) - Method in class org.insa.graphs.gui.GraphReaderProgressBar
 
notifyNewDescriptorRead(RoadInformation) - Method in interface org.insa.graphs.model.io.GraphReaderObserver
Notify that a new descriptor has been read.
notifyNewGraphLoaded() - Method in class org.insa.graphs.gui.MainWindow
Notify all listeners that a new graph has been loaded.
notifyNewNodeInComponent(Node) - Method in interface org.insa.graphs.algorithm.weakconnectivity.WeaklyConnectedComponentObserver
Notify that a new node has been found for the current component.
notifyNewNodeInComponent(Node) - Method in class org.insa.graphs.algorithm.weakconnectivity.WeaklyConnectedComponentsAlgorithm
Notify all observers that a new node has been found for the current component.
notifyNewNodeInComponent(Node) - Method in class org.insa.graphs.algorithm.weakconnectivity.WeaklyConnectedComponentTextObserver
 
notifyNewNodeInComponent(Node) - Method in class org.insa.graphs.gui.observers.WeaklyConnectedComponentGraphicObserver
 
notifyNewNodeRead(Node) - Method in class org.insa.graphs.gui.GraphReaderProgressBar
 
notifyNewNodeRead(Node) - Method in interface org.insa.graphs.model.io.GraphReaderObserver
Notify that a new nodes has been read.
notifyNodeMarked(Node) - Method in class org.insa.graphs.algorithm.shortestpath.ShortestPathAlgorithm
Notify all observers that a node has been marked, i.e. its final value has been set.
notifyNodeMarked(Node) - Method in interface org.insa.graphs.algorithm.shortestpath.ShortestPathObserver
Notify the observer that a node has been marked, i.e. its final value has been set.
notifyNodeMarked(Node) - Method in class org.insa.graphs.algorithm.shortestpath.ShortestPathTextObserver
 
notifyNodeMarked(Node) - Method in class org.insa.graphs.gui.observers.ShortestPathGraphicObserver
 
notifyNodeReached(Node) - Method in class org.insa.graphs.algorithm.shortestpath.ShortestPathAlgorithm
Notify all observers that a node has been reached for the first time.
notifyNodeReached(Node) - Method in interface org.insa.graphs.algorithm.shortestpath.ShortestPathObserver
Notify the observer that a node has been reached for the first time.
notifyNodeReached(Node) - Method in class org.insa.graphs.algorithm.shortestpath.ShortestPathTextObserver
 
notifyNodeReached(Node) - Method in class org.insa.graphs.gui.observers.ShortestPathGraphicObserver
 
notifyOriginProcessed(Node) - Method in class org.insa.graphs.algorithm.shortestpath.ShortestPathAlgorithm
Notify all observers that the origin has been processed.
notifyOriginProcessed(Node) - Method in interface org.insa.graphs.algorithm.shortestpath.ShortestPathObserver
Notify the observer that the origin has been processed.
notifyOriginProcessed(Node) - Method in class org.insa.graphs.algorithm.shortestpath.ShortestPathTextObserver
 
notifyOriginProcessed(Node) - Method in class org.insa.graphs.gui.observers.ShortestPathGraphicObserver
 
notifyRedrawRequest() - Method in class org.insa.graphs.gui.MainWindow
Notify all listeners that a redraw request is emitted.
notifyStartComponent(Node) - Method in interface org.insa.graphs.algorithm.weakconnectivity.WeaklyConnectedComponentObserver
Notify that the algorithm is entering a new component.
notifyStartComponent(Node) - Method in class org.insa.graphs.algorithm.weakconnectivity.WeaklyConnectedComponentsAlgorithm
Notify all observers that the algorithm is entering a new component.
notifyStartComponent(Node) - Method in class org.insa.graphs.algorithm.weakconnectivity.WeaklyConnectedComponentTextObserver
 
notifyStartComponent(Node) - Method in class org.insa.graphs.gui.observers.WeaklyConnectedComponentGraphicObserver
 
notifyStartReading(String) - Method in class org.insa.graphs.gui.GraphReaderProgressBar
 
notifyStartReading(String) - Method in interface org.insa.graphs.model.io.GraphReaderObserver
Notify observer about information on the graph, this method is always the first called
notifyStartReadingArcs(int) - Method in class org.insa.graphs.gui.GraphReaderProgressBar
 
notifyStartReadingArcs(int) - Method in interface org.insa.graphs.model.io.GraphReaderObserver
Notify that the reader is starting to read arcs.
notifyStartReadingDescriptors(int) - Method in class org.insa.graphs.gui.GraphReaderProgressBar
 
notifyStartReadingDescriptors(int) - Method in interface org.insa.graphs.model.io.GraphReaderObserver
Notify that the reader is starting to read descriptor/road informations.
notifyStartReadingNodes(int) - Method in class org.insa.graphs.gui.GraphReaderProgressBar
 
notifyStartReadingNodes(int) - Method in interface org.insa.graphs.model.io.GraphReaderObserver
Notify that the reader is starting to read node.
numComponent - Variable in class org.insa.graphs.algorithm.weakconnectivity.WeaklyConnectedComponentTextObserver
 
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