Uses of Class
org.projog.api.QueryResult
Packages that use QueryResult
Package
Description
Provides a programming interface for Java applications to interact with Projog.
Provides entry points for accessing the core functionality of Projog.
-
Uses of QueryResult in org.projog.api
Methods in org.projog.api that return QueryResultModifier and TypeMethodDescriptionProjog.executeQuery(String prologQuery) Creates aQueryResultfor querying the Projog environment.QueryPlan.executeQuery()Return a newly createdQueryResultfor the query represented by this plan.QueryStatement.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 QueryResultModifier and TypeMethodDescriptionprivate booleanProjogConsole.evaluateOnce(QueryResult r, Set<String> variableIds) ReturnstrueifQueryResultcan be re-triedprivate voidProjogConsole.printVariableAssignments(QueryResult r, Set<String> variableIds)