Package hydra.ext.cypher.openCypher
Class Query.Standalone
- java.lang.Object
-
- hydra.ext.cypher.openCypher.Query
-
- hydra.ext.cypher.openCypher.Query.Standalone
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<Query>
- Enclosing class:
- Query
public static final class Query.Standalone extends Query implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class hydra.ext.cypher.openCypher.Query
Query.PartialVisitor<R>, Query.Regular, Query.Standalone, Query.Visitor<R>
-
-
Field Summary
Fields Modifier and Type Field Description StandaloneCallvalue-
Fields inherited from class hydra.ext.cypher.openCypher.Query
REGULAR, STANDALONE, TYPE_
-
-
Constructor Summary
Constructors Constructor Description Standalone(StandaloneCall value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R> Raccept(Query.Visitor<R> visitor)intcompareTo(Query other)booleanequals(java.lang.Object other)inthashCode()
-
-
-
Field Detail
-
value
public final StandaloneCall value
-
-
Constructor Detail
-
Standalone
public Standalone(StandaloneCall value)
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
compareTo
public int compareTo(Query other)
- Specified by:
compareToin interfacejava.lang.Comparable<Query>
-
accept
public <R> R accept(Query.Visitor<R> visitor)
-
-