Uses of Interface
net.sf.tweety.logics.commons.syntax.interfaces.Conjunctable
-
Packages that use Conjunctable Package Description net.sf.tweety.logics.commons.syntax net.sf.tweety.logics.commons.syntax.interfaces -
-
Uses of Conjunctable in net.sf.tweety.logics.commons.syntax
Classes in net.sf.tweety.logics.commons.syntax that implement Conjunctable Modifier and Type Class Description classRelationalFormulaThis is the abstract base class for relational formulas, i.e.Methods in net.sf.tweety.logics.commons.syntax that return Conjunctable Modifier and Type Method Description abstract ConjunctableRelationalFormula. combineWithOr(Disjunctable f)Methods in net.sf.tweety.logics.commons.syntax with parameters of type Conjunctable Modifier and Type Method Description abstract DisjunctableRelationalFormula. combineWithAnd(Conjunctable f) -
Uses of Conjunctable in net.sf.tweety.logics.commons.syntax.interfaces
Subinterfaces of Conjunctable in net.sf.tweety.logics.commons.syntax.interfaces Modifier and Type Interface Description interfaceClassicalFormulaThis interface models a classical formula, i.e.Methods in net.sf.tweety.logics.commons.syntax.interfaces with parameters of type Conjunctable Modifier and Type Method Description SimpleLogicalFormulaConjunctable. combineWithAnd(Conjunctable f)Returns a conjunction of this and the given formula.
-