|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface QueryAtom
Title: Atom of a SPARQL-DL query.
Description:
Copyright: Copyright (c) 2007
Company: Clark & Parsia, LLC.
| Method Summary | |
|---|---|
QueryAtom |
apply(ResultBinding binding)
Applies variable binding to the current atom and returns the result which might be same as the current atom. |
java.util.List<aterm.ATermAppl> |
getArguments()
Returns arguments of the atom. |
QueryPredicate |
getPredicate()
Returns predicate of the query atom. |
boolean |
isGround()
|
| Method Detail |
|---|
QueryPredicate getPredicate()
java.util.List<aterm.ATermAppl> getArguments()
boolean isGround()
QueryAtom apply(ResultBinding binding)
binding - QueryBinding to apply
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||