Uses of Class
net.sf.tweety.arg.adf.syntax.Argument
-
-
-
Uses of Argument in net.sf.tweety.arg.adf.reasoner
Methods in net.sf.tweety.arg.adf.reasoner with parameters of type Argument Modifier and Type Method Description BooleanAbstractDialecticalFrameworkReasoner. query(AbstractDialecticalFramework beliefbase, Argument formula)BooleanAbstractDialecticalFrameworkReasoner. query(AbstractDialecticalFramework adf, Argument argument, net.sf.tweety.commons.InferenceMode inferenceMode) -
Uses of Argument in net.sf.tweety.arg.adf.reasoner.ordering
Methods in net.sf.tweety.arg.adf.reasoner.ordering that return types with arguments of type Argument Modifier and Type Method Description protected Stream<Argument>ArgumentDegreeOrdering. stream(AbstractDialecticalFramework adf)Methods in net.sf.tweety.arg.adf.reasoner.ordering with parameters of type Argument Modifier and Type Method Description protected intArgumentDegreeOrdering. compare(Argument a1, Argument a2, AbstractDialecticalFramework adf) -
Uses of Argument in net.sf.tweety.arg.adf.reasoner.sat.encodings
Methods in net.sf.tweety.arg.adf.reasoner.sat.encodings with parameters of type Argument Modifier and Type Method Description net.sf.tweety.logics.pl.syntax.PropositionPropositionalMapping. getFalse(Argument argument)net.sf.tweety.logics.pl.syntax.PropositionPropositionalMapping. getLink(Argument from, Argument to)net.sf.tweety.logics.pl.syntax.PropositionPropositionalMapping. getTrue(Argument argument) -
Uses of Argument in net.sf.tweety.arg.adf.reasoner.sat.processor
Methods in net.sf.tweety.arg.adf.reasoner.sat.processor that return types with arguments of type Argument Modifier and Type Method Description protected abstract List<Argument>RelativeKBipolarStateProcessor. arguments(AbstractDialecticalFramework adf)Method parameters in net.sf.tweety.arg.adf.reasoner.sat.processor with type arguments of type Argument Modifier and Type Method Description static StateProcessorRelativeKBipolarStateProcessor. absoluteBounded(int k, Ordering<Argument> ordering, IncrementalSatSolver solver)static StateProcessorRelativeKBipolarStateProcessor. relativeBounded(double l, int k, Ordering<Argument> ordering, IncrementalSatSolver solver) -
Uses of Argument in net.sf.tweety.arg.adf.semantics.interpretation
Methods in net.sf.tweety.arg.adf.semantics.interpretation that return types with arguments of type Argument Modifier and Type Method Description Set<Argument>EmptyInterpretation. arguments()Set<Argument>Interpretation. arguments()Returns the union ofInterpretation.satisfied(),Interpretation.unsatisfied()andInterpretation.undecided().Set<Argument>SetInterpretation. arguments()Set<Argument>SingleValuedInterpretation. arguments()Set<Argument>EmptyInterpretation. satisfied()Set<Argument>Interpretation. satisfied()Set<Argument>SetInterpretation. satisfied()Set<Argument>SingleValuedInterpretation. satisfied()static Map<Argument,Boolean>Interpretation. toMap(Interpretation interpretation)Set<Argument>EmptyInterpretation. undecided()Set<Argument>Interpretation. undecided()Set<Argument>SetInterpretation. undecided()Set<Argument>SingleValuedInterpretation. undecided()Set<Argument>EmptyInterpretation. unsatisfied()Set<Argument>Interpretation. unsatisfied()Set<Argument>SetInterpretation. unsatisfied()Set<Argument>SingleValuedInterpretation. unsatisfied()Methods in net.sf.tweety.arg.adf.semantics.interpretation with parameters of type Argument Modifier and Type Method Description Interpretation.BuilderInterpretation.Builder. put(Argument arg, Boolean value)booleanEmptyInterpretation. satisfied(Argument arg)booleanInterpretation. satisfied(Argument arg)booleanSetInterpretation. satisfied(Argument arg)booleanSingleValuedInterpretation. satisfied(Argument arg)static InterpretationInterpretation. singleValued(Argument argument, boolean value, AbstractDialecticalFramework adf)Returns an interpretation relative toadfwith a single truth value decided.booleanEmptyInterpretation. undecided(Argument arg)booleanInterpretation. undecided(Argument arg)booleanSetInterpretation. undecided(Argument arg)booleanSingleValuedInterpretation. undecided(Argument arg)booleanEmptyInterpretation. unsatisfied(Argument arg)booleanInterpretation. unsatisfied(Argument arg)booleanSetInterpretation. unsatisfied(Argument arg)booleanSingleValuedInterpretation. unsatisfied(Argument arg)Method parameters in net.sf.tweety.arg.adf.semantics.interpretation with type arguments of type Argument Modifier and Type Method Description static Interpretation.BuilderInterpretation. builder(Collection<Argument> arguments)default booleanInterpretation. containsAll(Collection<Argument> arguments)static InterpretationInterpretation. fromMap(Map<Argument,Boolean> assignment)static InterpretationInterpretation. fromSet(Set<Argument> satisfied, AbstractDialecticalFramework adf)static InterpretationInterpretation. fromSets(Set<Argument> satisfied, Set<Argument> unsatisfied, Set<Argument> undecided)static InterpretationInterpretation. fromSets(Set<Argument> satisfied, Set<Argument> unsatisfied, AbstractDialecticalFramework adf)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. restrict(Interpretation interpretation, Collection<Argument> restriction)Creates a new interpretation with the same assignments as in the given arguments, but only uses the arguments contained inrestriction.Constructors in net.sf.tweety.arg.adf.semantics.interpretation with parameters of type Argument Constructor Description SingleValuedInterpretation(Argument argument, boolean value, AbstractDialecticalFramework adf)Constructor parameters in net.sf.tweety.arg.adf.semantics.interpretation with type arguments of type Argument Constructor Description InterpretationIterator(List<Argument> arguments)SetInterpretation(Set<Argument> satisfied, Set<Argument> unsatisfied, Set<Argument> undecided)TwoValuedInterpretationIterator(Set<Argument> arguments) -
Uses of Argument in net.sf.tweety.arg.adf.semantics.link
Methods in net.sf.tweety.arg.adf.semantics.link that return Argument Modifier and Type Method Description ArgumentLink. getFrom()ArgumentSimpleLink. getFrom()ArgumentLink. getTo()ArgumentSimpleLink. getTo()Methods in net.sf.tweety.arg.adf.semantics.link with parameters of type Argument Modifier and Type Method Description LinkTypeLinkStrategy. compute(Argument parent, AcceptanceCondition childAcc)LinkTypeSatLinkStrategy. compute(Argument parent, AcceptanceCondition childAcc)static LinkLink. of(Argument from, Argument to, LinkType type)Constructors in net.sf.tweety.arg.adf.semantics.link with parameters of type Argument Constructor Description SimpleLink(Argument from, Argument to, LinkType type) -
Uses of Argument in net.sf.tweety.arg.adf.syntax
Methods in net.sf.tweety.arg.adf.syntax that return types with arguments of type Argument Modifier and Type Method Description Stream<Argument>Argument. arguments()Methods in net.sf.tweety.arg.adf.syntax with parameters of type Argument Modifier and Type Method Description booleanArgument. contains(Argument arg) -
Uses of Argument in net.sf.tweety.arg.adf.syntax.acc
Methods in net.sf.tweety.arg.adf.syntax.acc that return types with arguments of type Argument Modifier and Type Method Description default Stream<Argument>AcceptanceCondition. arguments()Stream<Argument>ContradictionAcceptanceCondition. arguments()Methods in net.sf.tweety.arg.adf.syntax.acc with parameters of type Argument Modifier and Type Method Description default booleanAcceptanceCondition. contains(Argument arg)booleanContradictionAcceptanceCondition. contains(Argument arg)booleanTautologyAcceptanceCondition. contains(Argument arg)UVisitor. visit(Argument acc, D topDownData) -
Uses of Argument in net.sf.tweety.arg.adf.syntax.adf
Methods in net.sf.tweety.arg.adf.syntax.adf that return types with arguments of type Argument Modifier and Type Method Description Set<Argument>AbstractDialecticalFramework. children(Argument parent)Set<Argument>ExtendedAbstractDialecticalFramework. children(Argument parent)Set<Argument>GraphAbstractDialecticalFramework. children(Argument parent)net.sf.tweety.commons.SingleSetSignature<Argument>AbstractDialecticalFramework.Signature. clone()Set<Argument>AbstractDialecticalFramework. getArguments()Set<Argument>ExtendedAbstractDialecticalFramework. getArguments()Set<Argument>GraphAbstractDialecticalFramework. getArguments()Set<Argument>AbstractDialecticalFramework. parents(Argument child)Set<Argument>ExtendedAbstractDialecticalFramework. parents(Argument child)Set<Argument>GraphAbstractDialecticalFramework. parents(Argument child)Methods in net.sf.tweety.arg.adf.syntax.adf with parameters of type Argument Modifier and Type Method Description AbstractDialecticalFramework.BuilderAbstractDialecticalFramework.Builder. add(Argument arg, AcceptanceCondition acc)Set<Argument>AbstractDialecticalFramework. children(Argument parent)Set<Argument>ExtendedAbstractDialecticalFramework. children(Argument parent)Set<Argument>GraphAbstractDialecticalFramework. children(Argument parent)booleanAbstractDialecticalFramework. contains(Argument arg)booleanExtendedAbstractDialecticalFramework. contains(Argument arg)booleanGraphAbstractDialecticalFramework. contains(Argument arg)AcceptanceConditionAbstractDialecticalFramework. getAcceptanceCondition(Argument argument)Guaranteed to be non-null if the ADF contains the argument.AcceptanceConditionExtendedAbstractDialecticalFramework. getAcceptanceCondition(Argument argument)AcceptanceConditionGraphAbstractDialecticalFramework. getAcceptanceCondition(Argument argument)intAbstractDialecticalFramework. incomingDegree(Argument arg)intExtendedAbstractDialecticalFramework. incomingDegree(Argument arg)intGraphAbstractDialecticalFramework. incomingDegree(Argument arg)LinkAbstractDialecticalFramework. link(Argument parent, Argument child)Computes the link (parent, child) iff necessary and returns it afterwards.LinkExtendedAbstractDialecticalFramework. link(Argument parent, Argument child)LinkGraphAbstractDialecticalFramework. link(Argument parent, Argument child)Set<Link>AbstractDialecticalFramework. linksFrom(Argument parent)Set<Link>ExtendedAbstractDialecticalFramework. linksFrom(Argument parent)Set<Link>GraphAbstractDialecticalFramework. linksFrom(Argument parent)Set<Link>AbstractDialecticalFramework. linksTo(Argument child)Set<Link>ExtendedAbstractDialecticalFramework. linksTo(Argument child)Set<Link>GraphAbstractDialecticalFramework. linksTo(Argument child)intAbstractDialecticalFramework. outgoingDegree(Argument arg)intExtendedAbstractDialecticalFramework. outgoingDegree(Argument arg)intGraphAbstractDialecticalFramework. outgoingDegree(Argument arg)Set<Argument>AbstractDialecticalFramework. parents(Argument child)Set<Argument>ExtendedAbstractDialecticalFramework. parents(Argument child)Set<Argument>GraphAbstractDialecticalFramework. parents(Argument child)AbstractDialecticalFramework.BuilderAbstractDialecticalFramework.Builder. remove(Argument arg)Method parameters in net.sf.tweety.arg.adf.syntax.adf with type arguments of type Argument Modifier and Type Method Description static AbstractDialecticalFramework.BuilderAbstractDialecticalFramework. fromMap(Map<Argument,AcceptanceCondition> map)Constructor parameters in net.sf.tweety.arg.adf.syntax.adf with type arguments of type Argument Constructor Description Signature(Set<Argument> formulas) -
Uses of Argument in net.sf.tweety.arg.adf.transform
Methods in net.sf.tweety.arg.adf.transform with parameters of type Argument Modifier and Type Method Description protected abstract UAbstractCollector. transformArgument(Argument argument, Consumer<D> collection, int polarity)protected abstract UAbstractTransformer. transformArgument(Argument argument, D topDownData, int polarity)protected AcceptanceConditionFixPartialTransformer. transformArgument(Argument argument, Void topDownData, int polarity)protected AcceptanceConditionOmegaReductTransformer. transformArgument(Argument argument, Void topDownData, int polarity)protected net.sf.tweety.logics.pl.syntax.PlFormulaPropositionalTransformer. transformArgument(Argument argument, Void topDownData, int polarity)protected net.sf.tweety.logics.pl.syntax.PropositionTseitinTransformer. transformArgument(Argument argument, Consumer<net.sf.tweety.logics.pl.syntax.Disjunction> collection, int polarity)Method parameters in net.sf.tweety.arg.adf.transform with type arguments of type Argument Modifier and Type Method Description static TseitinTransformer.BuilderTseitinTransformer. builder(Function<Argument,net.sf.tweety.logics.pl.syntax.Proposition> argumentMapping)static TseitinTransformer.BuilderTseitinTransformer. builder(Map<Argument,net.sf.tweety.logics.pl.syntax.Proposition> argumentMapping)Constructor parameters in net.sf.tweety.arg.adf.transform with type arguments of type Argument Constructor Description Builder(Function<Argument,net.sf.tweety.logics.pl.syntax.Proposition> argumentMapping)PropositionalTransformer(Function<Argument,net.sf.tweety.logics.pl.syntax.Proposition> argumentMapping)
-