Uses of Class
net.sf.tweety.lp.asp.syntax.ASPAtom
-
Packages that use ASPAtom Package Description net.sf.tweety.argumentation.parameterisedhierarchy net.sf.tweety.logics.translators.aspfol net.sf.tweety.lp.asp.beliefdynamics net.sf.tweety.lp.asp.syntax -
-
Uses of ASPAtom in net.sf.tweety.argumentation.parameterisedhierarchy
Fields in net.sf.tweety.argumentation.parameterisedhierarchy declared as ASPAtom Modifier and Type Field Description (package private) ASPAtomArgumentationReasonerTest. m(package private) ASPAtomArgumentationReasonerTest. n(package private) ASPAtomArgumentationReasonerTest. p(package private) ASPAtomArgumentationReasonerTest. q(package private) ASPAtomArgumentationReasonerTest. r(package private) ASPAtomArgumentationReasonerTest. s -
Uses of ASPAtom in net.sf.tweety.logics.translators.aspfol
Methods in net.sf.tweety.logics.translators.aspfol that return ASPAtom Modifier and Type Method Description ASPAtomAspFolTranslator. toASP(FolAtom source)Methods in net.sf.tweety.logics.translators.aspfol with parameters of type ASPAtom Modifier and Type Method Description FolAtomAspFolTranslator. toFOL(ASPAtom source) -
Uses of ASPAtom in net.sf.tweety.lp.asp.beliefdynamics
Fields in net.sf.tweety.lp.asp.beliefdynamics declared as ASPAtom Modifier and Type Field Description (package private) ASPAtomNaiveLiteralTransformationFunctionTest. a1(package private) ASPAtomScepticalLiteralTransformationFunctionTest. a1(package private) ASPAtomNaiveLiteralTransformationFunctionTest. a2(package private) ASPAtomScepticalLiteralTransformationFunctionTest. a2(package private) ASPAtomNaiveLiteralTransformationFunctionTest. a3(package private) ASPAtomScepticalLiteralTransformationFunctionTest. a3(package private) ASPAtomNaiveLiteralTransformationFunctionTest. a4(package private) ASPAtomScepticalLiteralTransformationFunctionTest. a4(package private) ASPAtomNaiveLiteralTransformationFunctionTest. b(package private) ASPAtomScepticalLiteralTransformationFunctionTest. b -
Uses of ASPAtom in net.sf.tweety.lp.asp.syntax
Fields in net.sf.tweety.lp.asp.syntax declared as ASPAtom Modifier and Type Field Description private ASPAtomStrictNegation. atomThe atom of this strict negation.Methods in net.sf.tweety.lp.asp.syntax that return ASPAtom Modifier and Type Method Description ASPAtomASPAtom. clone()ASPAtomASPAtom. cloneWithAddedTerm(Term<?> term)ASPAtomASPAtom. getAtom()abstract ASPAtomASPLiteral. getAtom()ASPAtomStrictNegation. getAtom()ASPAtomASPAtom. substitute(Term<?> v, Term<?> t)Methods in net.sf.tweety.lp.asp.syntax that return types with arguments of type ASPAtom Modifier and Type Method Description java.util.Set<ASPAtom>AggregateAtom. getAtoms()java.util.Set<ASPAtom>AggregateElement. getAtoms()java.util.Set<ASPAtom>ASPAtom. getAtoms()abstract java.util.Set<ASPAtom>ASPElement. getAtoms()java.util.Set<ASPAtom>ASPHead. getAtoms()java.util.Set<ASPAtom>ASPRule. getAtoms()java.util.Set<ASPAtom>ComparativeAtom. getAtoms()java.util.Set<ASPAtom>DefaultNegation. getAtoms()java.util.Set<ASPAtom>StrictNegation. getAtoms()Constructors in net.sf.tweety.lp.asp.syntax with parameters of type ASPAtom Constructor Description ASPAtom(ASPAtom other)Copy-Constructor: Generates a deep copy of the given ASP atom.StrictNegation(ASPAtom atom)Creates a new negation with the given atom.
-