Uses of Class
net.sf.tweety.graphs.DefaultGraph
-
Packages that use DefaultGraph Package Description net.sf.tweety.arg.deductive.semantics net.sf.tweety.graphs net.sf.tweety.graphs.orders -
-
Uses of DefaultGraph in net.sf.tweety.arg.deductive.semantics
Subclasses of DefaultGraph in net.sf.tweety.arg.deductive.semantics Modifier and Type Class Description class
ArgumentTree
Instances of this class represent argument trees in the sense of Definition 6.1 in
Philippe Besnard and Anthony Hunter.class
Compilation
Instances of this class are compilations in the sense of Definition 8 in
Philippe Besnard and Anthony Hunter. -
Uses of DefaultGraph in net.sf.tweety.graphs
Methods in net.sf.tweety.graphs that return DefaultGraph Modifier and Type Method Description DefaultGraph<T>
DefaultGraph. getRestriction(java.util.Collection<T> nodes)
-
Uses of DefaultGraph in net.sf.tweety.graphs.orders
Methods in net.sf.tweety.graphs.orders that return DefaultGraph Modifier and Type Method Description DefaultGraph<net.sf.tweety.graphs.orders.Order.OrderNode>
Order. getDefaultGraph()
-