Uses of Interface
org.tweetyproject.graphs.DirHyperGraph
-
Uses of DirHyperGraph in org.tweetyproject.arg.setaf.syntax
Modifier and TypeClassDescriptionclass
This class implements a SetAF in the sense of Nielson/Parson:Modifier and TypeMethodDescriptionSetAf.getSubGraphs()
static Collection
<DirHyperGraph<Argument>> SetAf.getSubgraphsHelper
(SetAf g) Return the subgraphs of the SetAf -
Uses of DirHyperGraph in org.tweetyproject.graphs
Modifier and TypeMethodDescriptionDirHyperGraph.getComplementGraph
(int selfloops) Returns the complement DirHyperGraph of this DirHyperGraph, i.e.DirHyperGraph.getRestriction
(Collection<T> nodes) Returns copy of this DirHyperGraph consisting only of the given nodes and all corresponding edges.Modifier and TypeMethodDescriptionDirHyperGraph.getSubGraphs()
Returns the set of sub DirHyperGraphs of this DirHyperGraph.