| Package | Description |
|---|---|
| iot.jcypher.query.api.predicate | |
| iot.jcypher.query.factories.clause | |
| iot.jcypher.query.factories.xpression |
| Modifier and Type | Method and Description |
|---|---|
static BooleanOperation |
PFactory.valueOf(ValueElement val) |
BooleanOperation |
IBeforePredicate.valueOf(ValueElement val)
JCYPHER
takes an expression like 'n.property("age")', yielding a property,
or 'x.length()', calculating some value, or takes simply a reference to a value like x
e.g. ...
|
BooleanOperation |
Concat.valueOf(ValueElement val) |
| Modifier and Type | Method and Description |
|---|---|
static BooleanOperation |
WHEN.value()
JCYPHER
WHEN part of a CASE expression pairs with CASE.resultOf(...)
|
static BooleanOperation |
WHERE.valueOf(ValueElement val)
JCYPHER
takes an expression like 'n.property("age")', yielding a property,
or 'x.length()', calculating some value
e.g.
|
static BooleanOperation |
WHEN.valueOf(ValueElement val)
JCYPHER
WHEN part of a CASE expression pairs with CASE.result()
takes an expression like 'n.property("age")', yielding a property
|
| Modifier and Type | Method and Description |
|---|---|
static BooleanOperation |
P.valueOf(ValueElement val)
JCYPHER
takes an expression like 'n.property("age")', yielding a property,
or 'x.length()', calculating some value
e.g. ...
|
Copyright © 2016. All rights reserved.