Package science.aist.gtf.graph.analyzer
-
Class Summary Class Description ConnectedGraphAnalyzer<V,E> Calculate if the graph state represents a connected graph, meaning every vertex can be reached.NumberOfEdgesAnalyzer<V,E> Returns the number of edges in the graph stateNumberOfVertexAnalyzer<V,E> Returns the number of vertices in ghe graph stateVerticesHaveEdgesAnalyzer<V,E> Analyzes if every vertex in the graph has at least a single edge