Uses of Class
org.tweetyproject.graphs.SimpleGraph
Packages that use SimpleGraph
-
Uses of SimpleGraph in org.tweetyproject.arg.dung.independence
Methods in org.tweetyproject.arg.dung.independence that return SimpleGraphModifier and TypeMethodDescriptionstatic SimpleGraph<Argument>
Independence.computeDGraph
(DungTheory theory) transform the given AF into a DAG (D-graph) by adding new meta argument for each strongly connected componentstatic SimpleGraph<Argument>
Independence.pruneDGraph
(SimpleGraph<Argument> dGraph, Collection<Argument> argsA, Collection<Argument> argsB, Collection<Argument> argsC) prune the given DAG by removing all leaf nodes, which are not in any of the given sets and removing all outgoing edges from nodes in argsCMethods in org.tweetyproject.arg.dung.independence with parameters of type SimpleGraphModifier and TypeMethodDescriptionstatic SimpleGraph<Argument>
Independence.pruneDGraph
(SimpleGraph<Argument> dGraph, Collection<Argument> argsA, Collection<Argument> argsB, Collection<Argument> argsC) prune the given DAG by removing all leaf nodes, which are not in any of the given sets and removing all outgoing edges from nodes in argsC -
Uses of SimpleGraph in org.tweetyproject.graphs
Methods in org.tweetyproject.graphs that return SimpleGraphModifier and TypeMethodDescriptionSimpleGraph.toUndirectedGraph()
convert the graph into a undirected graphMethods in org.tweetyproject.graphs with parameters of type SimpleGraphModifier and TypeMethodDescriptionboolean
SimpleGraph.addSubGraph
(T superExit, SimpleGraph<T> subGraph, T subEntry, String label) Adds a graph as a subgraph