Uses of Class
org.projog.core.term.List
-
Packages that use List Package Description org.projog.core.term 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 List Modifier and Type Method Description ListList. copy(java.util.Map<Variable,Variable> sharedVariables)static ListListFactory. createList(Term head, Term tail)Returns a newListwith specified head and tail.ListList. getTerm()private ListList. traverse(java.util.function.UnaryOperator<Term> f)
-