| Modifier and Type | Method and Description |
|---|---|
static JcNode |
APIAccess.getNodeForType(DomainObjectMatch<?> dom,
Class<?> clazz) |
| Modifier and Type | Method and Description |
|---|---|
static List<JcNode> |
APIAccess.getNodes(DomainObjectMatch<?> dom) |
| Modifier and Type | Method and Description |
|---|---|
static void |
CollectionUtil.addUnique(List<JcNode> nodes,
JcNode node) |
| Modifier and Type | Method and Description |
|---|---|
static void |
CollectionUtil.addAllUnique(List<JcNode> nodes,
List<JcNode> toAdd) |
static void |
CollectionUtil.addAllUnique(List<JcNode> nodes,
List<JcNode> toAdd) |
static void |
CollectionUtil.addUnique(List<JcNode> nodes,
JcNode node) |
| Modifier and Type | Method and Description |
|---|---|
List<GrNode> |
JcQueryResult.resultOf(JcNode node) |
| Modifier and Type | Method and Description |
|---|---|
T |
InCollection.IN_labels(JcNode node) |
T |
ICollection.IN_labels(JcNode node)
JCYPHER
specify a collection in order to iterate over its elements or to test for containment of elements
IN_labels(node) is a convenient shortcut for
IN(node.labels())
|
| Modifier and Type | Method and Description |
|---|---|
static Node |
XFactory.node(JcNode jcNode) |
Node |
Relation.node(JcNode jcNode)
JCYPHER
match or create (depends on the clause) nodes connected to the relation,
make them accessible by a JcNode element later on in the query e.g.
|
Node |
Path.node(JcNode jcNode)
JCYPHER
match or create (depends on the clause) nodes as starting points of the path,
make them accessible by a JcNode element later on in the query e.g.
|
| Modifier and Type | Method and Description |
|---|---|
Concatenator |
BooleanOperation.IN_labels(JcNode node) |
| Modifier and Type | Method and Description |
|---|---|
static SNodeOrRelation |
SFactory.node(JcNode node) |
| Modifier and Type | Method and Description |
|---|---|
UTerminal |
UsingScan.on(JcNode node)
JCYPHER
select the identifier for the resulting nodes of the label scan
e.g.
|
| Modifier and Type | Method and Description |
|---|---|
JcNode |
ModifyLabels.getTargetNode() |
| Modifier and Type | Method and Description |
|---|---|
void |
ModifyLabels.setTargetNode(JcNode targetNode) |
| Constructor and Description |
|---|
PatternNode(JcNode jcNode) |
| Modifier and Type | Method and Description |
|---|---|
static SNodeOrRelation |
START.node(JcNode node)
JCYPHER
select the node(s) to be the starting point(s)
e.g.
|
static Node |
OPTIONAL_MATCH.node(JcNode node)
JCYPHER
match nodes, make them accessible by a JcNode element later on in the query
e.g.
|
static Node |
MERGE.node(JcNode jcNode)
JCYPHER
merge (match or create if not exists) a node, make it accessible by a JcNode element later on in the query
e.g.
|
static Node |
MATCH.node(JcNode node)
JCYPHER
match nodes, make them accessible by a JcNode element later on in the query
e.g.
|
static Node |
CREATE_UNIQUE.node(JcNode jcNode)
JCYPHER
create a node, make it accessible by a JcNode element later on in the query
e.g.
|
static Node |
CREATE.node(JcNode jcNode)
JCYPHER
create a node, make it accessible by a JcNode element later on in the query
e.g.
|
| Modifier and Type | Method and Description |
|---|---|
static Node |
X.node(JcNode node)
JCYPHER
match nodes, make them accessible by a JcNode element later on in the query
e.g.
|
| Modifier and Type | Method and Description |
|---|---|
List<GrNode> |
ResultHandler.getNodes(JcNode node) |
| Modifier and Type | Method and Description |
|---|---|
JcNode |
JcRelation.endNode()
JCYPHER
return the end node of a relation, return a JcNode
|
JcNode |
JcRelation.startNode()
JCYPHER
return the start node of a relation, return a JcNode
|
Copyright © 2016. All rights reserved.