Uses of Class
net.sf.tweety.arg.delp.semantics.DialecticalTree.Mark
-
Packages that use DialecticalTree.Mark Package Description net.sf.tweety.arg.delp.semantics -
-
Uses of DialecticalTree.Mark in net.sf.tweety.arg.delp.semantics
Methods in net.sf.tweety.arg.delp.semantics that return DialecticalTree.Mark Modifier and Type Method Description DialecticalTree.Mark
DialecticalTree. getMarking()
Computes the marking of this node by considering the marking of all child nodesstatic DialecticalTree.Mark
DialecticalTree.Mark. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DialecticalTree.Mark[]
DialecticalTree.Mark. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-