Uses of Package
net.sf.tweety.logics.commons.syntax.interfaces
-
Packages that use net.sf.tweety.logics.commons.syntax.interfaces Package Description net.sf.tweety.logics.commons.syntax net.sf.tweety.logics.commons.syntax.interfaces -
Classes in net.sf.tweety.logics.commons.syntax.interfaces used by net.sf.tweety.logics.commons.syntax Class Description AssociativeFormula This interfaces describes associative formulas like a disjunction or a conjunction.Atom An atomic language construct, linked to its predicateClassicalFormula This interface models a classical formula, i.e.ComplexLogicalFormula A complex logical formula can contain arguments referred as terms, this interface provides methods to substitute and exchange those terms.Conjunctable Formulas implementing this interface can be connected by using AND.Disjunctable Formulas implementing this interface can be connected using OR.Invertable Formulas implementing this interface have a complementLogicStructure This interface captures the common functionalities of formulas, sorts and terms.ProbabilityAware QuantifiedFormula Interface for a QuantifiedFormula with a set of quantified variables implementing an all- or exist-quantor for example.SimpleLogicalFormula A formula of a logical languageTerm A term of a logical language, that can be given as argument for logical constructs like atoms or functors.TypedStructure This interface defines method which are given by every TypedStructure like a Predicate or an Functor. -
Classes in net.sf.tweety.logics.commons.syntax.interfaces used by net.sf.tweety.logics.commons.syntax.interfaces Class Description Atom An atomic language construct, linked to its predicateAtom.RETURN_SET_PREDICATE An enum containing the different return values of the setPredicate() method of Atom.ComplexLogicalFormula A complex logical formula can contain arguments referred as terms, this interface provides methods to substitute and exchange those terms.Conjunctable Formulas implementing this interface can be connected by using AND.Disjunctable Formulas implementing this interface can be connected using OR.Invertable Formulas implementing this interface have a complementLogicProgram An interface for a logic program, which is a set of rules.LogicStructure This interface captures the common functionalities of formulas, sorts and terms.ProbabilityAware SimpleLogicalFormula A formula of a logical languageTerm A term of a logical language, that can be given as argument for logical constructs like atoms or functors.TypedStructure This interface defines method which are given by every TypedStructure like a Predicate or an Functor.