Uses of Interface
org.tweetyproject.logics.commons.syntax.interfaces.ComplexLogicalFormula
Package
Description
-
Uses of ComplexLogicalFormula in org.tweetyproject.arg.aba.syntax
Modifier and TypeClassDescriptionclass
AbaElement<T extends Formula>
Abstract class that models common properties of aba syntax elements.class
A common interface for assumptions and inference rules.class
Assumption<T extends Formula>
This class models an assumption of an ABA theory.class
InferenceRule<T extends Formula>
This class models an inference rule from an ABA theory.class
This represents a negation relation of form -
Uses of ComplexLogicalFormula in org.tweetyproject.arg.aspic.syntax
Modifier and TypeClassDescriptionclass
DefeasibleInferenceRule<T extends Invertable>
Defeasible implementation ofInferenceRule<T>
class
InferenceRule<T extends Invertable>
This stands for an inference rule or for a premise if premises has length 0.class
StrictInferenceRule<T extends Invertable>
Indefeasible implementation ofInferenceRule<T>
-
Uses of ComplexLogicalFormula in org.tweetyproject.arg.delp.syntax
Modifier and TypeClassDescriptionclass
This class models a defeasible rule in defeasible logic programming.final class
This class implements a fact in defeasible logic programming which encapsulates a literal.class
This method is the superclass for both a strict rule and a defeasible rule in defeasible logic programming and captures their common attributes and methods.class
This class models a strict rule in defeasible logic programming. -
Uses of ComplexLogicalFormula in org.tweetyproject.logics.commons.syntax
Modifier and TypeClassDescriptionclass
AssociativeFormulaSupport<T extends SimpleLogicalFormula>
This class provides common implementation for associative formulas that are formulas which consists of several other formulas.class
Abstract base class for ComplexLogicalFormula, that are formulas which implement substitute(), exchange(), getTerms(), isGround() and isWellFormed() and therefore use terms to describe themself.class
This is the abstract base class for relational formulas, i.e.Modifier and TypeMethodDescriptionabstract ComplexLogicalFormula
ComplexLogicalFormulaAdapter.clone()
AssociativeFormulaSupport.substitute
(Term<?> v, Term<?> t) ComplexLogicalFormulaAdapter.substitute
(Map<? extends Term<?>, ? extends Term<?>> map) -
Uses of ComplexLogicalFormula in org.tweetyproject.logics.commons.syntax.interfaces
Modifier and TypeInterfaceDescriptioninterface
Interface for a QuantifiedFormula with a set of quantified variables implementing an all- or exist-quantor for example.Modifier and TypeMethodDescriptionComplexLogicalFormula.clone()
Substitutes all occurrences of term "v" in this formula by term "t" and at the same time replaces all occurrences of term "t" by term "v" and eventually returns the new formula.ComplexLogicalFormula.substitute
(Map<? extends Term<?>, ? extends Term<?>> map) Substitutes all occurrences of all terms "v" in map.keyset() in this formula by map.get(v) and returns the new formula.ComplexLogicalFormula.substitute
(Term<?> v, Term<?> t) Substitutes all occurrences of term "v" in this formula by term "t" and returns the new formula. -
Uses of ComplexLogicalFormula in org.tweetyproject.logics.fol.syntax
Modifier and TypeClassDescriptionclass
This class captures the common functionalities first order associative formulas like conjunction, disjunction, etc.class
The classical conjunction of first-order logic.class
A contradictory formula.class
The classical disjunction of first-order logic.class
The equivalence of first-order logic.class
The exclusive disjunction (XOR) in first-order logic.class
Exists-quantified first-order logic formula.class
An atom in first-order logic, i.e.class
The common abstract class for formulas of first-order logic.class
For-All-quantified first-order logic formula.class
The implication of first-order logic.class
The classical negation of first-order logic.class
This class captures the common functionalities of the special formulas tautology and contradiction.class
A tautological formula. -
Uses of ComplexLogicalFormula in org.tweetyproject.logics.ml.syntax
Modifier and TypeClassDescriptionclass
This class models a modal formula, i.e.class
This class models the necessity modality.class
This class models the possibility modality. -
Uses of ComplexLogicalFormula in org.tweetyproject.logics.mln.syntax
Modifier and TypeClassDescriptionclass
Instances of this class represent first-order formulas with a weight. -
Uses of ComplexLogicalFormula in org.tweetyproject.logics.rcl.syntax
Modifier and TypeClassDescriptionclass
Instances of this class represent relational conditionals. -
Uses of ComplexLogicalFormula in org.tweetyproject.logics.rdl.syntax
Modifier and TypeClassDescriptionclass
Models a default rule in Reiter's default logic, see [R. -
Uses of ComplexLogicalFormula in org.tweetyproject.logics.rpcl.syntax
Modifier and TypeClassDescriptionclass
This class represents a relational probabilistic conditional, i.e. -
Uses of ComplexLogicalFormula in org.tweetyproject.lp.asp.syntax
Modifier and TypeClassDescriptionclass
This class represents an aggregate.class
This class models an aggregate element, meaning a set of terms and a set of naf literals (= literals or default negated literals).class
This class is a variant of the basic ASP rule head.class
This class models an atom, which is a basic structure for building literals and rules for logic programs.class
This class is a common base class for ASP formulas that can be part of an ASP rule body (premise of a rule): Literals (i.e.class
This class acts as an abstract base class for elements of ASP rules.class
This class is a common base class for ASP formulas that can be part of an ASP rule head.class
This class defines common functionality for literals, meaning atoms or strictly negated atoms.class
This class models a rule in ASP.class
This class represents an element of a choice atom.class
This class is a variant of the basic ASP rule head.class
This formula represents the head of an disjunctive rule which is a disjunction of literals.class
This class represents a comparative atom, meaning an expression of the form 't x u' where t,u are terms and x is in {<, <=, ==, !=, >, >=}.class
This class represents a default negated literal, i.e.class
This class represents an element of an optimization statement, meaning a term-literal tuple that is associated with a weight and optionally a priority (level).class
This class represents an optimization statement.class
This class models the strict negation of an atom (as opposed to a default negation:DefaultNegation
). -
Uses of ComplexLogicalFormula in org.tweetyproject.lp.nlp.syntax