public interface QueryAtom
Title: Atom of a SPARQL-DL query.
Description:
Copyright: Copyright (c) 2007
Company: Clark & Parsia, LLC.
| Modifier and Type | Method and Description |
|---|---|
QueryAtom |
apply(ResultBinding binding)
Applies variable binding to the current atom and returns the result which
might be same as the current atom.
|
List<aterm.ATermAppl> |
getArguments()
Returns arguments of the atom.
|
QueryPredicate |
getPredicate()
Returns predicate of the query atom.
|
boolean |
isGround() |
QueryPredicate getPredicate()
List<aterm.ATermAppl> getArguments()
boolean isGround()
QueryAtom apply(ResultBinding binding)
binding - QueryBinding to applyCopyright © 2019. All rights reserved.