Uses of Class
org.tweetyproject.logics.commons.syntax.FunctionalTerm
Packages that use FunctionalTerm
-
Uses of FunctionalTerm in org.tweetyproject.logics.commons.syntax
Methods in org.tweetyproject.logics.commons.syntax that return FunctionalTermModifier and TypeMethodDescriptionFunctionalTerm.addArgument(Term<?> term) Appends the given argument to this term's arguments and returns itself.FunctionalTerm.clone()Constructors in org.tweetyproject.logics.commons.syntax with parameters of type FunctionalTermModifierConstructorDescriptionFunctionalTerm(FunctionalTerm other) Constructs a newFunctionalTermby copying the contents of anotherFunctionalTerm. -
Uses of FunctionalTerm in org.tweetyproject.logics.fol.syntax
Methods in org.tweetyproject.logics.fol.syntax that return types with arguments of type FunctionalTermModifier and TypeMethodDescriptionabstract Set<FunctionalTerm> LogicStructure.getFunctionalTerms()Return all functional terms that appear in this structure.