Uses of Class
net.sf.tweety.arg.dung.ldo.syntax.LdoFormula
- 
Packages that use LdoFormula Package Description net.sf.tweety.arg.dung.ldo.semantics net.sf.tweety.arg.dung.ldo.syntax net.sf.tweety.arg.dung.syntax net.sf.tweety.arg.prob.lotteries  - 
- 
Uses of LdoFormula in net.sf.tweety.arg.dung.ldo.semantics
Methods in net.sf.tweety.arg.dung.ldo.semantics with parameters of type LdoFormula Modifier and Type Method Description booleanLdoInterpretation. satisfies(LdoFormula formula) - 
Uses of LdoFormula in net.sf.tweety.arg.dung.ldo.syntax
Subclasses of LdoFormula in net.sf.tweety.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.Fields in net.sf.tweety.arg.dung.ldo.syntax declared as LdoFormula Modifier and Type Field Description private LdoFormulaLdoNegation. formulaThe formula within this negation.private LdoFormulaAbstractLdoModality. innerFormulaThe inner formula of this modalityprivate LdoFormulaLdoRelation. leftprivate LdoFormulaLdoRelation. rightFields in net.sf.tweety.arg.dung.ldo.syntax with type parameters of type LdoFormula Modifier and Type Field Description protected AssociativeFormulaSupport<LdoFormula>LdoAssociativeFormula. supportThe inner formulas of this formulaMethods in net.sf.tweety.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 net.sf.tweety.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 net.sf.tweety.arg.dung.ldo.syntax with parameters of type LdoFormula Modifier and Type Method Description voidLdoAssociativeFormula. add(int index, LdoFormula element)booleanLdoAssociativeFormula. add(LdoFormula f)LdoFormulaLdoAssociativeFormula. set(int index, LdoFormula element)Method parameters in net.sf.tweety.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 net.sf.tweety.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 net.sf.tweety.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 net.sf.tweety.arg.dung.syntax
Methods in net.sf.tweety.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 net.sf.tweety.arg.prob.lotteries
Fields in net.sf.tweety.arg.prob.lotteries with type parameters of type LdoFormula Modifier and Type Field Description private java.util.Map<LdoFormula,Probability>LdoArgumentationLottery. probMaps LdoFormulas to probabilitiesMethods in net.sf.tweety.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 net.sf.tweety.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 net.sf.tweety.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. 
 -