Uses of Class
org.tweetyproject.logics.fol.syntax.FolAtom
Packages that use FolAtom
Package
Description
-
Uses of FolAtom in org.tweetyproject.action.description.syntax
Methods in org.tweetyproject.action.description.syntax that return types with arguments of type FolAtom -
Uses of FolAtom in org.tweetyproject.action.query.syntax
Methods in org.tweetyproject.action.query.syntax that return types with arguments of type FolAtomModifier and TypeMethodDescriptionSActionQuery.getInnerAtoms()
Retrieves all inner atoms that occur in state formulas and actions within this action query. -
Uses of FolAtom in org.tweetyproject.action.signature
Classes in org.tweetyproject.action.signature that implement interfaces with type arguments of type FolAtomModifier and TypeClassDescriptionclass
An action is a truth-valued function on the set of action names, which is denoted by the set of actions which are mapped to 'true'.Methods in org.tweetyproject.action.signature that return types with arguments of type FolAtomModifier and TypeMethodDescriptionActionSignature.getAllGroundedActionNameAtoms()
Returns the set of all possible grounded atoms in this signature based on all action name predicates.ActionSignature.getAllGroundedFluentAtoms()
Returns the set of all possible grounded atoms in this signature based on all fluent predicates.FolAction.getAtoms()
Returns all atoms, e.g.FolAction.iterator()
Constructor parameters in org.tweetyproject.action.signature with type arguments of type FolAtom -
Uses of FolAtom in org.tweetyproject.action.transitionsystem
Methods in org.tweetyproject.action.transitionsystem that return types with arguments of type FolAtomMethods in org.tweetyproject.action.transitionsystem with parameters of type FolAtomModifier and TypeMethodDescriptionboolean
Returns the value of a fluent in a state in this transition system.boolean
State.isMappedToTrue
(FolAtom fluent) Returns true iff the fluent given is mapped to true by this state.Method parameters in org.tweetyproject.action.transitionsystem with type arguments of type FolAtomModifier and TypeMethodDescriptionCreates a new state and adds it to this transition system.Returns the state that maps the given fluents to true, if it exists, otherwise null.Constructor parameters in org.tweetyproject.action.transitionsystem with type arguments of type FolAtom -
Uses of FolAtom in org.tweetyproject.arg.delp.parser
Methods in org.tweetyproject.arg.delp.parser that return FolAtomModifier and TypeMethodDescriptionfinal FolAtom
DelpParser.Atom
(DefeasibleLogicProgram delp, FolSignature signature) Parses an atom (predicate with optional terms) from the input. -
Uses of FolAtom in org.tweetyproject.arg.delp.syntax
Methods in org.tweetyproject.arg.delp.syntax that return types with arguments of type FolAtom -
Uses of FolAtom in org.tweetyproject.logics.fol.semantics
Subclasses with type arguments of type FolAtom in org.tweetyproject.logics.fol.semanticsModifier and TypeClassDescriptionclass
A Herbrand interpretation is an interpretation for a first-order signature, stating all ground atoms that are true in the interpretation.Methods in org.tweetyproject.logics.fol.semantics that return types with arguments of type FolAtomModifier and TypeMethodDescriptionHerbrandBase.getAtoms()
Return all atoms of this Herbrand base.Constructor parameters in org.tweetyproject.logics.fol.semantics with type arguments of type FolAtomModifierConstructorDescriptionHerbrandInterpretation
(Collection<? extends FolAtom> atoms) Creates a new Herbrand interpretation with the given set of atoms -
Uses of FolAtom in org.tweetyproject.logics.fol.syntax
Methods in org.tweetyproject.logics.fol.syntax that return FolAtomMethods in org.tweetyproject.logics.fol.syntax that return types with arguments of type FolAtomModifier and TypeMethodDescriptionAssociativeFolFormula.getAtoms()
ExistsQuantifiedFormula.getAtoms()
FolAtom.getAtoms()
ForallQuantifiedFormula.getAtoms()
Negation.getAtoms()
SpecialFormula.getAtoms()
Constructors in org.tweetyproject.logics.fol.syntax with parameters of type FolAtom -
Uses of FolAtom in org.tweetyproject.logics.ml.semantics
Subclasses with type arguments of type FolAtom in org.tweetyproject.logics.ml.semanticsModifier and TypeClassDescriptionclass
Modified version of HerbrandInterpretation that allows for modal formulas.Methods in org.tweetyproject.logics.ml.semantics that return types with arguments of type FolAtomModifier and TypeMethodDescriptionMlHerbrandBase.getAtoms()
Return all atoms of this Herbrand base.Constructor parameters in org.tweetyproject.logics.ml.semantics with type arguments of type FolAtomModifierConstructorDescriptionMlHerbrandInterpretation
(Collection<? extends FolAtom> atoms) Creates a new Herbrand interpretation with the given set of atoms -
Uses of FolAtom in org.tweetyproject.logics.ml.syntax
Methods in org.tweetyproject.logics.ml.syntax that return types with arguments of type FolAtom -
Uses of FolAtom in org.tweetyproject.logics.mln.syntax
Methods in org.tweetyproject.logics.mln.syntax that return types with arguments of type FolAtom -
Uses of FolAtom in org.tweetyproject.logics.rcl.syntax
Methods in org.tweetyproject.logics.rcl.syntax that return types with arguments of type FolAtom -
Uses of FolAtom in org.tweetyproject.logics.rdl.syntax
Methods in org.tweetyproject.logics.rdl.syntax that return types with arguments of type FolAtom -
Uses of FolAtom in org.tweetyproject.logics.rpcl.parser.rpclprobabilitydistributionparser
Methods in org.tweetyproject.logics.rpcl.parser.rpclprobabilitydistributionparser that return FolAtomModifier and TypeMethodDescriptionstatic final FolAtom
RpclProbabilityDistributionParser.GroundAtom
(FolSignature signature) Parses and returns a ground atom (an atom where all terms are constants) from the input stream. -
Uses of FolAtom in org.tweetyproject.logics.translators.aspfol
Methods in org.tweetyproject.logics.translators.aspfol that return FolAtomModifier and TypeMethodDescriptionTranslates an ASPAtom to its corresponding FolAtom.Methods in org.tweetyproject.logics.translators.aspfol with parameters of type FolAtom -
Uses of FolAtom in org.tweetyproject.logics.translators.folprop
Methods in org.tweetyproject.logics.translators.folprop that return FolAtomModifier and TypeMethodDescriptionFOLPropTranslator.toFOL
(Proposition proposition) Translates the given proposition into a FOL-AtomMethods in org.tweetyproject.logics.translators.folprop with parameters of type FolAtomModifier and TypeMethodDescriptionFOLPropTranslator.toPropositional
(FolAtom atom) Translates the given FOL-Atom into a Proposition -
Uses of FolAtom in org.tweetyproject.lp.asp.syntax
Constructors in org.tweetyproject.lp.asp.syntax with parameters of type FolAtom -
Uses of FolAtom in org.tweetyproject.lp.nlp.syntax
Methods in org.tweetyproject.lp.nlp.syntax that return types with arguments of type FolAtom