|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.clarkparsia.pellet.sparqldl.model.QueryAtomImpl
public class QueryAtomImpl
Title: Abstract implementation of the query atom.
Description:
Copyright: Copyright (c) 2007
Company: Clark & Parsia, LLC.
| Constructor Summary | |
|---|---|
QueryAtomImpl(QueryPredicate predicate,
aterm.ATermAppl... arguments)
|
|
QueryAtomImpl(QueryPredicate predicate,
java.util.List<aterm.ATermAppl> arguments)
|
|
| 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. |
boolean |
equals(java.lang.Object obj)
|
java.util.List<aterm.ATermAppl> |
getArguments()
Returns arguments of the atom. |
QueryPredicate |
getPredicate()
Returns predicate of the query atom. |
int |
hashCode()
|
boolean |
isGround()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public QueryAtomImpl(QueryPredicate predicate,
aterm.ATermAppl... arguments)
public QueryAtomImpl(QueryPredicate predicate,
java.util.List<aterm.ATermAppl> arguments)
| Method Detail |
|---|
public QueryPredicate getPredicate()
getPredicate in interface QueryAtompublic java.util.List<aterm.ATermAppl> getArguments()
getArguments in interface QueryAtompublic boolean isGround()
isGround in interface QueryAtompublic QueryAtom apply(ResultBinding binding)
apply in interface QueryAtombinding - QueryBinding to apply
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||