Class LdoConjunction

  • All Implemented Interfaces:
    Iterable<LdoFormula>, Collection<LdoFormula>, List<LdoFormula>, net.sf.tweety.commons.Formula, net.sf.tweety.logics.commons.syntax.AssociativeFormulaSupport.AssociativeSupportBridge, net.sf.tweety.logics.commons.syntax.interfaces.AssociativeFormula<LdoFormula>, net.sf.tweety.logics.commons.syntax.interfaces.ClassicalFormula, net.sf.tweety.logics.commons.syntax.interfaces.Conjunctable, net.sf.tweety.logics.commons.syntax.interfaces.Disjunctable, net.sf.tweety.logics.commons.syntax.interfaces.Invertable, net.sf.tweety.logics.commons.syntax.interfaces.ProbabilityAware, net.sf.tweety.logics.commons.syntax.interfaces.SimpleLogicalFormula

    public class LdoConjunction
    extends LdoAssociativeFormula
    This class represents a conjunction in ldo logic.
    Author:
    Matthias Thimm, Tim Janus
    • Constructor Detail

      • LdoConjunction

        public LdoConjunction​(Collection<? extends LdoFormula> formulas)
        Creates a new conjunction with the given inner formulas.
        Parameters:
        formulas - a collection of formulas.
      • LdoConjunction

        public LdoConjunction()
        Creates a new (empty) conjunction.
      • LdoConjunction

        public LdoConjunction​(LdoFormula first,
                              LdoFormula second)
        Creates a new conjunction with the two given formulae
        Parameters:
        first - a ldo formula.
        second - a ldo formula.
    • Method Detail

      • getOperatorSymbol

        public String getOperatorSymbol()
      • getEmptySymbol

        public String getEmptySymbol()
      • clone

        public LdoConjunction clone()
        Specified by:
        clone in interface net.sf.tweety.logics.commons.syntax.interfaces.SimpleLogicalFormula
        Specified by:
        clone in class LdoFormula