Uses of Class
org.projog.core.term.List
Packages that use List
Package
Description
Contains the building blocks used to construct Prolog programs and queries.
-
Uses of List in org.projog.core.term
Methods in org.projog.core.term that return ListModifier and TypeMethodDescriptionstatic ListListFactory.createList(Term head, Term tail) Returns a newListwith specified head and tail.List.getTerm()private ListList.traverse(UnaryOperator<Term> f)