Uses of Class
org.projog.api.QueryResult
-
Packages that use QueryResult Package Description org.projog.api Provides a programming interface for Java applications to interact with Projog.org.projog.tools Provides entry points for accessing the core functionality of Projog. -
-
Uses of QueryResult in org.projog.api
Methods in org.projog.api that return QueryResult Modifier and Type Method Description QueryResultProjog. executeQuery(java.lang.String prologQuery)Creates aQueryResultfor querying the Projog environment.QueryResultQueryPlan. executeQuery()Return a newly createdQueryResultfor the query represented by this plan.QueryResultQueryStatement. executeQuery()Returns a newQueryResultfor the query represented by this object. -
Uses of QueryResult in org.projog.tools
Methods in org.projog.tools with parameters of type QueryResult Modifier and Type Method Description private booleanProjogConsole. evaluateOnce(QueryResult r, java.util.Set<java.lang.String> variableIds)ReturnstrueifQueryResultcan be re-triedprivate voidProjogConsole. printVariableAssignments(QueryResult r, java.util.Set<java.lang.String> variableIds)
-