|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.clarkparsia.pellet.sparqldl.model.NotKnownQueryAtom
public class NotKnownQueryAtom
Title:
Description:
Copyright: Copyright (c) 2009
Company: Clark & Parsia, LLC.
| Constructor Summary | |
|---|---|
NotKnownQueryAtom(java.util.List<QueryAtom> atoms)
|
|
NotKnownQueryAtom(QueryAtom atom)
|
|
| 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. |
java.util.List<QueryAtom> |
getAtoms()
|
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 NotKnownQueryAtom(QueryAtom atom)
public NotKnownQueryAtom(java.util.List<QueryAtom> atoms)
| Method Detail |
|---|
public QueryAtom apply(ResultBinding binding)
QueryAtom
apply in interface QueryAtombinding - QueryBinding to apply
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.util.List<aterm.ATermAppl> getArguments()
getArguments in interface QueryAtompublic java.util.List<QueryAtom> getAtoms()
public QueryPredicate getPredicate()
getPredicate in interface QueryAtompublic int hashCode()
hashCode in class java.lang.Objectpublic boolean isGround()
isGround in interface QueryAtompublic 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 | |||||||||