| Package | Description | 
|---|---|
| io.github.prolobjectlink.prolog | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractQuery
Partial implementation of  
PrologQuery interface. | 
| Modifier and Type | Method and Description | 
|---|---|
PrologQuery | 
PrologQueryBuilder.query()
Create and return the result query. 
 | 
PrologQuery | 
PrologEngine.query(PrologTerm goal)  | 
PrologQuery | 
PrologEngine.query(PrologTerm[] terms)
Create a new query being the goal the given prolog term array. 
 | 
PrologQuery | 
PrologEngine.query(PrologTerm term,
     PrologTerm... terms)
Create a new query with at least one prolog term goal. 
 | 
PrologQuery | 
PrologEngine.query(String query)
Create a new query being the goal the given string with prolog syntax. 
 | 
Copyright © 2020–2024 Prolobjectlink Project. All rights reserved.