|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.clarkparsia.pellet.sparqldl.model.UnionQueryAtom
public class UnionQueryAtom
Title:
Description:
Copyright: Copyright (c) 2009
Company: Clark & Parsia, LLC.
| Constructor Summary | |
|---|---|
UnionQueryAtom(java.util.List<java.util.List<QueryAtom>> union)
|
|
UnionQueryAtom(java.util.List<QueryAtom> atoms1,
java.util.List<QueryAtom> atoms2)
|
|
| 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. |
java.util.List<java.util.List<QueryAtom>> |
getUnion()
|
int |
hashCode()
|
boolean |
isGround()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public UnionQueryAtom(java.util.List<QueryAtom> atoms1,
java.util.List<QueryAtom> atoms2)
public UnionQueryAtom(java.util.List<java.util.List<QueryAtom>> union)
| 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<java.util.List<QueryAtom>> getUnion()
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 | |||||||||