Uses of Class
org.tweetyproject.arg.dung.ldo.syntax.LdoFormula
Package
Description
-
Uses of LdoFormula in org.tweetyproject.arg.bipolar.syntax
Modifier 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
-
Uses of LdoFormula in org.tweetyproject.arg.dung.ldo.syntax
Modifier 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
Represents the box modality in the logic of dialectical outcomes (LDO).class
This class represents a conjunction in ldo logic.class
Represents the diamond modality in the logic of dialectical outcomes (LDO).class
This class represents a disjunction in ldo logic.class
Represents the graph box modality in the logic of dialectical outcomes (LDO).class
Represents the graph diamond modality in the logic of dialectical outcomes (LDO).class
This class models classical negation of ldo logic.class
Creates a relational formula, i.e.Modifier 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) Modifier 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) Modifier 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) Modifier and TypeMethodDescriptionboolean
LdoAssociativeFormula.addAll
(int index, Collection<? extends LdoFormula> c) boolean
LdoAssociativeFormula.addAll
(Collection<? extends LdoFormula> c) ModifierConstructorDescriptionAbstractGraphLdoModality
(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) ModifierConstructorDescriptionLdoAssociativeFormula
(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
Modifier 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
-
Uses of LdoFormula in org.tweetyproject.arg.prob.lotteries
Modifier and TypeMethodDescriptionLdoArgumentationLottery.getPossibleOutcomes()
Returns the set of possible outcomes.Modifier 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.ModifierConstructorDescriptionLdoArgumentationLottery
(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