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()
BinaryAttack.getLdoFormula()
BinarySupport.getLdoFormula()
EAttack.getLdoFormula()
SetAttack.getLdoFormula()
SetSupport.getLdoFormula()
-
Uses of LdoFormula in org.tweetyproject.arg.dung.ldo.semantics
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 TypeClassDescriptionclass
Provides common functionalities for the graph-based modalities in LDO.class
Provides common functionalities for all modalities in LDO.class
This class represents an argument in ldo.class
This class captures the common functionalities of formulas with an associative operation like conjunction, disjunction, etc.class
*description missing*class
This class represents a conjunction in ldo logic.class
*description missing*class
This class represents a disjunction in ldo logic.class
*description missing*class
*description missing*class
This class models classical negation of ldo logic.class
Creates a relational formula, i.e.Methods in org.tweetyproject.arg.dung.ldo.syntax that return LdoFormulaModifier and TypeMethodDescriptionabstract LdoFormula
AbstractGraphLdoModality.clone()
abstract LdoFormula
AbstractLdoModality.clone()
LdoBoxModality.clone()
LdoDiamondModality.clone()
LdoDisjunction.clone()
abstract LdoFormula
LdoFormula.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 TypeMethodDescriptionvoid
LdoAssociativeFormula.add
(int index, LdoFormula element) boolean
LdoAssociativeFormula.add
(LdoFormula f) boolean
LdoAssociativeFormula.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 TypeMethodDescriptionboolean
LdoAssociativeFormula.addAll
(int index, Collection<? extends LdoFormula> c) boolean
LdoAssociativeFormula.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) *description missing*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.prob.lotteries
Methods 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