Uses of Class
net.sf.tweety.arg.delp.semantics.DialecticalTree
-
Packages that use DialecticalTree Package Description net.sf.tweety.arg.delp.semantics -
-
Uses of DialecticalTree in net.sf.tweety.arg.delp.semantics
Fields in net.sf.tweety.arg.delp.semantics declared as DialecticalTree Modifier and Type Field Description private DialecticalTree
DialecticalTree. parent
The parent node;null if this node is a rootFields in net.sf.tweety.arg.delp.semantics with type parameters of type DialecticalTree Modifier and Type Field Description private java.util.Set<DialecticalTree>
DialecticalTree. children
The children of this node; size=0 indicates a leafMethods in net.sf.tweety.arg.delp.semantics that return types with arguments of type DialecticalTree Modifier and Type Method Description java.util.Set<DialecticalTree>
DialecticalTree. getDefeaters(DefeasibleLogicProgram delp, ComparisonCriterion comparisonCriterion)
Computes the set of arguments which are defeaters for the argument in this tree node and returns the corresponding dialectical tree nodes with these defeaters.Constructors in net.sf.tweety.arg.delp.semantics with parameters of type DialecticalTree Constructor Description DialecticalTree(DialecticalTree parent, DelpArgument argument)
-