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 -
-
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 with type parameters of type LdoFormula Modifier and Type Field Description protected net.sf.tweety.logics.commons.syntax.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 List<LdoFormula>LdoAssociativeFormula. getFormulas()Set<LdoFormula>AbstractLdoModality. getLiterals()Set<LdoFormula>LdoArgument. getLiterals()Set<LdoFormula>LdoAssociativeFormula. getLiterals()abstract Set<LdoFormula>LdoFormula. getLiterals()Returns all literals, i.e.Set<LdoFormula>LdoNegation. getLiterals()Set<LdoFormula>LdoRelation. getLiterals()Iterator<LdoFormula>LdoAssociativeFormula. iterator()ListIterator<LdoFormula>LdoAssociativeFormula. listIterator()ListIterator<LdoFormula>LdoAssociativeFormula. listIterator(int index)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, Collection<? extends LdoFormula> c)booleanLdoAssociativeFormula. addAll(Collection<? extends LdoFormula> c)Constructors in net.sf.tweety.arg.dung.ldo.syntax with parameters of type LdoFormula Constructor Description AbstractGraphLdoModality(LdoFormula innerFormula, Set<LdoArgument> lowerReferenceArguments, 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, 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 net.sf.tweety.arg.dung.ldo.syntax with type arguments of type LdoFormula Constructor Description LdoAssociativeFormula(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 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.
-