Uses of Class
net.sf.tweety.arg.dung.semantics.Semantics
-
-
Uses of Semantics in net.sf.tweety.arg.dung.divisions
Methods in net.sf.tweety.arg.dung.divisions with parameters of type Semantics Modifier and Type Method Description Collection<DungTheory>Division. getDividers(DungTheory theory, Semantics semantics)Returns the dividers for this division, i.e.static booleanDivision. isDisjoint(Collection<Division> divisions, DungTheory theory, Semantics semantics)Checks whether the given set o divisions is disjoint wrt.static booleanDivision. isExhaustive(Collection<Division> divisions, DungTheory theory, Semantics semantics)Checks whether the given set of divisions is exhaustive wrt. -
Uses of Semantics in net.sf.tweety.arg.dung.ldo.semantics
Constructors in net.sf.tweety.arg.dung.ldo.semantics with parameters of type Semantics Constructor Description LdoInterpretation(DungTheory theory, Extension ext, Semantics semantics)Creates a new interpretationLdoInterpretation(DungTheory theory, Semantics semantics)Creates a new interpretation -
Uses of Semantics in net.sf.tweety.arg.dung.ldo.syntax
Methods in net.sf.tweety.arg.dung.ldo.syntax with parameters of type Semantics Modifier and Type Method Description Collection<DungTheory>LdoFormula. getDividers(DungTheory theory, Semantics semantics)Returns the dividers for this formula, i.e. -
Uses of Semantics in net.sf.tweety.arg.dung.reasoner
Methods in net.sf.tweety.arg.dung.reasoner that return Semantics Modifier and Type Method Description SemanticsProboProblem. semantics()Returns the semantics of the problem.Methods in net.sf.tweety.arg.dung.reasoner with parameters of type Semantics Modifier and Type Method Description static AbstractExtensionReasonerAbstractExtensionReasoner. getSimpleReasonerForSemantics(Semantics semantics)Creates a reasoner for the given semantics.Constructors in net.sf.tweety.arg.dung.reasoner with parameters of type Semantics Constructor Description ProboReasoner(String path_to_exec, Semantics semantics)Constructs a new instance of ProboReasonerProboReasoner(String path_to_exec, Semantics semantics, net.sf.tweety.commons.util.Shell bash)Constructs a new instance of ProboReasonerStratifiedLabelingReasoner(Semantics semantics)Creates a new reasoner for the given semantics. -
Uses of Semantics in net.sf.tweety.arg.dung.semantics
Fields in net.sf.tweety.arg.dung.semantics declared as Semantics Modifier and Type Field Description static SemanticsSemantics. ADMISSIBLE_SEMANTICSstatic SemanticsSemantics. CF2_SEMANTICSstatic SemanticsSemantics. COMPLETE_SEMANTICSstatic SemanticsSemantics. CONFLICTFREE_SEMANTICSstatic SemanticsSemantics. GROUNDED_SEMANTICSstatic SemanticsSemantics. IDEAL_SEMANTICSstatic SemanticsSemantics. PREFERRED_SEMANTICSstatic SemanticsSemantics. SEMISTABLE_SEMANTICSstatic SemanticsSemantics. STABLE_SEMANTICSstatic SemanticsSemantics. STAGE_SEMANTICSMethods in net.sf.tweety.arg.dung.semantics that return Semantics Modifier and Type Method Description static SemanticsSemantics. valueOf(String name)Returns the enum constant of this type with the specified name.static Semantics[]Semantics. values()Returns an array containing the constants of this enum type, in the order they are declared.
-