Index

A B C D E F G I M N P R S T V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

G

generateCompleteIfEmpty(int, int) - Method in class com.graphs.struct.Graph
This method should be used only on empty graphs.
getDegree() - Method in class com.graphs.struct.Graph.Vertex
This method returns the degree of this vertex.
getVertex(int) - Method in class com.graphs.struct.Graph
This method returns vertex with given int index.
getVertexData(int) - Method in class com.graphs.struct.Graph
This method returns unmodifiable data stored in a vertex by given index.
getVertexNeighbourhood(int) - Method in class com.graphs.struct.Graph
This method returns an unmodifiable sorted set of neighbours of vertex given by int index.
getVertices() - Method in class com.graphs.struct.Graph
This method returns an unmodifiable sorted set of vertices of this graph.
Graph<T> - Class in com.graphs.struct
This class implements undirected unweighted graphs.
Graph(String) - Constructor for class com.graphs.struct.Graph
This constructor creates a graph based on a strictly defined pattern provided in a text file.
GRAPH_EXAMPLE - Static variable in class com.graphs.utils.FileFinder
This field stores the name of a file that is used to create some graph.
Graph.Vertex<E extends T> - Class in com.graphs.struct
This inner class implements vertices of this graph.
graphPrinter - Variable in class com.graphs.utils.graph.GraphProducer
This field stores instance of GraphPrinter
GraphPrinter<T> - Class in com.graphs.utils.graph
This utility class is a printer for Graph.
GraphPrinter() - Constructor for class com.graphs.utils.graph.GraphPrinter
 
GraphProducer<T> - Class in com.graphs.utils.graph
This utility class produce instances of Graph.
GraphProducer() - Constructor for class com.graphs.utils.graph.GraphProducer
 
GraphRunner - Class in com.graphs.utils.graph
This class implements testing behaviour of Graph class.
GraphRunner() - Constructor for class com.graphs.utils.graph.GraphRunner
This constructor creates runner class of Graph.
GraphRunner(boolean) - Constructor for class com.graphs.utils.graph.GraphRunner
This constructor creates runner class of Graph.
GraphTester - Class in com.graphs
Main class for testing Graph class using GraphRunner implementation.
GraphTester() - Constructor for class com.graphs.GraphTester
 
A B C D E F G I M N P R S T V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form