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

N

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.
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.
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
 
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.
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.
notifyNodeMarked(Node) - Method in interface org.insa.graphs.algorithm.shortestpath.ShortestPathObserver
Notify the observer that a node has been marked, i.e.
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
 
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.
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