Uses of Interface
org.tweetyproject.graphs.DirHyperGraph
Packages that use DirHyperGraph
-
Uses of DirHyperGraph in org.tweetyproject.arg.setaf.syntax
Classes in org.tweetyproject.arg.setaf.syntax that implement DirHyperGraphModifier and TypeClassDescriptionclass
This class implements a SetAF in the sense of Nielson/Parson:
See
Nielsen, Soren Holbech and Parsons, Simon.Methods in org.tweetyproject.arg.setaf.syntax that return types with arguments of type DirHyperGraphModifier and TypeMethodDescriptionSetAf.getSubGraphs()
static Collection<DirHyperGraph<Argument>>
SetAf.getSubgraphsHelper
(SetAf g) -
Uses of DirHyperGraph in org.tweetyproject.graphs
Methods in org.tweetyproject.graphs that return DirHyperGraphModifier 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.Methods in org.tweetyproject.graphs that return types with arguments of type DirHyperGraphModifier and TypeMethodDescriptionDirHyperGraph.getSubGraphs()
Returns the set of sub DirHyperGraphs of this DirHyperGraph.