Uses of Class
com.semedy.reasoner.utils.Graph
Packages that use Graph
-
Uses of Graph in com.semedy.reasoner.idb
Methods in com.semedy.reasoner.idb that return Graph -
Uses of Graph in com.semedy.reasoner.utils
Methods in com.semedy.reasoner.utils that return GraphModifier and TypeMethodDescriptionGraph.getDenseGraph()
get a dense graph, i.e. a strong component is one node containing the original nodesGraph.getSubGraph
(List<E> subgraphnodes) create a sub-graph from all nodes starting at subgraphnodes