Uses of Class
org.projog.core.term.TermFormatter
-
Packages that use TermFormatter Package Description org.projog.core.event Provides a mechanism for objects to notify and be notified of events.org.projog.core.kb org.projog.core.predicate org.projog.core.predicate.builtin.io Predicates for system input and output with the file system. -
-
Uses of TermFormatter in org.projog.core.event
Fields in org.projog.core.event declared as TermFormatter Modifier and Type Field Description private TermFormatterSpyPoints. termFormatterConstructors in org.projog.core.event with parameters of type TermFormatter Constructor Description SpyPoints(ProjogListeners observable, TermFormatter termFormatter) -
Uses of TermFormatter in org.projog.core.kb
Fields in org.projog.core.kb declared as TermFormatter Modifier and Type Field Description private TermFormatterKnowledgeBase. termFormatterMethods in org.projog.core.kb that return TermFormatter Modifier and Type Method Description TermFormatterKnowledgeBase. getTermFormatter() -
Uses of TermFormatter in org.projog.core.predicate
Methods in org.projog.core.predicate that return TermFormatter Modifier and Type Method Description protected TermFormatterAbstractPredicateFactory. getTermFormatter()protected TermFormatterAbstractSingleResultPredicate. getTermFormatter() -
Uses of TermFormatter in org.projog.core.predicate.builtin.io
Fields in org.projog.core.predicate.builtin.io declared as TermFormatter Modifier and Type Field Description (package private) TermFormatterWritef.Formatter. termFormatterConstructors in org.projog.core.predicate.builtin.io with parameters of type TermFormatter Constructor Description Formatter(java.lang.String text, java.util.List<Term> args, TermFormatter termFormatter)
-