|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openrdf.query.algebra.QueryModelNodeBase
org.openrdf.query.algebra.UnaryValueOperator
org.openrdf.query.algebra.Count
public class Count
| Field Summary |
|---|
| Fields inherited from class org.openrdf.query.algebra.UnaryValueOperator |
|---|
arg |
| Constructor Summary | |
|---|---|
Count()
|
|
Count(ValueExpr arg)
|
|
| Method Summary | ||
|---|---|---|
Count |
clone()
Returns a (deep) clone of this query model node. |
|
boolean |
equals(java.lang.Object other)
Returns true if this query model node and its children are recursively equal to o and its children. |
|
int |
hashCode()
|
|
|
visit(QueryModelVisitor<X> visitor)
Visits this node. |
|
| Methods inherited from class org.openrdf.query.algebra.UnaryValueOperator |
|---|
getArg, replaceChildNode, setArg, visitChildren |
| Methods inherited from class org.openrdf.query.algebra.QueryModelNodeBase |
|---|
getParentNode, getSignature, nullEquals, replaceNodeInList, replaceWith, setParentNode, toString |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.openrdf.query.algebra.QueryModelNode |
|---|
getParentNode, getSignature, replaceChildNode, replaceWith, setParentNode, toString, visitChildren |
| Constructor Detail |
|---|
public Count()
public Count(ValueExpr arg)
| Method Detail |
|---|
public <X extends java.lang.Exception> void visit(QueryModelVisitor<X> visitor)
throws X extends java.lang.Exception
QueryModelNode
visit in interface QueryModelNodeX extends java.lang.Exceptionpublic boolean equals(java.lang.Object other)
QueryModelNode
equals in interface QueryModelNodeequals in class UnaryValueOperatorpublic int hashCode()
hashCode in class UnaryValueOperatorpublic Count clone()
QueryModelNode
clone in interface AggregateOperatorclone in interface QueryModelNodeclone in interface ValueExprclone in class UnaryValueOperator
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||