Uses of Interface
org.tweetyproject.logics.commons.syntax.interfaces.Atom
Package
Description
-
Uses of Atom in org.tweetyproject.action.query.syntax
Modifier 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
-
Uses of Atom in org.tweetyproject.arg.aspic.syntax
-
Uses of Atom in org.tweetyproject.arg.dung.ldo.syntax
-
Uses of Atom in org.tweetyproject.logics.commons.syntax
-
Uses of Atom in org.tweetyproject.logics.commons.syntax.interfaces
-
Uses of Atom in org.tweetyproject.logics.dl.syntax
-
Uses of Atom in org.tweetyproject.logics.fol.syntax
-
Uses of Atom in org.tweetyproject.logics.pl.syntax
Modifier and TypeClassDescriptionclass
This class represents a simple proposition in propositional logic. -
Uses of Atom in org.tweetyproject.logics.translators
Modifier and TypeMethodDescriptionTranslator.translateAtom
(Atom source, Class<?> atomCls) Translates the given source atom into an instance of the target atom class.Modifier and TypeMethodDescriptionTranslator.translateAtom
(Atom source, Class<?> atomCls) Translates the given source atom into an instance of the target atom class. -
Uses of Atom in org.tweetyproject.lp.asp.syntax
Modifier 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
).