Uses of Class
org.tweetyproject.graphs.HyperGraph
-
Uses of HyperGraph in org.tweetyproject.graphs
Modifier and TypeMethodDescriptionHyperGraph.getComplementGraph
(int selfloops) HyperGraph.getRestriction
(Collection<T> nodes) Modifier and TypeMethodDescriptionboolean
HyperGraph.existsDirectedPath
(HyperGraph<T> hyperGraph, T node1, T node2) Collection<Graph<T>>
HyperGraph.getSubgraphs
(HyperGraph<T> g) Returns the set of sub graphs of the given graph.