|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface QueryResult
Title: Query Result Interface
Description:
Copyright: Copyright (c) 2007
Company: Clark & Parsia, LLC.
Method Summary | |
---|---|
void |
add(ResultBinding binding)
Adds a new binding to the query result. |
java.util.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. |
Methods inherited from interface java.lang.Iterable |
---|
iterator |
Method Detail |
---|
void add(ResultBinding binding)
binding
- to be addedjava.util.List<aterm.ATermAppl> getResultVars()
boolean isDistinct()
boolean isEmpty()
int size()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |