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 FolAtom -
Uses of FolAtom in org.tweetyproject.action.signature
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 on the basis of all action name predicates contained.ActionSignature.getAllGroundedFluentAtoms()
Returns the set of all possible grounded atoms in this signature on the basis of all fluent predicates contained.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) -
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
Methods in org.tweetyproject.logics.fol.semantics that return types with arguments of type FolAtomConstructor 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
Methods in org.tweetyproject.logics.ml.semantics that return types with arguments of type FolAtomConstructor 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) -
Uses of FolAtom in org.tweetyproject.logics.translators.aspfol
Methods in org.tweetyproject.logics.translators.aspfol that return FolAtomMethods 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