Uses of Class
org.tweetyproject.arg.aba.syntax.AbaElement
Packages that use AbaElement
-
Uses of AbaElement in org.tweetyproject.arg.aba.syntax
Subclasses of AbaElement in org.tweetyproject.arg.aba.syntaxModifier and TypeClassDescriptionclassA common interface for assumptions and inference rules.classAssumption<T extends Formula>This class models an assumption of an ABA theory.classInferenceRule<T extends Formula>This class models an inference rule from an ABA theory.classThis represents a negation relation of formMethods in org.tweetyproject.arg.aba.syntax that return AbaElementModifier and TypeMethodDescriptionabstract AbaElement<T> AbaElement.clone()Assumption.clone()AbaElement.substitute(Map<? extends Term<?>, ? extends Term<?>> map) abstract AbaElement<T> AbaElement.substitute(Term<?> v, Term<?> t) InferenceRule.substitute(Term<?> v, Term<?> t) Methods in org.tweetyproject.arg.aba.syntax that return types with arguments of type AbaElementModifier and TypeMethodDescriptionSet<? extends AbaElement<T>> AbaElement.allGroundInstances(Set<Constant> constants) Computes all ground instances of all inner fol formulas wrt.