Uses of Interface
org.tweetyproject.logics.commons.syntax.interfaces.Atom
Packages that use Atom
Package
Description
-
Uses of Atom in org.tweetyproject.action.query.syntax
Classes in org.tweetyproject.action.query.syntax that implement AtomModifier and TypeClassDescriptionclass
This class represents an always query in the action query language S.class
This class represents a holds query in the action query language S.class
This class represents a necessarily query in the action query language S.class
Action queries are represented as propositional formulas with three possible types of propositions: "holds", "always" and "necessarily" propositions. -
Uses of Atom in org.tweetyproject.arg.aba.syntax
Methods in org.tweetyproject.arg.aba.syntax that return types with arguments of type Atom -
Uses of Atom in org.tweetyproject.arg.aspic.syntax
Methods in org.tweetyproject.arg.aspic.syntax that return types with arguments of type Atom -
Uses of Atom in org.tweetyproject.arg.dung.ldo.syntax
Classes in org.tweetyproject.arg.dung.ldo.syntax that implement Atom -
Uses of Atom in org.tweetyproject.logics.commons.syntax
Methods in org.tweetyproject.logics.commons.syntax that return types with arguments of type Atom -
Uses of Atom in org.tweetyproject.logics.commons.syntax.interfaces
Methods in org.tweetyproject.logics.commons.syntax.interfaces that return types with arguments of type Atom -
Uses of Atom in org.tweetyproject.logics.dl.syntax
Methods in org.tweetyproject.logics.dl.syntax that return types with arguments of type Atom -
Uses of Atom in org.tweetyproject.logics.fol.syntax
Classes in org.tweetyproject.logics.fol.syntax that implement AtomMethods in org.tweetyproject.logics.fol.syntax that return types with arguments of type Atom -
Uses of Atom in org.tweetyproject.logics.pl.syntax
Classes in org.tweetyproject.logics.pl.syntax that implement AtomModifier and TypeClassDescriptionclass
This class represents a simple proposition in propositional logic. -
Uses of Atom in org.tweetyproject.logics.translators
Methods in org.tweetyproject.logics.translators that return AtomModifier and TypeMethodDescriptionTranslator.translateAtom
(Atom source, Class<?> atomCls) Translates the given source atom into an instance of atomCls and returns the translation.Methods in org.tweetyproject.logics.translators with parameters of type AtomModifier and TypeMethodDescriptionTranslator.translateAtom
(Atom source, Class<?> atomCls) Translates the given source atom into an instance of atomCls and returns the translation. -
Uses of Atom in org.tweetyproject.lp.asp.syntax
Classes in org.tweetyproject.lp.asp.syntax that implement AtomModifier and TypeClassDescriptionclass
This class models an atom, which is a basic structure for building literals and rules for logic programs.class
This class defines common functionality for literals, meaning atoms or strictly negated atoms.class
This class models the strict negation of an atom (as opposed to a default negation:DefaultNegation
).