Uses of Class
org.tweetyproject.arg.dung.ldo.syntax.LdoFormula
Packages that use LdoFormula
Package
Description
-
Uses of LdoFormula in org.tweetyproject.arg.bipolar.syntax
Methods in org.tweetyproject.arg.bipolar.syntax that return LdoFormulaModifier and TypeMethodDescriptionArgumentSet.getLdoFormula()Retrieves the LdoFormula associated with this argument set.BinaryAttack.getLdoFormula()BinarySupport.getLdoFormula()EAttack.getLdoFormula()SetAttack.getLdoFormula()SetSupport.getLdoFormula() -
Uses of LdoFormula in org.tweetyproject.arg.dung.ldo.semantics
Subclasses with type arguments of type LdoFormula in org.tweetyproject.arg.dung.ldo.semanticsModifier and TypeClassDescriptionclassThis class models an LDO interpretation, i.e., a pair of an argumentation framework and (possibly) an extension.Methods in org.tweetyproject.arg.dung.ldo.semantics with parameters of type LdoFormula -
Uses of LdoFormula in org.tweetyproject.arg.dung.ldo.syntax
Subclasses of LdoFormula in org.tweetyproject.arg.dung.ldo.syntaxModifier and TypeClassDescriptionclassProvides common functionalities for the graph-based modalities in LDO.classProvides common functionalities for all modalities in LDO.classThis class represents an argument in ldo.classThis class captures the common functionalities of formulas with an associative operation like conjunction, disjunction, etc.classRepresents the box modality in the logic of dialectical outcomes (LDO).classThis class represents a conjunction in ldo logic.classRepresents the diamond modality in the logic of dialectical outcomes (LDO).classThis class represents a disjunction in ldo logic.classRepresents the graph box modality in the logic of dialectical outcomes (LDO).classRepresents the graph diamond modality in the logic of dialectical outcomes (LDO).classThis class models classical negation of ldo logic.classCreates a relational formula, i.e.Classes in org.tweetyproject.arg.dung.ldo.syntax that implement interfaces with type arguments of type LdoFormulaModifier and TypeClassDescriptionclassThis class captures the common functionalities of formulas with an associative operation like conjunction, disjunction, etc.Methods in org.tweetyproject.arg.dung.ldo.syntax that return LdoFormulaModifier and TypeMethodDescriptionabstract LdoFormulaAbstractGraphLdoModality.clone()abstract LdoFormulaAbstractLdoModality.clone()LdoBoxModality.clone()LdoDiamondModality.clone()LdoDisjunction.clone()abstract LdoFormulaLdoFormula.clone()LdoGraphBoxModality.clone()LdoGraphDiamondModality.clone()LdoNegation.clone()LdoRelation.clone()LdoAssociativeFormula.get(int index) LdoNegation.getFormula()Returns the formula within this negation.AbstractLdoModality.getInnerFormula()Returns the inner formula of this modality.LdoRelation.getLeft()LdoRelation.getRight()LdoAssociativeFormula.remove(int index) LdoAssociativeFormula.set(int index, LdoFormula element) Methods in org.tweetyproject.arg.dung.ldo.syntax that return types with arguments of type LdoFormulaModifier and TypeMethodDescriptionLdoAssociativeFormula.getFormulas()AbstractLdoModality.getLiterals()LdoArgument.getLiterals()LdoAssociativeFormula.getLiterals()abstract Set<LdoFormula> LdoFormula.getLiterals()Returns all literals, i.e.LdoNegation.getLiterals()LdoRelation.getLiterals()LdoAssociativeFormula.iterator()LdoAssociativeFormula.listIterator()LdoAssociativeFormula.listIterator(int index) LdoAssociativeFormula.subList(int fromIndex, int toIndex) Methods in org.tweetyproject.arg.dung.ldo.syntax with parameters of type LdoFormulaModifier and TypeMethodDescriptionvoidLdoAssociativeFormula.add(int index, LdoFormula element) booleanLdoAssociativeFormula.add(LdoFormula f) booleanLdoAssociativeFormula.add(LdoFormula... formulas) Adds the specified elements to the end of this collection (optional operation).LdoAssociativeFormula.set(int index, LdoFormula element) Method parameters in org.tweetyproject.arg.dung.ldo.syntax with type arguments of type LdoFormulaModifier and TypeMethodDescriptionbooleanLdoAssociativeFormula.addAll(int index, Collection<? extends LdoFormula> c) booleanLdoAssociativeFormula.addAll(Collection<? extends LdoFormula> c) Constructors in org.tweetyproject.arg.dung.ldo.syntax with parameters of type LdoFormulaModifierConstructorDescriptionAbstractGraphLdoModality(LdoFormula innerFormula, Set<LdoArgument> lowerReferenceArguments, Set<LdoArgument> upperReferenceArguments) Constructs an instance of this modality with specified inner formula and sets of reference arguments.AbstractLdoModality(LdoFormula innerFormula) Creates a new modality for the given inner formulaLdoAssociativeFormula(LdoFormula first, LdoFormula second) Creates a new associative formula with the two given formulaeLdoBoxModality(LdoFormula innerFormula) LdoConjunction(LdoFormula first, LdoFormula second) Creates a new conjunction with the two given formulaeLdoDiamondModality(LdoFormula innerFormula) LdoDisjunction(LdoFormula first, LdoFormula second) Creates a new disjunction with the two given formulaeLdoGraphBoxModality(LdoFormula innerFormula, Set<LdoArgument> lowerReferenceArguments, Set<LdoArgument> upperReferenceArguments) LdoGraphDiamondModality(LdoFormula innerFormula, Set<LdoArgument> lowerReferenceArguments, Set<LdoArgument> upperReferenceArguments) LdoNegation(LdoFormula formula) Creates a new negation with the given formula.LdoRelation(LdoFormula left, LdoFormula right) Constructor parameters in org.tweetyproject.arg.dung.ldo.syntax with type arguments of type LdoFormulaModifierConstructorDescriptionLdoAssociativeFormula(Collection<? extends LdoFormula> formulas) Creates a new associative formula with the given inner formulas.LdoConjunction(Collection<? extends LdoFormula> formulas) Creates a new conjunction with the given inner formulas.LdoDisjunction(Collection<? extends LdoFormula> formulas) Creates a new disjunction with the given inner formulas. -
Uses of LdoFormula in org.tweetyproject.arg.dung.syntax
Methods in org.tweetyproject.arg.dung.syntax that return LdoFormulaModifier and TypeMethodDescriptionArgument.getLdoFormula()Attack.getLdoFormula()DungEntity.getLdoFormula()Returns a logical representation of this entity in LDO (Logic of dialectical outcomes, cf. -
Uses of LdoFormula in org.tweetyproject.arg.extended.syntax
Methods in org.tweetyproject.arg.extended.syntax that return LdoFormula -
Uses of LdoFormula in org.tweetyproject.arg.prob.lotteries
Subclasses with type arguments of type LdoFormula in org.tweetyproject.arg.prob.lotteriesModifier and TypeClassDescriptionclassA utility function that maps LDO formulas to utilitiesMethods in org.tweetyproject.arg.prob.lotteries that return types with arguments of type LdoFormulaModifier and TypeMethodDescriptionLdoArgumentationLottery.getPossibleOutcomes()Returns the set of possible outcomes.Methods in org.tweetyproject.arg.prob.lotteries with parameters of type LdoFormulaModifier and TypeMethodDescriptionLdoArgumentationLottery.get(LdoFormula f) Returns the probability of the given outcome.SubgraphProbabilityFunction.getAcceptanceProbability(LdoFormula f, Semantics semantics) Returns the probability of the given formula being acceptable wrt.Constructor parameters in org.tweetyproject.arg.prob.lotteries with type arguments of type LdoFormulaModifierConstructorDescriptionLdoArgumentationLottery(Collection<LdoFormula> formulas, SubgraphProbabilityFunction p, Semantics semantics) Creates a new lottery for the given set of formulas using the given probability function and semantics. -
Uses of LdoFormula in org.tweetyproject.arg.setaf.syntax
Methods in org.tweetyproject.arg.setaf.syntax that return LdoFormula