Uses of Interface
science.aist.gtf.graph.GraphAnalyzer
-
Packages that use GraphAnalyzer Package Description science.aist.gtf.graph.analyzer science.aist.gtf.graph.validator.impl -
-
Uses of GraphAnalyzer in science.aist.gtf.graph.analyzer
Classes in science.aist.gtf.graph.analyzer that implement GraphAnalyzer Modifier and Type Class Description classConnectedGraphAnalyzer<V,E>Calculate if the graph state represents a connected graph, meaning every vertex can be reached.classNumberOfEdgesAnalyzer<V,E>Returns the number of edges in the graph stateclassNumberOfVertexAnalyzer<V,E>Returns the number of vertices in ghe graph stateclassVerticesHaveEdgesAnalyzer<V,E>Analyzes if every vertex in the graph has at least a single edge -
Uses of GraphAnalyzer in science.aist.gtf.graph.validator.impl
Methods in science.aist.gtf.graph.validator.impl with parameters of type GraphAnalyzer Modifier and Type Method Description <R> voidRuleBasedGraphStateValidatorImpl. addAnalyzerRule(GraphAnalyzer<V,E,R> graphAnalyzer, Predicate<R> rule)
-