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 class
ConnectedGraphAnalyzer<V,E>
Calculate if the graph state represents a connected graph, meaning every vertex can be reached.class
NumberOfEdgesAnalyzer<V,E>
Returns the number of edges in the graph stateclass
NumberOfVertexAnalyzer<V,E>
Returns the number of vertices in ghe graph stateclass
VerticesHaveEdgesAnalyzer<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> void
RuleBasedGraphStateValidatorImpl. addAnalyzerRule(GraphAnalyzer<V,E,R> graphAnalyzer, Predicate<R> rule)
-