Uses of Class
org.tweetyproject.graphs.SimpleGraph
-
Uses of SimpleGraph in org.tweetyproject.arg.dung.independence
Modifier 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 argsCModifier 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
Modifier and TypeMethodDescriptionSimpleGraph.toUndirectedGraph()
convert the graph into a undirected graphModifier and TypeMethodDescriptionboolean
SimpleGraph.addSubGraph
(T superExit, SimpleGraph<T> subGraph, T subEntry, String label) Adds a graph as a subgraph