public interface QueryResult extends Iterable<ResultBinding>
Title: Query Result Interface
Description:
Copyright: Copyright (c) 2007
Company: Clark & Parsia, LLC.
| Modifier and Type | Method and Description |
|---|---|
void |
add(ResultBinding binding)
Adds a new binding to the query result.
|
List<aterm.ATermAppl> |
getResultVars()
Returns result variables.
|
boolean |
isDistinct() |
boolean |
isEmpty()
Tests whether the result is empty or not.
|
int |
size()
Returns number of bindings in the result.
|
forEach, iterator, spliteratorvoid add(ResultBinding binding)
binding - to be addedList<aterm.ATermAppl> getResultVars()
boolean isDistinct()
boolean isEmpty()
int size()
Copyright © 2019. All rights reserved.