Uses of Class
org.tweetyproject.arg.dung.ldo.syntax.LdoFormula
-
-
Uses of LdoFormula in org.tweetyproject.arg.bipolar.syntax
Methods in org.tweetyproject.arg.bipolar.syntax that return LdoFormula Modifier and Type Method Description LdoFormulaArgumentSet. getLdoFormula()LdoFormulaBinaryAttack. getLdoFormula()LdoFormulaBinarySupport. getLdoFormula()LdoFormulaSetAttack. getLdoFormula()LdoFormulaSetSupport. getLdoFormula() -
Uses of LdoFormula in org.tweetyproject.arg.dung.ldo.semantics
Methods in org.tweetyproject.arg.dung.ldo.semantics with parameters of type LdoFormula Modifier and Type Method Description booleanLdoInterpretation. satisfies(LdoFormula formula) -
Uses of LdoFormula in org.tweetyproject.arg.dung.ldo.syntax
Subclasses of LdoFormula in org.tweetyproject.arg.dung.ldo.syntax Modifier and Type Class Description classAbstractGraphLdoModalityProvides common functionalities for the graph-based modalities in LDO.classAbstractLdoModalityProvides common functionalities for all modalities in LDO.classLdoArgumentThis class represents an argument in ldo.classLdoAssociativeFormulaThis class captures the common functionalities of formulas with an associative operation like conjunction, disjunction, etc.classLdoBoxModalityclassLdoConjunctionThis class represents a conjunction in ldo logic.classLdoDiamondModalityclassLdoDisjunctionThis class represents a disjunction in ldo logic.classLdoGraphBoxModalityclassLdoGraphDiamondModalityclassLdoNegationThis class models classical negation of ldo logic.classLdoRelationCreates a relational formula, i.e.Methods in org.tweetyproject.arg.dung.ldo.syntax that return LdoFormula Modifier and Type Method Description abstract LdoFormulaAbstractGraphLdoModality. clone()abstract LdoFormulaAbstractLdoModality. clone()LdoFormulaLdoBoxModality. clone()LdoFormulaLdoDiamondModality. clone()LdoFormulaLdoDisjunction. clone()abstract LdoFormulaLdoFormula. clone()LdoFormulaLdoGraphBoxModality. clone()LdoFormulaLdoGraphDiamondModality. clone()LdoFormulaLdoNegation. clone()LdoFormulaLdoRelation. clone()LdoFormulaLdoAssociativeFormula. get(int index)LdoFormulaLdoNegation. getFormula()Returns the formula within this negation.LdoFormulaAbstractLdoModality. getInnerFormula()Returns the inner formula of this modality.LdoFormulaLdoRelation. getLeft()LdoFormulaLdoRelation. getRight()LdoFormulaLdoAssociativeFormula. remove(int index)LdoFormulaLdoAssociativeFormula. set(int index, LdoFormula element)Methods in org.tweetyproject.arg.dung.ldo.syntax that return types with arguments of type LdoFormula Modifier and Type Method Description java.util.List<LdoFormula>LdoAssociativeFormula. getFormulas()java.util.Set<LdoFormula>AbstractLdoModality. getLiterals()java.util.Set<LdoFormula>LdoArgument. getLiterals()java.util.Set<LdoFormula>LdoAssociativeFormula. getLiterals()abstract java.util.Set<LdoFormula>LdoFormula. getLiterals()Returns all literals, i.e.java.util.Set<LdoFormula>LdoNegation. getLiterals()java.util.Set<LdoFormula>LdoRelation. getLiterals()java.util.Iterator<LdoFormula>LdoAssociativeFormula. iterator()java.util.ListIterator<LdoFormula>LdoAssociativeFormula. listIterator()java.util.ListIterator<LdoFormula>LdoAssociativeFormula. listIterator(int index)java.util.List<LdoFormula>LdoAssociativeFormula. subList(int fromIndex, int toIndex)Methods in org.tweetyproject.arg.dung.ldo.syntax with parameters of type LdoFormula Modifier and Type Method Description voidLdoAssociativeFormula. 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).LdoFormulaLdoAssociativeFormula. set(int index, LdoFormula element)Method parameters in org.tweetyproject.arg.dung.ldo.syntax with type arguments of type LdoFormula Modifier and Type Method Description booleanLdoAssociativeFormula. addAll(int index, java.util.Collection<? extends LdoFormula> c)booleanLdoAssociativeFormula. addAll(java.util.Collection<? extends LdoFormula> c)Constructors in org.tweetyproject.arg.dung.ldo.syntax with parameters of type LdoFormula Constructor Description AbstractGraphLdoModality(LdoFormula innerFormula, java.util.Set<LdoArgument> lowerReferenceArguments, java.util.Set<LdoArgument> upperReferenceArguments)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, java.util.Set<LdoArgument> lowerReferenceArguments, java.util.Set<LdoArgument> upperReferenceArguments)LdoGraphDiamondModality(LdoFormula innerFormula, java.util.Set<LdoArgument> lowerReferenceArguments, java.util.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 LdoFormula Constructor Description LdoAssociativeFormula(java.util.Collection<? extends LdoFormula> formulas)Creates a new associative formula with the given inner formulas.LdoConjunction(java.util.Collection<? extends LdoFormula> formulas)Creates a new conjunction with the given inner formulas.LdoDisjunction(java.util.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 LdoFormula Modifier and Type Method Description LdoFormulaArgument. getLdoFormula()LdoFormulaAttack. getLdoFormula()LdoFormulaDungEntity. 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 LdoFormula Modifier and Type Method Description java.util.Collection<LdoFormula>LdoArgumentationLottery. getPossibleOutcomes()Returns the set of possible outcomes.Methods in org.tweetyproject.arg.prob.lotteries with parameters of type LdoFormula Modifier and Type Method Description ProbabilityLdoArgumentationLottery. get(LdoFormula f)Returns the probability of the given outcome.ProbabilitySubgraphProbabilityFunction. 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 LdoFormula Constructor Description LdoArgumentationLottery(java.util.Collection<LdoFormula> formulas, SubgraphProbabilityFunction p, Semantics semantics)Creates a new lottery for the given set of formulas using the given probability function and semantics.
-