Uses of Class
net.sf.tweety.logics.commons.syntax.interfaces.Atom.RETURN_SET_PREDICATE
-
Packages that use Atom.RETURN_SET_PREDICATE Package Description net.sf.tweety.logics.commons.syntax.interfaces -
-
Uses of Atom.RETURN_SET_PREDICATE in net.sf.tweety.logics.commons.syntax.interfaces
Methods in net.sf.tweety.logics.commons.syntax.interfaces that return Atom.RETURN_SET_PREDICATE Modifier and Type Method Description static Atom.RETURN_SET_PREDICATEAtom.AtomImpl. implSetPredicate(Predicate old, Predicate newer, List<Term<?>> arguments)Atom.RETURN_SET_PREDICATEAtom. setPredicate(Predicate predicate)Changes the predicate of the atom.static Atom.RETURN_SET_PREDICATEAtom.RETURN_SET_PREDICATE. valueOf(String name)Returns the enum constant of this type with the specified name.static Atom.RETURN_SET_PREDICATE[]Atom.RETURN_SET_PREDICATE. values()Returns an array containing the constants of this enum type, in the order they are declared.
-