Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
N
- NegativeVertexIndexException - Exception in com.graphs.exceptions.vertex
-
This exception can be thrown whenever a negative vertex index occurs.
- NegativeVertexIndexException() - Constructor for exception com.graphs.exceptions.vertex.NegativeVertexIndexException
-
This constructor creates a new instance of exception with a predefined message.
- neighbours - Variable in class com.graphs.struct.Graph.Vertex
-
This field represents (open) neighbourhood of this vertex.
- newCompleteGraph(int, int) - Method in class com.graphs.utils.graph.GraphProducer
-
This method returns a complete graph and prints feedback message.
- newEmptyGraph() - Method in class com.graphs.utils.graph.GraphProducer
-
This method returns an empty graph and prints feedback message.
- newGraphFromFile(String) - Method in class com.graphs.utils.graph.GraphProducer
-
This method returns an optional graph based on a structure defined in a file given as a parameter.
- newLine() - Static method in class com.graphs.utils.PrettierPrinter
-
This method terminates the current line.
- NoSuchVertexIndexException - Exception in com.graphs.exceptions.vertex
-
This exception can be thrown whenever a graph does not contain a vertex with a given index.
- NoSuchVertexIndexException(int) - Constructor for exception com.graphs.exceptions.vertex.NoSuchVertexIndexException
-
This constructor creates a new instance of exception with a predefined message based on a given parameter.
- NUMBER_FORMAT_EXC_MSG - Static variable in class com.graphs.utils.MessageProvider
-
This field stores a message for one of the exceptions once it is caught.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form