Index
All Classes and Interfaces|All Packages|Serialized Form
N
- Node<T> - Record Class in graphlib.nodes
 - 
Represents a node in a graph.
 - Node(T) - Constructor for record class graphlib.nodes.Node
 - 
Creates an instance of a
Noderecord class. - NoSuchNodeException - Exception Class in graphlib.exceptions
 - 
Exception thrown when a specific node is not found in a graph.
 - NoSuchNodeException(String) - Constructor for exception class graphlib.exceptions.NoSuchNodeException
 - 
Create an instance with a message that indicates the cause of the exception.
 - numEdges() - Method in class graphlib.graphs.DirectedGraph
 - 
Get the number of edges (size) of the graph.
 - numEdges() - Method in class graphlib.graphs.DirectedMultiGraph
 - 
Get the number of edges (size) of the graph.
 - numEdges() - Method in class graphlib.graphs.UndirectedGraph
 - 
Get the number of edges (size) of the graph.
 - numEdges() - Method in class graphlib.graphs.UndirectedMultiGraph
 - 
Get the number of edges (size) of the graph.
 - numNodes() - Method in class graphlib.graphs.DirectedGraph
 - 
Get the number of nodes (order) of the graph.
 - numNodes() - Method in class graphlib.graphs.DirectedMultiGraph
 - 
Get the number of nodes (order) of the graph.
 - numNodes() - Method in class graphlib.graphs.UndirectedGraph
 - 
Get the number of nodes (order) of the graph.
 - numNodes() - Method in class graphlib.graphs.UndirectedMultiGraph
 - 
Get the number of nodes (order) of the graph.
 
All Classes and Interfaces|All Packages|Serialized Form