Uses of Interface
net.sf.tweety.logics.commons.syntax.interfaces.Disjunctable
-
Packages that use Disjunctable Package Description net.sf.tweety.logics.commons.syntax net.sf.tweety.logics.commons.syntax.interfaces -
-
Uses of Disjunctable in net.sf.tweety.logics.commons.syntax
Classes in net.sf.tweety.logics.commons.syntax that implement Disjunctable 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 Disjunctable Modifier and Type Method Description abstract DisjunctableRelationalFormula. combineWithAnd(Conjunctable f)Methods in net.sf.tweety.logics.commons.syntax with parameters of type Disjunctable Modifier and Type Method Description abstract ConjunctableRelationalFormula. combineWithOr(Disjunctable f) -
Uses of Disjunctable in net.sf.tweety.logics.commons.syntax.interfaces
Subinterfaces of Disjunctable 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 Disjunctable Modifier and Type Method Description SimpleLogicalFormulaDisjunctable. combineWithOr(Disjunctable f)
-