Uses of Class
org.tweetyproject.graphs.HyperGraph
Packages that use HyperGraph
-
Uses of HyperGraph in org.tweetyproject.graphs
Methods in org.tweetyproject.graphs that return HyperGraphModifier and TypeMethodDescriptionHyperGraph.getComplementGraph
(int selfloops) HyperGraph.getRestriction
(Collection<T> nodes) Methods in org.tweetyproject.graphs with parameters of type HyperGraphModifier and TypeMethodDescriptionboolean
HyperGraph.existsDirectedPath
(HyperGraph<T> hyperGraph, T node1, T node2) Checks if there is a direct path from node 1 to node 2Collection
<Graph<T>> HyperGraph.getSubgraphs
(HyperGraph<T> g) Returns the set of sub graphs of the given graph.