Uses of Interface
net.sf.tweety.arg.adf.syntax.adf.AbstractDialecticalFramework
-
-
-
Uses of AbstractDialecticalFramework in net.sf.tweety.arg.adf.parser
Methods in net.sf.tweety.arg.adf.parser that return AbstractDialecticalFramework Modifier and Type Method Description AbstractDialecticalFrameworkKppADFFormatParser. parseBeliefBase(Reader reader) -
Uses of AbstractDialecticalFramework in net.sf.tweety.arg.adf.reasoner
Methods in net.sf.tweety.arg.adf.reasoner with parameters of type AbstractDialecticalFramework Modifier and Type Method Description InterpretationAbstractDialecticalFrameworkReasoner. getModel(AbstractDialecticalFramework adf)Collection<Interpretation>AbstractDialecticalFrameworkReasoner. getModels(AbstractDialecticalFramework adf)Iterator<Interpretation>AbstractDialecticalFrameworkReasoner. modelIterator(AbstractDialecticalFramework adf)BooleanAbstractDialecticalFrameworkReasoner. query(AbstractDialecticalFramework beliefbase, Argument formula)BooleanAbstractDialecticalFrameworkReasoner. query(AbstractDialecticalFramework adf, Argument argument, net.sf.tweety.commons.InferenceMode inferenceMode) -
Uses of AbstractDialecticalFramework in net.sf.tweety.arg.adf.reasoner.ordering
Methods in net.sf.tweety.arg.adf.reasoner.ordering with parameters of type AbstractDialecticalFramework Modifier and Type Method Description protected abstract intAbstractOrdering. compare(T o1, T o2, AbstractDialecticalFramework adf)protected intArgumentDegreeOrdering. compare(Argument a1, Argument a2, AbstractDialecticalFramework adf)List<T>AbstractOrdering. order(AbstractDialecticalFramework adf)List<T>Ordering. order(AbstractDialecticalFramework adf)protected abstract Stream<T>AbstractOrdering. stream(AbstractDialecticalFramework adf)protected Stream<Argument>ArgumentDegreeOrdering. stream(AbstractDialecticalFramework adf) -
Uses of AbstractDialecticalFramework in net.sf.tweety.arg.adf.reasoner.sat
Methods in net.sf.tweety.arg.adf.reasoner.sat with parameters of type AbstractDialecticalFramework Modifier and Type Method Description Iterator<Interpretation>Pipeline. iterator(AbstractDialecticalFramework adf) -
Uses of AbstractDialecticalFramework in net.sf.tweety.arg.adf.reasoner.sat.encodings
Methods in net.sf.tweety.arg.adf.reasoner.sat.encodings with parameters of type AbstractDialecticalFramework Modifier and Type Method Description voidBipolarSatEncoding. encode(Consumer<net.sf.tweety.logics.pl.syntax.Disjunction> consumer, PropositionalMapping mapping, AbstractDialecticalFramework adf)voidConflictFreeInterpretationSatEncoding. encode(Consumer<net.sf.tweety.logics.pl.syntax.Disjunction> consumer, PropositionalMapping context, AbstractDialecticalFramework adf)voidFixPartialSatEncoding. encode(Consumer<net.sf.tweety.logics.pl.syntax.Disjunction> consumer, PropositionalMapping context, AbstractDialecticalFramework adf)voidKBipolarSatEncoding. encode(Consumer<net.sf.tweety.logics.pl.syntax.Disjunction> consumer, PropositionalMapping context, AbstractDialecticalFramework adf)voidLargerInterpretationSatEncoding. encode(Consumer<net.sf.tweety.logics.pl.syntax.Disjunction> consumer, PropositionalMapping context, AbstractDialecticalFramework adf)voidRefineLargerSatEncoding. encode(Consumer<net.sf.tweety.logics.pl.syntax.Disjunction> consumer, PropositionalMapping context, AbstractDialecticalFramework adf)voidRefineUnequalSatEncoding. encode(Consumer<net.sf.tweety.logics.pl.syntax.Disjunction> consumer, PropositionalMapping context, AbstractDialecticalFramework adf)voidRelativeBipolarSatEncoding. encode(Consumer<net.sf.tweety.logics.pl.syntax.Disjunction> consumer, PropositionalMapping mapping, AbstractDialecticalFramework adf)voidRelativeKBipolarSatEncoding. encode(Consumer<net.sf.tweety.logics.pl.syntax.Disjunction> consumer, PropositionalMapping mapping, AbstractDialecticalFramework adf)default voidSatEncoding. encode(Collection<net.sf.tweety.logics.pl.syntax.Disjunction> collection, PropositionalMapping mapping, AbstractDialecticalFramework adf)voidSatEncoding. encode(Consumer<net.sf.tweety.logics.pl.syntax.Disjunction> consumer, PropositionalMapping mapping, AbstractDialecticalFramework adf)default Collection<net.sf.tweety.logics.pl.syntax.Disjunction>SatEncoding. encode(PropositionalMapping mapping, AbstractDialecticalFramework adf)voidTwoValuedModelSatEncoding. encode(Consumer<net.sf.tweety.logics.pl.syntax.Disjunction> consumer, PropositionalMapping context, AbstractDialecticalFramework adf)voidVerifyAdmissibleSatEncoding. encode(Consumer<net.sf.tweety.logics.pl.syntax.Disjunction> consumer, PropositionalMapping context, AbstractDialecticalFramework adf)Constructors in net.sf.tweety.arg.adf.reasoner.sat.encodings with parameters of type AbstractDialecticalFramework Constructor Description PropositionalMapping(AbstractDialecticalFramework adf)Creates propositional representations for the arguments and links of the provided ADF. -
Uses of AbstractDialecticalFramework in net.sf.tweety.arg.adf.reasoner.sat.generator
-
Uses of AbstractDialecticalFramework in net.sf.tweety.arg.adf.reasoner.sat.processor
Methods in net.sf.tweety.arg.adf.reasoner.sat.processor with parameters of type AbstractDialecticalFramework Modifier and Type Method Description protected abstract List<Argument>RelativeKBipolarStateProcessor. arguments(AbstractDialecticalFramework adf)InterpretationInterpretationProcessor. process(SatSolverState mainState, SatSolverState verificationState, PropositionalMapping mapping, Interpretation interpretation, AbstractDialecticalFramework adf)Performs the processing of the given interpretation on a potential isolated state, meaning that the updates on this state are not seen by the subsequent processors.voidKBipolarStateProcessor. process(SatSolverState state, PropositionalMapping encodingContext, AbstractDialecticalFramework adf)InterpretationMaximizeInterpretationProcessor. process(SatSolverState processingState, SatSolverState verificationState, PropositionalMapping mapping, Interpretation interpretation, AbstractDialecticalFramework adf)voidRelativeKBipolarStateProcessor. process(SatSolverState state, PropositionalMapping mapping, AbstractDialecticalFramework adf)voidStateProcessor. process(SatSolverState state, PropositionalMapping mapping, AbstractDialecticalFramework adf)voidInterpretationProcessor. updateState(SatSolverState state, PropositionalMapping mapping, Interpretation processed, AbstractDialecticalFramework adf)voidMaximizeInterpretationProcessor. updateState(SatSolverState state, PropositionalMapping mapping, Interpretation maximal, AbstractDialecticalFramework adf) -
Uses of AbstractDialecticalFramework in net.sf.tweety.arg.adf.reasoner.sat.verifier
-
Uses of AbstractDialecticalFramework in net.sf.tweety.arg.adf.semantics.interpretation
Methods in net.sf.tweety.arg.adf.semantics.interpretation with parameters of type AbstractDialecticalFramework Modifier and Type Method Description static Interpretation.BuilderInterpretation. builder(AbstractDialecticalFramework adf)static InterpretationInterpretation. empty(AbstractDialecticalFramework adf)static InterpretationInterpretation. fromSet(Set<Argument> satisfied, AbstractDialecticalFramework adf)static InterpretationInterpretation. fromSets(Set<Argument> satisfied, Set<Argument> unsatisfied, AbstractDialecticalFramework adf)static InterpretationInterpretation. fromWitness(net.sf.tweety.commons.Interpretation<net.sf.tweety.logics.pl.syntax.PlBeliefSet,net.sf.tweety.logics.pl.syntax.PlFormula> witness, PropositionalMapping encodingContext, AbstractDialecticalFramework adf)Constructs a three-valued ADF interpretation from a witness of a propositional sat encoding.static InterpretationInterpretation. partial(Set<Argument> satisfied, Set<Argument> unsatisfied, AbstractDialecticalFramework adf)static Iterator<Interpretation>Interpretation. partials(List<Argument> arguments, AbstractDialecticalFramework adf)Goes through all possible partial interpretations respecting the order of the given list of arguments.static InterpretationInterpretation. singleValued(Argument argument, boolean value, AbstractDialecticalFramework adf)Returns an interpretation relative toadfwith a single truth value decided.Constructors in net.sf.tweety.arg.adf.semantics.interpretation with parameters of type AbstractDialecticalFramework Constructor Description EmptyInterpretation(AbstractDialecticalFramework adf)An empty interpretation relative to the given ADFSingleValuedInterpretation(Argument argument, boolean value, AbstractDialecticalFramework adf) -
Uses of AbstractDialecticalFramework in net.sf.tweety.arg.adf.syntax.adf
Classes in net.sf.tweety.arg.adf.syntax.adf that implement AbstractDialecticalFramework Modifier and Type Class Description classExtendedAbstractDialecticalFrameworkExtended in the sense of the addition of arguments and links to an existing ADF.classGraphAbstractDialecticalFrameworkInternally represented as a graph-like structure.Methods in net.sf.tweety.arg.adf.syntax.adf that return AbstractDialecticalFramework Modifier and Type Method Description AbstractDialecticalFrameworkAbstractDialecticalFramework.Builder. build()static AbstractDialecticalFrameworkAbstractDialecticalFramework. empty()Methods in net.sf.tweety.arg.adf.syntax.adf with parameters of type AbstractDialecticalFramework Modifier and Type Method Description static AbstractDialecticalFramework.BuilderAbstractDialecticalFramework. copy(AbstractDialecticalFramework adf)Creates a copy of the given AbstractDialecticalFramework, which can be modified before build() is called.static AbstractDialecticalFramework.BuilderAbstractDialecticalFramework. extend(AbstractDialecticalFramework adf)Allows to add arguments and acceptance conditions.static AbstractDialecticalFramework.BuilderAbstractDialecticalFramework. transform(AbstractDialecticalFramework adf, Transformer<AcceptanceCondition> transformer)Creates a newAbstractDialecticalFrameworkwith transformed acceptance conditions.
-