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 java.lang.BooleanAbstractDialecticalFrameworkReasoner. query(AbstractDialecticalFramework beliefbase, Argument formula)java.lang.BooleanAbstractDialecticalFrameworkReasoner. query(AbstractDialecticalFramework adf, Argument argument, InferenceMode inferenceMode) -
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 PropositionPropositionalMapping. getFalse(Argument argument)PropositionPropositionalMapping. getLink(Argument from, Argument to)PropositionPropositionalMapping. getTrue(Argument argument) -
Uses of Argument in net.sf.tweety.arg.adf.reasoner.sat.processor
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 java.util.Set<Argument>EmptyInterpretation. arguments()java.util.Set<Argument>Interpretation. arguments()Returns the union ofInterpretation.satisfied(),Interpretation.unsatisfied()andInterpretation.undecided().java.util.Set<Argument>SetInterpretation. arguments()java.util.Set<Argument>SingleValuedInterpretation. arguments()java.util.Set<Argument>EmptyInterpretation. satisfied()java.util.Set<Argument>Interpretation. satisfied()java.util.Set<Argument>SetInterpretation. satisfied()java.util.Set<Argument>SingleValuedInterpretation. satisfied()static java.util.Map<Argument,java.lang.Boolean>Interpretation. toMap(Interpretation interpretation)java.util.Set<Argument>EmptyInterpretation. undecided()java.util.Set<Argument>Interpretation. undecided()java.util.Set<Argument>SetInterpretation. undecided()java.util.Set<Argument>SingleValuedInterpretation. undecided()java.util.Set<Argument>EmptyInterpretation. unsatisfied()java.util.Set<Argument>Interpretation. unsatisfied()java.util.Set<Argument>SetInterpretation. unsatisfied()java.util.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, java.lang.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(java.util.Collection<Argument> arguments)default booleanInterpretation. containsAll(java.util.Collection<Argument> arguments)static InterpretationInterpretation. fromMap(java.util.Map<Argument,java.lang.Boolean> assignment)static InterpretationInterpretation. fromSet(java.util.Set<Argument> satisfied, AbstractDialecticalFramework adf)static InterpretationInterpretation. fromSets(java.util.Set<Argument> satisfied, java.util.Set<Argument> unsatisfied, java.util.Set<Argument> undecided)static InterpretationInterpretation. fromSets(java.util.Set<Argument> satisfied, java.util.Set<Argument> unsatisfied, AbstractDialecticalFramework adf)static InterpretationInterpretation. partial(java.util.Set<Argument> satisfied, java.util.Set<Argument> unsatisfied, AbstractDialecticalFramework adf)static java.util.Iterator<Interpretation>Interpretation. partials(java.util.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, java.util.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(java.util.List<Argument> arguments)SetInterpretation(java.util.Set<Argument> satisfied, java.util.Set<Argument> unsatisfied, java.util.Set<Argument> undecided)TwoValuedInterpretationIterator(java.util.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 java.util.stream.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 java.util.stream.Stream<Argument>AcceptanceCondition. arguments()java.util.stream.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 java.util.Set<Argument>AbstractDialecticalFramework. children(Argument parent)java.util.Set<Argument>ExtendedAbstractDialecticalFramework. children(Argument parent)java.util.Set<Argument>GraphAbstractDialecticalFramework. children(Argument parent)SingleSetSignature<Argument>AbstractDialecticalFramework.Signature. clone()java.util.Set<Argument>AbstractDialecticalFramework. getArguments()java.util.Set<Argument>ExtendedAbstractDialecticalFramework. getArguments()java.util.Set<Argument>GraphAbstractDialecticalFramework. getArguments()java.util.Set<Argument>AbstractDialecticalFramework. parents(Argument child)java.util.Set<Argument>ExtendedAbstractDialecticalFramework. parents(Argument child)java.util.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)java.util.Set<Argument>AbstractDialecticalFramework. children(Argument parent)java.util.Set<Argument>ExtendedAbstractDialecticalFramework. children(Argument parent)java.util.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)java.util.Set<Link>AbstractDialecticalFramework. linksFrom(Argument parent)java.util.Set<Link>ExtendedAbstractDialecticalFramework. linksFrom(Argument parent)java.util.Set<Link>GraphAbstractDialecticalFramework. linksFrom(Argument parent)java.util.Set<Link>AbstractDialecticalFramework. linksTo(Argument child)java.util.Set<Link>ExtendedAbstractDialecticalFramework. linksTo(Argument child)java.util.Set<Link>GraphAbstractDialecticalFramework. linksTo(Argument child)intAbstractDialecticalFramework. outgoingDegree(Argument arg)intExtendedAbstractDialecticalFramework. outgoingDegree(Argument arg)intGraphAbstractDialecticalFramework. outgoingDegree(Argument arg)java.util.Set<Argument>AbstractDialecticalFramework. parents(Argument child)java.util.Set<Argument>ExtendedAbstractDialecticalFramework. parents(Argument child)java.util.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(java.util.Map<Argument,AcceptanceCondition> map)Constructor parameters in net.sf.tweety.arg.adf.syntax.adf with type arguments of type Argument Constructor Description Signature(java.util.Set<Argument> formulas) -
Uses of Argument in net.sf.tweety.arg.adf.transform
Method parameters in net.sf.tweety.arg.adf.transform with type arguments of type Argument Modifier and Type Method Description static TseitinTransformer.BuilderTseitinTransformer. builder(java.util.function.Function<Argument,Proposition> argumentMapping)static TseitinTransformer.BuilderTseitinTransformer. builder(java.util.Map<Argument,Proposition> argumentMapping)Constructor parameters in net.sf.tweety.arg.adf.transform with type arguments of type Argument Constructor Description Builder(java.util.function.Function<Argument,Proposition> argumentMapping)PropositionalTransformer(java.util.function.Function<Argument,Proposition> argumentMapping)
-