A B C D E F G H I J K L M N O P Q R S T U V W X Y 

A

ABS - Static variable in class iot.jcypher.query.values.functions.FUNCTION.Math
 
abs() - Method in class iot.jcypher.query.values.MathFunctions
JCYPHER
return the absolute value of a number.
AbstractDeferred - Class in iot.jcypher.domain.mapping.surrogate
 
AbstractDeferred() - Constructor for class iot.jcypher.domain.mapping.surrogate.AbstractDeferred
 
AbstractDomainQuery - Class in iot.jcypher.domainquery
 
AbstractDomainQuery(IDomainAccess) - Constructor for class iot.jcypher.domainquery.AbstractDomainQuery
 
AbstractDomainQuery.IntAccess - Class in iot.jcypher.domainquery
 
AbstractDomainQuery.IntAccess() - Constructor for class iot.jcypher.domainquery.AbstractDomainQuery.IntAccess
 
AbstractEmbeddedDBAccess - Class in iot.jcypher.database.embedded
 
AbstractEmbeddedDBAccess() - Constructor for class iot.jcypher.database.embedded.AbstractEmbeddedDBAccess
 
AbstractSurrogate - Class in iot.jcypher.domain.mapping.surrogate
 
AbstractSurrogate() - Constructor for class iot.jcypher.domain.mapping.surrogate.AbstractSurrogate
 
AbstractTransaction - Class in iot.jcypher.transaction.internal
 
AbstractTransaction(IDBAccess) - Constructor for class iot.jcypher.transaction.internal.AbstractTransaction
 
ACOS - Static variable in class iot.jcypher.query.values.functions.FUNCTION.Math
 
acos() - Method in class iot.jcypher.query.values.MathFunctions
JCYPHER
return the arccosine of a number, in radians.
add(E) - Method in class iot.jcypher.domain.mapping.surrogate.ObservableList
 
add(int, E) - Method in class iot.jcypher.domain.mapping.surrogate.ObservableList
 
add_Id2Object(Object, Long, int, ResolutionDepth) - Method in class iot.jcypher.domain.mapping.DomainState
 
add_Id2Relation(DomainState.IRelation, Long, int) - Method in class iot.jcypher.domain.mapping.DomainState
 
add_Info2Relation(DomainState.IRelation, DomainState.RelationLoadInfo) - Method in class iot.jcypher.domain.mapping.DomainState
 
addAll(Collection<? extends E>) - Method in class iot.jcypher.domain.mapping.surrogate.ObservableList
 
addAll(int, Collection<? extends E>) - Method in class iot.jcypher.domain.mapping.surrogate.ObservableList
 
addAllUnique(List<JcNode>, List<JcNode>) - Static method in class iot.jcypher.domainquery.internal.CollectionUtil
 
addAssignment(String, String, String, List<RecordedQuery.Statement>) - Method in class iot.jcypher.domainquery.internal.RecordedQuery
 
addAstObject(IASTObject) - Method in class iot.jcypher.domainquery.ast.SelectExpression
 
addAstObject(IASTObject) - Method in interface iot.jcypher.domainquery.internal.IASTObjectsContainer
 
addAstObject(IASTObject) - Method in class iot.jcypher.domainquery.internal.QueryExecutor
 
addAstObjects(List<IASTObject>) - Method in class iot.jcypher.domainquery.ast.SelectExpression
 
addChangeListener(ChangeListener, PersistableItem) - Static method in class iot.jcypher.graph.GrAccess
 
addChild(FieldMapping, Object) - Method in class iot.jcypher.domain.mapping.surrogate.InnerClassSurrogate
 
addCollectExpressionOwner(DomainObjectMatch<?>, DomainObjectMatch<?>) - Static method in class iot.jcypher.domainquery.api.APIAccess
 
addConcreteFieldType(String, Class<?>) - Method in class iot.jcypher.domain.internal.DomainAccess.InternalDomainAccess
 
addDeclaredFieldUnique(DOType, DOField) - Static method in class iot.jcypher.domain.genericmodel.InternalAccess
 
addDelegate(OutputStream) - Method in class iot.jcypher.util.MultiOutputStream
 
addDOTypeIfNeeded(DomainModel, DOType) - Static method in class iot.jcypher.domain.genericmodel.internal.InternalAccess
 
addDownInTree(IDeferred) - Method in class iot.jcypher.domain.mapping.surrogate.AbstractDeferred
 
addElement(T) - Method in class iot.jcypher.graph.PersistableItemsContainer
add a new element, throw a RuntimeException if the element already exists
addElement(PatternElement) - Method in class iot.jcypher.query.ast.pattern.PatternExpression
 
addEnumValue(String) - Method in class iot.jcypher.domain.genericmodel.DOType.DOEnumBuilder
Add an enum value to the enum to be constructed.
addField(String, String) - Method in class iot.jcypher.domain.genericmodel.DOType.DOClassBuilder
Add a field i.e. an attribute definition to the domain object type.
addFieldComponentType(String, Class<?>) - Method in class iot.jcypher.domain.internal.DomainAccess.InternalDomainAccess
 
addFieldMapping(FieldMapping) - Method in class iot.jcypher.domain.mapping.SimpleObjectMapping
 
addGeneralError(JcError) - Method in class iot.jcypher.query.JcQueryResult
Add a general (system) error
addInterface(DOType) - Method in class iot.jcypher.domain.genericmodel.DOType.DOClassBuilder
Add an interface definition to the constructed domain object Class.
addInterface(DOType) - Method in class iot.jcypher.domain.genericmodel.DOType.DOInterfaceBuilder
Add an interface definition to to be extended by this interface.
addInterfaceBuilder(DOType.DOInterfaceBuilder) - Method in class iot.jcypher.domain.genericmodel.DOType.DOClassBuilder
Set a builder for the interface to be added to the constructed domain object Class.
addInterfaceBuilder(DOType.DOInterfaceBuilder) - Method in class iot.jcypher.domain.genericmodel.DOType.DOInterfaceBuilder
Set a builder for the interface to be added to this interface.
addInterfaceUnique(DOType, DOType) - Static method in class iot.jcypher.domain.genericmodel.InternalAccess
 
addInvocation(String, String, String, List<RecordedQuery.Statement>) - Method in class iot.jcypher.domainquery.internal.RecordedQuery
 
addLabel(String) - Method in class iot.jcypher.graph.GrNode
add a new label, throw a RuntimeException if the label already exists
addLabel(String) - Method in class iot.jcypher.query.ast.modify.ModifyLabels
 
addLabel(int, String) - Method in class iot.jcypher.query.ast.modify.ModifyLabels
 
addListField(String, String) - Method in class iot.jcypher.domain.genericmodel.DOType.DOClassBuilder
Add a list field i.e. a list or array attribute defined in a domain object type.
addListFieldValue(String, Object) - Method in class iot.jcypher.domain.genericmodel.DomainObject
Add a value to a list or array field
addNegation() - Method in class iot.jcypher.domainquery.ast.PredicateExpression
 
addNextUpInTree(IDeferred) - Method in class iot.jcypher.domain.mapping.surrogate.AbstractDeferred
 
addNextUpInTree(IDeferred) - Method in interface iot.jcypher.domain.mapping.surrogate.IDeferred
 
addNextUpInTree(IDeferred) - Method in class iot.jcypher.domain.mapping.surrogate.Surrogate2ListEntry
 
addNextUpInTree(IDeferred) - Method in class iot.jcypher.domain.mapping.surrogate.Surrogate2MapEntry
 
addNurseryObject(Object, DomainObject) - Method in class iot.jcypher.domain.genericmodel.internal.DomainModel
 
addObserver(ObservableList.IObserver) - Method in class iot.jcypher.domain.mapping.surrogate.ObservableList
 
addOrder(Order) - Method in class iot.jcypher.query.ast.returns.ReturnExpression
 
addOriginal2Surrogate(Object, T) - Method in class iot.jcypher.domain.mapping.surrogate.SurrogateState
 
addOutputStream(OutputStream) - Static method in class iot.jcypher.util.QueriesPrintObserver
 
addParent(FieldMapping, Object) - Method in class iot.jcypher.domain.mapping.surrogate.InnerClassSurrogate
 
addProperty(String, Object) - Method in class iot.jcypher.graph.GrPropertyContainer
add a new property, throw a RuntimeException if the property already exists
addPropertyChild(FieldMapping, Object, GrNode) - Method in class iot.jcypher.domain.mapping.surrogate.InnerClassSurrogate
 
addQueryParam(QueryParam, WriterContext) - Static method in class iot.jcypher.query.writer.QueryParamSet
 
addRecursionExitObject(Object, int) - Method in interface iot.jcypher.domain.internal.DomainAccess.IRecursionExit
 
addReference(DomainState.IRelation) - Method in class iot.jcypher.domain.mapping.surrogate.SurrogateState
 
addReference(DomainState.IRelation) - Method in class iot.jcypher.domain.mapping.surrogate.SurrogateState.ReferredSurrogate
 
addRelationUpdate(DomainState.Relation.RelationUpdate) - Method in class iot.jcypher.domain.mapping.surrogate.InnerClassSurrogate
 
addTo_Id2ObjectMap(Object, Long) - Method in class iot.jcypher.domain.mapping.DomainState
 
addToEnabledQueries(QueriesPrintObserver.QueryToObserve, QueriesPrintObserver.ContentToObserve) - Static method in class iot.jcypher.util.QueriesPrintObserver
 
addToUnsaved(DOType) - Method in class iot.jcypher.domain.genericmodel.internal.DomainModel
 
addTraversalResult(DomainObjectMatch<?>) - Method in class iot.jcypher.domainquery.ast.SelectExpression
 
addType(Class<?>) - Method in class iot.jcypher.domain.genericmodel.internal.DomainModel
 
addType(Class<?>) - Method in class iot.jcypher.domain.mapping.CompoundObjectType
 
addUnique(List<JcNode>, JcNode) - Static method in class iot.jcypher.domainquery.internal.CollectionUtil
 
Aggregate - Class in iot.jcypher.query.api.returns
 
aggregate() - Static method in class iot.jcypher.query.api.returns.RFactory
 
aggregate() - Static method in class iot.jcypher.query.factories.clause.RETURN
JCYPHER
return the result of performing an aggregate function like sum(...), avg(...), ...
aggregate() - Static method in class iot.jcypher.query.factories.clause.WITH
JCYPHER
return the result of performing an aggregate function like sum(...), avg(...), ...
AggregateDistinct - Class in iot.jcypher.query.api.returns
 
ALL() - Method in class iot.jcypher.query.api.returns.RDistinct
JCYPHER
return all nodes, relationships and paths found in a query,
e.g.
ALL() - Static method in class iot.jcypher.query.api.returns.RFactory
 
all() - Method in class iot.jcypher.query.api.start.SNodeOrRelation
JCYPHER
choose all elements (nodes or relations) as starting points
e.g.
all() - Static method in class iot.jcypher.query.api.union.UnionFactory
 
ALL() - Static method in class iot.jcypher.query.factories.clause.RETURN
JCYPHER
return all nodes, relationships and paths found in a query,
e.g.
all() - Static method in class iot.jcypher.query.factories.clause.UNION
JCYPHER
combine the results of two queries
UNION.all()

ALL() - Static method in class iot.jcypher.query.factories.clause.WITH
JCYPHER
return all nodes, relationships and paths found in a query,
e.g.
allShortestPaths(JcPath) - Static method in class iot.jcypher.query.api.pattern.XFactory
 
allShortestPaths(JcPath) - Static method in class iot.jcypher.query.factories.clause.MATCH
JCYPHER
find all shortest paths and assign them to a JcPath element
e.g.
allShortestPaths(JcPath) - Static method in class iot.jcypher.query.factories.xpression.X
JCYPHER
find all shortest paths and make them accessible by a JcPath element later on
e.g.
AND() - Method in class iot.jcypher.query.api.predicate.Concatenator
JCYPHER
'and' two boolean expressions or values

AND_DO() - Method in class iot.jcypher.query.api.collection.DoConcat
JCYPHER
concatenate multiple DO parts of a FOREACH expression
e.g. ...DO()
.SET(n.property("marked")).to(true).
APIAccess - Class in iot.jcypher.domainquery.api
 
APIAccess() - Constructor for class iot.jcypher.domainquery.api.APIAccess
 
APIObject - Class in iot.jcypher.domainquery.api
 
APIObject() - Constructor for class iot.jcypher.domainquery.api.APIObject
 
APIObject - Class in iot.jcypher.query.api
 
APIObject() - Constructor for class iot.jcypher.query.api.APIObject
 
APIObjectAccess - Class in iot.jcypher.query.api
 
APIObjectAccess() - Constructor for class iot.jcypher.query.api.APIObjectAccess
 
appendErrorList(List<JcError>, StringBuilder) - Static method in class iot.jcypher.util.Util
 
Array - Class in iot.jcypher.domain.mapping.surrogate
 
Array() - Constructor for class iot.jcypher.domain.mapping.surrogate.Array
 
Array(Object[]) - Constructor for class iot.jcypher.domain.mapping.surrogate.Array
 
ARRAY_BLOCK_SIZE - Static variable in interface iot.jcypher.database.DBProperties
OPTIONAL e.g. "300"
ArraySurrogateField - Class in iot.jcypher.domain.mapping
 
ArraySurrogateField(Field) - Constructor for class iot.jcypher.domain.mapping.ArraySurrogateField
 
AS(Class<T>) - Method in class iot.jcypher.domainquery.api.Collect
Return the collect result as a DomainObjectMatch of specified typ (it represents a set of objects of that type).
AS(JcValue) - Method in class iot.jcypher.query.api.cases.EndTerminal
JCYPHER
specify an alias for the result
you need to do this if you want to return a result from the CASE statement

AS(JcValue) - Method in class iot.jcypher.query.api.returns.RElement
JCYPHER
specify an alias for the result
e.g.
asCollection() - Method in class iot.jcypher.query.values.JcValue
JCYPHER
return a JcCollection representing elements of the receivers type

ASIN - Static variable in class iot.jcypher.query.values.functions.FUNCTION.Math
 
asin() - Method in class iot.jcypher.query.values.MathFunctions
JCYPHER
return the arcsine of a number, in radians.
asString(String) - Method in class iot.jcypher.domain.genericmodel.DOField
 
asString(String) - Method in class iot.jcypher.domain.genericmodel.DOType
 
asString() - Method in class iot.jcypher.domain.genericmodel.internal.DomainModel
 
astNode - Variable in class iot.jcypher.query.api.APIObject
 
ASTNode - Class in iot.jcypher.query.ast
 
ASTNode() - Constructor for class iot.jcypher.query.ast.ASTNode
 
astObject - Variable in class iot.jcypher.domainquery.api.APIObject
 
ATAN - Static variable in class iot.jcypher.query.values.functions.FUNCTION.Math
 
atan() - Method in class iot.jcypher.query.values.MathFunctions
JCYPHER
return the arctangent of a number, in radians.
Atan2 - Class in iot.jcypher.query.values
 
ATAN2 - Static variable in class iot.jcypher.query.values.functions.FUNCTION.Math
 
atan2_x(Number) - Static method in class iot.jcypher.query.values.MATH
JCYPHER
return the arctangent2 of a set of coordinates (x, y), in radians;
specify the x coordinate

atan2_x(JcNumber) - Static method in class iot.jcypher.query.values.MATH
JCYPHER
return the arctangent2 of a set of coordinates (x, y), in radians;
specify the x coordinate

atttribute(String) - Method in class iot.jcypher.domainquery.api.DomainObjectMatch
Access an attribute, don't rely on a specific attribute type
availableDomains(IDBAccess) - Static method in class iot.jcypher.domain.DomainInformation
answer the names of available domains.
avg(JcProperty) - Method in class iot.jcypher.query.api.returns.Aggregate
JCYPHER
calculate the average of numeric values
e.g. ...aggregate().

B

BACK(String) - Method in class iot.jcypher.domainquery.api.TraversalStep
Traverse backward via an attribute
BACK(String) - Method in class iot.jcypher.domainquery.api.Traverse
Traverse backward via an attribute
Base64CD - Class in iot.jcypher.util
 
Base64CD() - Constructor for class iot.jcypher.util.Base64CD
 
beginTX() - Method in class iot.jcypher.database.embedded.AbstractEmbeddedDBAccess
 
beginTX() - Method in interface iot.jcypher.database.IDBAccess
create a transaction
beginTX() - Method in class iot.jcypher.database.remote.RemoteDBAccess
 
beginTx() - Method in class iot.jcypher.domain.genericmodel.internal.DomainModel
 
beginTX() - Method in interface iot.jcypher.domain.IDomainAccess
create a transaction
beginTX() - Method in interface iot.jcypher.domain.IGenericDomainAccess
create a transaction
beginTX() - Method in class iot.jcypher.domain.internal.DomainAccess
 
beginTX() - Method in class iot.jcypher.domain.internal.DomainAccess.GenericDomainAccess
 
beginTX() - Method in class iot.jcypher.domain.internal.DomainAccessSync
 
beginTX() - Method in class iot.jcypher.domain.internal.DomainAccessSync.GenericDomainAccessSync
 
blockRecording - Static variable in class iot.jcypher.domainquery.internal.QueryRecorder
 
booleanAtttribute(String) - Method in class iot.jcypher.domainquery.api.DomainObjectMatch
Access a boolean attribute
BooleanOp - Class in iot.jcypher.query.ast.predicate
 
BooleanOp() - Constructor for class iot.jcypher.query.ast.predicate.BooleanOp
 
BooleanOp.Operator - Enum in iot.jcypher.query.ast.predicate
 
BooleanOperation - Class in iot.jcypher.domainquery.api
 
BooleanOperation - Class in iot.jcypher.query.api.predicate
 
booleanProperty(String) - Method in class iot.jcypher.query.values.JcElement
JCYPHER
access a named boolean property, return a JcBoolean

BooleanValue - Class in iot.jcypher.query.ast.predicate
 
BooleanValue(boolean) - Constructor for class iot.jcypher.query.ast.predicate.BooleanValue
 
BR_CLOSE() - Method in class iot.jcypher.domainquery.AbstractDomainQuery
Close a block, encapsulating predicate expressions
BR_CLOSE() - Method in class iot.jcypher.query.api.predicate.Concatenator
JCYPHER
close a bracket; allows to nest expressions, must have a matching BR_OPEN()
e.g.
BR_OPEN() - Method in class iot.jcypher.domainquery.AbstractDomainQuery
Open a block, encapsulating predicate expressions
BR_OPEN() - Method in class iot.jcypher.query.api.predicate.Concat
 
BR_OPEN() - Method in interface iot.jcypher.query.api.predicate.IBeforePredicate
JCYPHER
open a bracket; allows to nest expressions, must have a matching BR_CLOSE()
e.g. ...
BR_OPEN() - Static method in class iot.jcypher.query.api.predicate.PFactory
 
BR_OPEN() - Static method in class iot.jcypher.query.factories.clause.WHERE
JCYPHER
open a bracket; allows to nest expressions, must have a matching BR_CLOSE()
e.g.
BR_OPEN() - Static method in class iot.jcypher.query.factories.xpression.P
JCYPHER
open a bracket; allows to nest expressions, must have a matching BR_CLOSE()
e.g. ...
breakLoops() - Method in class iot.jcypher.domain.mapping.surrogate.AbstractDeferred
 
breakLoops() - Method in class iot.jcypher.domain.mapping.surrogate.Deferred2DO
 
breakLoops() - Method in interface iot.jcypher.domain.mapping.surrogate.IDeferred
 
buffer - Variable in class iot.jcypher.query.writer.WriterContext
 
build() - Method in class iot.jcypher.domain.genericmodel.DOType.Builder
 
buildErrorList(Response, Throwable) - Static method in class iot.jcypher.database.internal.DBUtil
 
BY(String) - Method in class iot.jcypher.domainquery.api.Order
Specify the attribute to be used for sorting
by(ValueElement) - Method in class iot.jcypher.query.api.collection.ReduceBy
JCYPHER
specify an expression to be evaluated against individual elements of a collection in the context of a REDUCE expression.
byExpression(ValueElement) - Method in class iot.jcypher.query.api.modify.Set
JCYPHER LANGUAGE ELEMENT
set by an Expression as e.g.: a.stringProperty("name").concat("<->").concat(b.stringProperty("name"))
or: a.numberProperty("amount").plus(b.numberProperty("amount"))
or simply a reference to a named element e.g.
byId(long...) - Method in class iot.jcypher.query.api.start.SNodeOrRelation
JCYPHER
choose the id(s) of the starting point(s)
e.g.
byIndex(String) - Method in class iot.jcypher.query.api.start.SNodeOrRelation
JCYPHER
choose the index to lookup
e.g.

C

C - Class in iot.jcypher.query.factories.xpression
JCYPHER FACTORY FOR COLLECTION EXPRESSIONS
C() - Constructor for class iot.jcypher.query.factories.xpression.C
 
calcRemoves(LockUtil.Removes, JcElement, int) - Static method in class iot.jcypher.graph.internal.LockUtil
 
calcSkipsLimits(List<Integer>, int, int) - Static method in class iot.jcypher.domain.internal.SkipLimitCalc
 
canUseSet(WriterContext) - Static method in class iot.jcypher.query.writer.QueryParamSet
 
canUseSet() - Method in class iot.jcypher.query.writer.QueryParamSet
 
CASE - Class in iot.jcypher.query.factories.clause
JCYPHER CLAUSE
CASE() - Constructor for class iot.jcypher.query.factories.clause.CASE
 
CaseExpression - Class in iot.jcypher.query.ast.cases
 
CaseExpression() - Constructor for class iot.jcypher.query.ast.cases.CaseExpression
 
CaseExpression.WhenJcValue - Class in iot.jcypher.query.ast.cases
 
CaseExpression.WhenJcValue() - Constructor for class iot.jcypher.query.ast.cases.CaseExpression.WhenJcValue
 
CaseFactory - Class in iot.jcypher.query.api.cases
 
CaseFactory() - Constructor for class iot.jcypher.query.api.cases.CaseFactory
 
CaseTerminal - Class in iot.jcypher.query.api.cases
 
caseXpr() - Static method in class iot.jcypher.query.factories.clause.END
JCYPHER
end a CASE expression

WHEN...
CFactory - Class in iot.jcypher.query.api.collection
 
CFactory() - Constructor for class iot.jcypher.query.api.collection.CFactory
 
CFrom<T extends APIObject> - Class in iot.jcypher.query.api.collection
 
changed(ObservableList<?>) - Method in interface iot.jcypher.domain.mapping.surrogate.ObservableList.IObserver
 
changed(Object, SyncState, SyncState) - Method in interface iot.jcypher.graph.internal.ChangeListener
 
ChangeListener - Interface in iot.jcypher.graph.internal
 
checkContainerForSyncState() - Method in class iot.jcypher.graph.PersistableItemsContainer
calculate the container's state, check if it is sync
checkForSyncState() - Method in class iot.jcypher.graph.PersistableItemsContainer
 
ClassFieldSeparator - Static variable in class iot.jcypher.domain.mapping.FieldMapping
 
ClauseType - Enum in iot.jcypher.query.ast
 
clearAdditionalProperties(GrNode) - Method in class iot.jcypher.domain.mapping.FieldMapping
 
clearAdditionalProperties(GrNode) - Method in class iot.jcypher.domain.mapping.ListFieldMapping
 
clearDatabase() - Method in class iot.jcypher.database.embedded.AbstractEmbeddedDBAccess
 
clearDatabase() - Method in interface iot.jcypher.database.IDBAccess
removes all nodes and relations form the graph database
clearDatabase(IDBAccess) - Static method in class iot.jcypher.database.internal.DBUtil
 
clearDatabase() - Method in class iot.jcypher.database.remote.RemoteDBAccess
 
clearListField(String) - Method in class iot.jcypher.domain.genericmodel.DomainObject
Removes all of the elements from the list field.
clearNursery() - Method in class iot.jcypher.domain.genericmodel.internal.DomainModel
 
cloneContext(WriterContext) - Static method in class iot.jcypher.query.writer.ContextAccess
 
cloneShallow(ValueElement) - Static method in class iot.jcypher.query.values.ValueAccess
 
close() - Method in class iot.jcypher.database.embedded.AbstractEmbeddedDBAccess
 
close() - Method in class iot.jcypher.database.embedded.ETransactionImpl
 
close() - Method in interface iot.jcypher.database.IDBAccess
close the database connection
close() - Method in class iot.jcypher.database.remote.RemoteDBAccess
 
close() - Method in class iot.jcypher.database.remote.RTransactionImpl
 
close() - Method in interface iot.jcypher.transaction.ITransaction
Close the transaction.
close() - Method in class iot.jcypher.util.MultiOutputStream
 
closeTx(boolean) - Method in class iot.jcypher.domain.genericmodel.internal.DomainModel
 
coalesce(ValueElement...) - Static method in class iot.jcypher.query.factories.JC
JCYPHER
return the first non-NULL value in the list of expressions

COALESCE - Static variable in class iot.jcypher.query.values.functions.FUNCTION.Common
 
coalesce(ValueElement...) - Static method in class iot.jcypher.query.values.ValueAccess
 
COLLECT(JcProperty) - Method in class iot.jcypher.domainquery.AbstractDomainQuery
Collect the specified attribute from all objects in a DomainObjectMatch
Collect - Class in iot.jcypher.domainquery.api
 
Collect(CollectExpression) - Constructor for class iot.jcypher.domainquery.api.Collect
 
COLLECT() - Static method in class iot.jcypher.query.api.collection.CFactory
 
COLLECT() - Method in class iot.jcypher.query.api.collection.Collection
JCYPHER
collect properties from a collection of property containers (nodes or relations)
e.g. ...
COLLECT() - Static method in class iot.jcypher.query.factories.xpression.C
JCYPHER
collect properties from a collection of property containers (nodes or relations), ignore NULL s
e.g. ...
collectErrors(List<JcQueryResult>) - Static method in class iot.jcypher.util.Util
 
collectErrors(JcQueryResult) - Static method in class iot.jcypher.util.Util
 
CollectExpression - Class in iot.jcypher.domainquery.ast
 
CollectExpression(JcProperty, AbstractDomainQuery.IntAccess) - Constructor for class iot.jcypher.domainquery.ast.CollectExpression
 
CollectExpression - Class in iot.jcypher.query.ast.collection
 
CollectExpression() - Constructor for class iot.jcypher.query.ast.collection.CollectExpression
 
CollectExpression.CollectXpressionType - Enum in iot.jcypher.query.ast.collection
 
CollectFrom - Class in iot.jcypher.query.api.collection
 
Collection - Class in iot.jcypher.domain.mapping.surrogate
 
Collection() - Constructor for class iot.jcypher.domain.mapping.surrogate.Collection
 
Collection(Collection<Object>) - Constructor for class iot.jcypher.domain.mapping.surrogate.Collection
 
Collection - Class in iot.jcypher.query.api.collection
 
collection(ICollectExpression) - Method in class iot.jcypher.query.api.returns.RDistinct
JCYPHER
return the result of a collection expression
Use Factory Class C to create a Collection Expressions
e.g. ...
collection(JcCollection) - Method in class iot.jcypher.query.api.returns.RDistinct
JCYPHER
return a collection
e.g. ...
collection(ICollectExpression) - Static method in class iot.jcypher.query.factories.clause.RETURN
JCYPHER
return the result of a collection expression
Use Factory Class C to create a Collection Expressions
e.g.
collection(JcCollection) - Static method in class iot.jcypher.query.factories.clause.RETURN
JCYPHER
return a collection
e.g.
collection(ICollectExpression) - Static method in class iot.jcypher.query.factories.clause.WITH
JCYPHER
return the result of a collection expression
Use Factory Class C to create a Collection Expressions
e.g.
collection(JcCollection) - Static method in class iot.jcypher.query.factories.clause.WITH
JCYPHER
return a collection
e.g.
collectionAtttribute(String) - Method in class iot.jcypher.domainquery.api.DomainObjectMatch
Access a collection attribute
collectionProperty(String) - Method in class iot.jcypher.query.values.JcElement
JCYPHER
access a named collection property, return a JcCollection

CollectionSpec - Class in iot.jcypher.query.ast.collection
 
CollectionSpec(List<?>) - Constructor for class iot.jcypher.query.ast.collection.CollectionSpec
 
CollectionSpec(CollectExpression) - Constructor for class iot.jcypher.query.ast.collection.CollectionSpec
 
CollectionSpec(JcCollection) - Constructor for class iot.jcypher.query.ast.collection.CollectionSpec
 
CollectionUtil - Class in iot.jcypher.domainquery.internal
 
CollectionUtil() - Constructor for class iot.jcypher.domainquery.internal.CollectionUtil
 
COMMA_SEPARATOR - Static variable in class iot.jcypher.query.values.operators.OPERATOR.Common
 
COMPONENTTYPE_Object - Static variable in class iot.jcypher.domain.genericmodel.DOField
 
CompoundObjectMapping - Class in iot.jcypher.domain.mapping
 
CompoundObjectMapping(CompoundObjectType, Map<Class<?>, ObjectMapping>, Object) - Constructor for class iot.jcypher.domain.mapping.CompoundObjectMapping
 
CompoundObjectMapping.FieldMappingIterator - Class in iot.jcypher.domain.mapping
 
CompoundObjectMapping.FieldMappingIterator() - Constructor for class iot.jcypher.domain.mapping.CompoundObjectMapping.FieldMappingIterator
 
CompoundObjectType - Class in iot.jcypher.domain.mapping
 
CompoundObjectType(Class<?>) - Constructor for class iot.jcypher.domain.mapping.CompoundObjectType
 
CompoundObjectType.CType - Enum in iot.jcypher.domain.mapping
 
CompoundObjectType.TypeIterator - Class in iot.jcypher.domain.mapping
 
Concat - Class in iot.jcypher.query.api.predicate
 
concat(String) - Method in class iot.jcypher.query.values.JcString
JCYPHER
return the result of concatenating two strings, return a JcString

concat(JcString) - Method in class iot.jcypher.query.values.JcString
JCYPHER
return the result of concatenating two strings, return a JcString

CONCAT - Static variable in class iot.jcypher.query.values.operators.OPERATOR.String
 
ConcatenateExpression - Class in iot.jcypher.domainquery.ast
 
ConcatenateExpression(ConcatenateExpression.Concatenator) - Constructor for class iot.jcypher.domainquery.ast.ConcatenateExpression
 
ConcatenateExpression.Concatenator - Enum in iot.jcypher.domainquery.ast
 
Concatenator - Class in iot.jcypher.query.api.predicate
 
CONTAINS(DomainObjectMatch<E>) - Method in class iot.jcypher.domainquery.api.BooleanOperation
JCYPHER
test if this list of domain objects contains all elements of the target list of domain objects
Note: this expression is only valid within a collection expression.
CONTAINS(String) - Method in class iot.jcypher.query.api.predicate.BooleanOperation
JCYPHER
case-sensitive matching regardless of location in strings
e.g. ...valueOf(n.property("name")).
CONTAINS_elements(E...) - Method in class iot.jcypher.domainquery.api.BooleanOperation
JCYPHER
test if this list contains all elements of the target list

CONTAINS_string(String) - Method in class iot.jcypher.domainquery.api.BooleanOperation
JCYPHER
case-sensitive matching regardless of location in strings

containsElement(List<T>, T) - Method in class iot.jcypher.graph.PersistableItemsContainer
 
contentToObserve(QueriesPrintObserver.QueryToObserve) - Static method in class iot.jcypher.util.QueriesPrintObserver
 
ContextAccess - Class in iot.jcypher.query.writer
 
ContextAccess() - Constructor for class iot.jcypher.query.writer.ContextAccess
 
convertFromProperty(Object, Class<?>) - Static method in class iot.jcypher.domain.mapping.MappingUtil
 
convertFromProperty(Object, Class<?>, Class<?>, Class<?>) - Static method in class iot.jcypher.domain.mapping.MappingUtil
 
convertToProperty(Object) - Static method in class iot.jcypher.domain.mapping.MappingUtil
 
CopyProperties<T extends APIObject> - Class in iot.jcypher.query.api.modify
 
copyPropertiesFrom(JcElement) - Method in class iot.jcypher.query.api.collection.Do
JCYPHER
select a node or relation to be the source for copying all properties
e.g. ...
copyPropertiesFrom(JcElement) - Static method in class iot.jcypher.query.factories.clause.DO
JCYPHER
select a node or relation to be the source for copying all properties
e.g. ...
copyPropertiesFrom(JcElement) - Static method in class iot.jcypher.query.factories.clause.ON_CREATE
JCYPHER
select a node or relation to be the source for copying all properties
e.g. ...
copyPropertiesFrom(JcElement) - Static method in class iot.jcypher.query.factories.clause.ON_MATCH
JCYPHER
select a node or relation to be the source for copying all properties
e.g. ...
copyPropertiesFromInDO(JcElement) - Static method in class iot.jcypher.query.api.modify.ModifyFactory
 
copyPropertiesFromInFOREACH(JcElement, DoConcat) - Static method in class iot.jcypher.query.api.modify.ModifyFactory
 
copyShallowTo(ValueElement) - Method in class iot.jcypher.query.values.JcPrimitive
 
copyShallowTo(ValueElement) - Method in class iot.jcypher.query.values.JcValue
 
copyShallowTo(ValueElement) - Method in class iot.jcypher.query.values.ValueElement
 
COS - Static variable in class iot.jcypher.query.values.functions.FUNCTION.Math
 
cos() - Method in class iot.jcypher.query.values.MathFunctions
JCYPHER
return the cosine of a number, in radians.
COT - Static variable in class iot.jcypher.query.values.functions.FUNCTION.Math
 
cot() - Method in class iot.jcypher.query.values.MathFunctions
JCYPHER
return the cotangent of a number, in radians.
Count - Class in iot.jcypher.domainquery.api
 
COUNT() - Method in class iot.jcypher.domainquery.api.DomainObjectMatch
Note: this expression is only valid within a collection expression.
count() - Static method in class iot.jcypher.query.api.returns.RFactory
 
count() - Static method in class iot.jcypher.query.factories.clause.RETURN
JCYPHER
return the size of a collection
e.g.
count() - Static method in class iot.jcypher.query.factories.clause.WITH
JCYPHER
return the size of a collection
e.g.
countOf(DomainObjectMatch<?>) - Method in class iot.jcypher.domainquery.CountQueryResult
Answer the number of domain objects
CountQueryResult - Class in iot.jcypher.domainquery
 
create(IDBAccess) - Static method in class iot.jcypher.graph.Graph
create an empty graph
CREATE(IClause[]) - Static method in class iot.jcypher.query.api.collection.CFactory
 
CREATE(IElement...) - Method in class iot.jcypher.query.api.collection.Do
JCYPHER
create a graph element or an entire subgraph in the DO part of a FOREACH expression
Use Factory Class X to create Expressions
e.g. ...
CREATE - Class in iot.jcypher.query.factories.clause
JCYPHER CLAUSE
CREATE() - Constructor for class iot.jcypher.query.factories.clause.CREATE
 
CREATE(IClause[]) - Static method in class iot.jcypher.query.factories.xpression.C
JCYPHER
create a collection using a list of clauses.
CREATE_INDEX - Class in iot.jcypher.query.factories.clause
JCYPHER CLAUSE
CREATE_INDEX() - Constructor for class iot.jcypher.query.factories.clause.CREATE_INDEX
 
CREATE_UNIQUE(IElement...) - Method in class iot.jcypher.query.api.collection.Do
JCYPHER
create a unique graph element or an entire subgraph in the DO part of a FOREACH expression
Use Factory Class X to create Expressions
e.g. ...
CREATE_UNIQUE - Class in iot.jcypher.query.factories.clause
JCYPHER CLAUSE
create unique graph elements
CREATE_UNIQUE() - Constructor for class iot.jcypher.query.factories.clause.CREATE_UNIQUE
 
createAddParam(String, Object, WriterContext) - Static method in class iot.jcypher.query.writer.QueryParam
 
createAddParamSet(WriterContext) - Static method in class iot.jcypher.query.writer.QueryParamSet
 
createBooleanOperation(PredicateExpression) - Static method in class iot.jcypher.domainquery.api.APIAccess
 
createBuilder(DOType) - Static method in class iot.jcypher.domain.genericmodel.InternalAccess
 
createCaseTerminal(CaseExpression) - Static method in class iot.jcypher.query.api.cases.CaseFactory
 
createClassBuilder(String) - Method in interface iot.jcypher.domain.genericmodel.DOTypeBuilderFactory
Create a ClassBuilder which allows to build a generic domain object type representing a Class.
createClassBuilder(String) - Method in class iot.jcypher.domain.genericmodel.internal.DomainModel.TypeBuilderFactory
 
createClassBuilder(String, DomainModel) - Static method in class iot.jcypher.domain.genericmodel.InternalAccess
 
createCollect(CollectExpression) - Static method in class iot.jcypher.domainquery.api.APIAccess
 
createConcat() - Static method in class iot.jcypher.query.api.predicate.PFactory
 
createConcatenator(PredicateExpression) - Static method in class iot.jcypher.query.api.predicate.PFactory
 
createCopy() - Method in class iot.jcypher.domain.mapping.DomainState
 
createCopy(DomainState) - Method in interface iot.jcypher.domain.mapping.DomainState.IRelation
 
createCopy(DomainState) - Method in class iot.jcypher.domain.mapping.DomainState.KeyedRelation
 
createCopy(DomainState) - Method in class iot.jcypher.domain.mapping.DomainState.KeyedRelationToChange
 
createCopy(DomainState) - Method in class iot.jcypher.domain.mapping.DomainState.Relation
 
createCopy(Map<DomainState.IRelation, DomainState.IRelation>, DomainState) - Method in class iot.jcypher.domain.mapping.surrogate.SurrogateState
 
createCopy() - Method in class iot.jcypher.domainquery.ast.PredicateExpression
 
createCount(DomainObjectMatch<?>) - Static method in class iot.jcypher.domainquery.api.APIAccess
 
createDBAccess(DBType, Properties) - Static method in class iot.jcypher.database.DBAccessFactory
create an IDBAccess (an accessor) for a specific database.
createDBAccess(DBType, Properties, String, String) - Static method in class iot.jcypher.database.DBAccessFactory
create an IDBAccess (an accessor) for a specific database, supports authentication and authorization.
createDOField(String, String, DOType) - Static method in class iot.jcypher.domain.genericmodel.InternalAccess
 
createDomainAccess(IDBAccess, String) - Static method in class iot.jcypher.domain.DomainAccessFactory
Create a domain accessor.
createDomainAccess(IDBAccess, String, IDomainAccess.DomainLabelUse) - Static method in class iot.jcypher.domain.DomainAccessFactory
Create a domain accessor.
createDomainAccess(IDBAccess, String) - Method in interface iot.jcypher.domain.IDomainAccessFactory
Create a domain accessor.
createDomainAccess(IDBAccess, String, IDomainAccess.DomainLabelUse) - Method in interface iot.jcypher.domain.IDomainAccessFactory
Create a domain accessor.
createDomainAccess(IDBAccess, String) - Method in class iot.jcypher.domain.internal.DomainAccessFactoryImpl
 
createDomainAccess(IDBAccess, String, IDomainAccess.DomainLabelUse) - Method in class iot.jcypher.domain.internal.DomainAccessFactoryImpl
 
createDomainModel(String, String, DomainAccess) - Static method in class iot.jcypher.domain.genericmodel.internal.InternalAccess
 
createDomainObject(DOType) - Static method in class iot.jcypher.domain.genericmodel.InternalAccess
 
createDomainObjectMatch(Class<T>, int, QueryExecutor.MappingInfo) - Static method in class iot.jcypher.domainquery.api.APIAccess
 
createDomainObjectMatch(Class<T>, DomainObjectMatch<?>) - Static method in class iot.jcypher.domainquery.api.APIAccess
 
createDomainObjectMatch(DomainObjectMatch<T>, int, QueryExecutor.MappingInfo) - Static method in class iot.jcypher.domainquery.api.APIAccess
 
createDOType(String, DomainModel) - Static method in class iot.jcypher.domain.genericmodel.InternalAccess
 
createEndTerminal(CaseExpression) - Static method in class iot.jcypher.query.api.cases.CaseFactory
 
createEnumBuilder(String) - Method in interface iot.jcypher.domain.genericmodel.DOTypeBuilderFactory
Create a ClassBuilder which allows to build a generic domain object type representing an Enum.
createEnumBuilder(String) - Method in class iot.jcypher.domain.genericmodel.internal.DomainModel.TypeBuilderFactory
 
createEnumBuilder(String, DomainModel) - Static method in class iot.jcypher.domain.genericmodel.InternalAccess
 
createGenericDomainAccess(IDBAccess, String) - Static method in class iot.jcypher.domain.DomainAccessFactory
Create a domain accessor which works with a generic domain model.
createGenericDomainAccess(IDBAccess, String, IDomainAccess.DomainLabelUse) - Static method in class iot.jcypher.domain.DomainAccessFactory
Create a domain accessor which works with a generic domain model.
createGenericDomainAccess(IDBAccess, String) - Method in interface iot.jcypher.domain.IDomainAccessFactory
Create a domain accessor which works with a generic domain model.
createGenericDomainAccess(IDBAccess, String, IDomainAccess.DomainLabelUse) - Method in interface iot.jcypher.domain.IDomainAccessFactory
Create a domain accessor which works with a generic domain model.
createGenericDomainAccess(IDBAccess, String) - Method in class iot.jcypher.domain.internal.DomainAccessFactoryImpl
 
createGenericDomainAccess(IDBAccess, String, IDomainAccess.DomainLabelUse) - Method in class iot.jcypher.domain.internal.DomainAccessFactoryImpl
 
createGenMatchForInternal(List<DomainObject>, String) - Method in class iot.jcypher.domainquery.AbstractDomainQuery
Create a match for a list of domain objects which were retrieved by another query.
createGraph(ResultHandler) - Static method in class iot.jcypher.graph.GrAccess
 
createGraphDB() - Method in class iot.jcypher.database.embedded.AbstractEmbeddedDBAccess
 
createGraphDB() - Method in class iot.jcypher.database.embedded.EmbeddedDBAccess
 
createGraphDB() - Method in class iot.jcypher.database.embedded.InMemoryDBAccess
 
createInterfaceBuilder(String) - Method in interface iot.jcypher.domain.genericmodel.DOTypeBuilderFactory
Create a ClassBuilder which allows to build a generic domain object type representing an Interface.
createInterfaceBuilder(String) - Method in class iot.jcypher.domain.genericmodel.internal.DomainModel.TypeBuilderFactory
 
createInterfaceBuilder(String, DomainModel) - Static method in class iot.jcypher.domain.genericmodel.InternalAccess
 
createLabel(String) - Static method in class iot.jcypher.graph.GrAccess
 
createLabelMapping(Class<?>) - Static method in class iot.jcypher.domain.mapping.DefaultObjectMappingCreator
 
createLockingTxIfNeeded() - Method in class iot.jcypher.query.result.util.ResultHandler
 
createMatch(Class<T>) - Method in class iot.jcypher.domainquery.DomainQuery
Create a match for a specific type of domain objects
createMatch(String) - Method in class iot.jcypher.domainquery.GDomainQuery
Create a match for a specific type of domain objects.
createMatch(AbstractDomainQuery, Class<T>) - Static method in class iot.jcypher.domainquery.InternalAccess
 
createMatchFor(T) - Method in class iot.jcypher.domainquery.AbstractDomainQuery
Create a match for a domain object which was retrieved by another query
createMatchFor(List<T>, Class<T>) - Method in class iot.jcypher.domainquery.DomainQuery
Create a match for a list of domain objects which were retrieved by another query
createMatchFor(List<DomainObject>, String) - Method in class iot.jcypher.domainquery.GDomainQuery
Create a match for a list of domain objects which were retrieved by another query.
createMatchForInternal(List<T>, Class<T>) - Method in class iot.jcypher.domainquery.AbstractDomainQuery
Create a match for a list of domain objects which were retrieved by another query
createMatchFrom(DomainObjectMatch<T>) - Method in class iot.jcypher.domainquery.AbstractDomainQuery
Create a match from a DomainObjectMatch specified in the context of another query
createModifyTerminal(APIObject) - Static method in class iot.jcypher.query.api.modify.ModifyFactory
 
createNode(ResultHandler, GrId, int) - Static method in class iot.jcypher.graph.GrAccess
 
createNode() - Method in class iot.jcypher.graph.Graph
create a node in the graph
createNode() - Method in class iot.jcypher.query.result.util.ResultHandler.LocalElements
 
createObjectMapping(Class<?>, DomainModel) - Static method in class iot.jcypher.domain.mapping.DefaultObjectMappingCreator
 
createOnLabel(String) - Static method in class iot.jcypher.query.api.index.IFactory
 
createOrder(OrderExpression) - Static method in class iot.jcypher.domainquery.api.APIAccess
 
createParam(String, Object, WriterContext) - Static method in class iot.jcypher.query.writer.QueryParam
 
createPath(ResultHandler, GrId, GrId, List<GrId>, int) - Static method in class iot.jcypher.graph.GrAccess
 
createProperty(String) - Static method in class iot.jcypher.graph.GrAccess
 
createQuery() - Method in interface iot.jcypher.domain.IDomainAccess
create a new domain query
createQuery() - Method in interface iot.jcypher.domain.IGenericDomainAccess
create a new generic domain query
createQuery() - Method in class iot.jcypher.domain.internal.DomainAccess
 
createQuery() - Method in class iot.jcypher.domain.internal.DomainAccess.GenericDomainAccess
 
createQuery() - Method in class iot.jcypher.domain.internal.DomainAccessSync
 
createQuery() - Method in class iot.jcypher.domain.internal.DomainAccessSync.GenericDomainAccessSync
 
createRecordedGenQuery(ReplayedQueryContext) - Method in class iot.jcypher.domain.internal.DomainAccess.InternalDomainAccess
 
createRecordedQuery(ReplayedQueryContext) - Method in class iot.jcypher.domain.internal.DomainAccess.InternalDomainAccess
 
createRelation(ResultHandler, GrId, GrId, GrId, int) - Static method in class iot.jcypher.graph.GrAccess
 
createRelation(ResultHandler, GrId, GrId, GrId, String) - Static method in class iot.jcypher.graph.GrAccess
 
createRelation(String, GrNode, GrNode) - Method in class iot.jcypher.graph.Graph
create a relation in the graph
createRelation(String, GrNode, GrNode) - Method in class iot.jcypher.query.result.util.ResultHandler.LocalElements
 
createSelect(SelectExpression<T>, AbstractDomainQuery.IntAccess) - Static method in class iot.jcypher.domainquery.api.APIAccess
 
createStep(int, String) - Method in class iot.jcypher.domainquery.ast.TraversalExpression.Step
 
createSurrogate(Object) - Static method in class iot.jcypher.domain.mapping.surrogate.AbstractSurrogate
 
createTerminalResult(IASTObject) - Static method in class iot.jcypher.domainquery.api.APIAccess
 
createTraverse(TraversalExpression) - Static method in class iot.jcypher.domainquery.api.APIAccess
 
CTerminal - Class in iot.jcypher.query.api.collection
 
currentClause - Variable in class iot.jcypher.query.writer.WriterContext
 
CurrentDomain - Class in iot.jcypher.domain.internal
 
CurrentDomain() - Constructor for class iot.jcypher.domain.internal.CurrentDomain
 
CWhere - Class in iot.jcypher.query.api.collection
 
cypher(String...) - Static method in class iot.jcypher.query.api.nativ.NatFactory
 
cypher(String...) - Static method in class iot.jcypher.query.factories.clause.NATIVE
JCYPHER
write one or more line(s) of CYPHER text (e.g. for expressions which are not implemented in JCypher yet)

cypherFormat - Variable in class iot.jcypher.query.writer.WriterContext
 
CypherWriter - Class in iot.jcypher.query.writer
 
CypherWriter() - Constructor for class iot.jcypher.query.writer.CypherWriter
 
CypherWriter.PrimitiveCypherWriter - Class in iot.jcypher.query.writer
 
CypherWriter.PrimitiveCypherWriter() - Constructor for class iot.jcypher.query.writer.CypherWriter.PrimitiveCypherWriter
 

D

DATABASE_DIR - Static variable in interface iot.jcypher.database.DBProperties
REQUIRED - Directory of the embedded database.
dateToLong(Date) - Static method in class iot.jcypher.domain.mapping.MappingUtil
 
dateToString(Date) - Static method in class iot.jcypher.domain.mapping.MappingUtil
 
DBAccessFactory - Class in iot.jcypher.database
A Factory for creating accessors to Neo4j databases.
DBAccessFactory() - Constructor for class iot.jcypher.database.DBAccessFactory
 
DBProperties - Interface in iot.jcypher.database
Defines the keys of properties needed to configure database access.
DBType - Enum in iot.jcypher.database
 
DBUtil - Class in iot.jcypher.database.internal
 
DBUtil() - Constructor for class iot.jcypher.database.internal.DBUtil
 
DBVersion - Class in iot.jcypher.database
 
DBVersion() - Constructor for class iot.jcypher.database.DBVersion
 
decode(String) - Static method in class iot.jcypher.util.Base64CD
Decodes a byte array from Base64 format.
decode(char[]) - Static method in class iot.jcypher.util.Base64CD
Decodes a byte array from Base64 format.
decodeString(String) - Static method in class iot.jcypher.util.Base64CD
Decodes a string from Base64 format.
decrementLevel() - Method in class iot.jcypher.query.writer.WriterContext
 
DefaultObjectMappingCreator - Class in iot.jcypher.domain.mapping
 
DefaultObjectMappingCreator() - Constructor for class iot.jcypher.domain.mapping.DefaultObjectMappingCreator
 
Deferred2DO - Class in iot.jcypher.domain.mapping.surrogate
 
Deferred2DO(FieldMapping, AbstractSurrogate, Object) - Constructor for class iot.jcypher.domain.mapping.surrogate.Deferred2DO
 
DEGREES - Static variable in class iot.jcypher.query.values.functions.FUNCTION.Math
 
degrees() - Method in class iot.jcypher.query.values.MathFunctions
JCYPHER
convert radians to degrees.
DELETE(JcElement) - Method in class iot.jcypher.query.api.collection.Do
JCYPHER
delete a graph element in the DO part of a FOREACH expression
e.g. ...
DELETE(JcElement) - Static method in class iot.jcypher.query.factories.clause.DO
JCYPHER
delete a graph element in a DO clause
e.g. ...
DELETE(JcElement) - Static method in class iot.jcypher.query.factories.clause.ON_CREATE
JCYPHER
delete a graph element in an ON_CREATE clause
e.g. ...
DELETE(JcElement) - Static method in class iot.jcypher.query.factories.clause.ON_MATCH
JCYPHER
delete a graph element in an ON_MATCH clause
e.g. ...
deleteElement(JcElement) - Static method in class iot.jcypher.query.api.modify.ModifyFactory
 
DESCENDING() - Method in class iot.jcypher.domainquery.api.OrderDirection
Sort descending
DirectField - Class in iot.jcypher.domain.mapping
 
DirectField(Field) - Constructor for class iot.jcypher.domain.mapping.DirectField
 
disableUseSet(WriterContext) - Static method in class iot.jcypher.query.writer.QueryParamSet
 
DISTANCE(int, int) - Method in class iot.jcypher.domainquery.api.TraversalStep
Define the distance in terms of how many hops to take when navigating the domain graph along a given attribute.
DISTINCT() - Method in class iot.jcypher.query.api.returns.AggregateDistinct
JCYPHER
return unique results
e.g. ...aggregate().
DISTINCT() - Method in class iot.jcypher.query.api.returns.RCount
JCYPHER
return unique results
e.g.
DISTINCT() - Static method in class iot.jcypher.query.api.returns.RFactory
 
distinct() - Static method in class iot.jcypher.query.api.union.UnionFactory
 
DISTINCT() - Static method in class iot.jcypher.query.factories.clause.RETURN
JCYPHER
return unique results
e.g.
distinct() - Static method in class iot.jcypher.query.factories.clause.UNION
JCYPHER
combine the results of two queries, remove duplicates
UNION.distinct()

DISTINCT() - Static method in class iot.jcypher.query.factories.clause.WITH
JCYPHER
return unique results
e.g.
div(Number) - Method in class iot.jcypher.query.values.JcNumber
JCYPHER
return the result of dividing a number by another number, return a JcNumber

div(JcNumber) - Method in class iot.jcypher.query.values.JcNumber
JCYPHER
return the result of dividing a number by another number, return a JcNumber

DIV - Static variable in class iot.jcypher.query.values.operators.OPERATOR.Number
 
Do - Class in iot.jcypher.query.api.collection
 
DO() - Method in class iot.jcypher.query.api.collection.EachDoConcat
JCYPHER
start the DO part of a FOREACH expression
e.g. ...
DO(IClause[]) - Method in class iot.jcypher.query.api.collection.EachDoConcat
JCYPHER
specify the DO part of a FOREACH expression by means of a list of clauses.
DO - Class in iot.jcypher.query.factories.clause
JCYPHER CLAUSE
DO() - Constructor for class iot.jcypher.query.factories.clause.DO
 
DoConcat - Class in iot.jcypher.query.api.collection
 
DoEvalExpression - Class in iot.jcypher.query.ast.collection
 
DoEvalExpression() - Constructor for class iot.jcypher.query.ast.collection.DoEvalExpression
 
DOField - Class in iot.jcypher.domain.genericmodel
 
DomainAccess - Class in iot.jcypher.domain.internal
 
DomainAccess(IDBAccess, String, IDomainAccess.DomainLabelUse) - Constructor for class iot.jcypher.domain.internal.DomainAccess
 
DomainAccess.GenericDomainAccess - Class in iot.jcypher.domain.internal
 
DomainAccess.GenericDomainAccess() - Constructor for class iot.jcypher.domain.internal.DomainAccess.GenericDomainAccess
 
DomainAccess.InternalDomainAccess - Class in iot.jcypher.domain.internal
 
DomainAccess.IRecursionExit - Interface in iot.jcypher.domain.internal
 
DomainAccessFactory - Class in iot.jcypher.domain
A Factory for creating domain accessors.
DomainAccessFactory() - Constructor for class iot.jcypher.domain.DomainAccessFactory
 
DomainAccessFactoryImpl - Class in iot.jcypher.domain.internal
 
DomainAccessFactoryImpl(DomainAccessFactoryImpl.SyncType) - Constructor for class iot.jcypher.domain.internal.DomainAccessFactoryImpl
 
DomainAccessFactoryImpl.SyncType - Enum in iot.jcypher.domain.internal
 
DomainAccessSync - Class in iot.jcypher.domain.internal
 
DomainAccessSync.GenericDomainAccessSync - Class in iot.jcypher.domain.internal
 
DomainAccessSync.GenericDomainAccessSync() - Constructor for class iot.jcypher.domain.internal.DomainAccessSync.GenericDomainAccessSync
 
DomainInformation - Class in iot.jcypher.domain
Provides general informations about domains.
DomainInformation.DomainObjectType - Class in iot.jcypher.domain
 
DomainModel - Class in iot.jcypher.domain.genericmodel.internal
 
DomainModel.TypeBuilderFactory - Class in iot.jcypher.domain.genericmodel.internal
 
DomainModel.TypeBuilderFactory() - Constructor for class iot.jcypher.domain.genericmodel.internal.DomainModel.TypeBuilderFactory
 
domainModelAsString() - Method in class iot.jcypher.domain.internal.DomainAccess.InternalDomainAccess
For Testing
DomainObject - Class in iot.jcypher.domain.genericmodel
 
DomainObject(DOType) - Constructor for class iot.jcypher.domain.genericmodel.DomainObject
 
DomainObjectMatch<T> - Class in iot.jcypher.domainquery.api
 
DomainQuery - Class in iot.jcypher.domainquery
 
DomainQuery(IDomainAccess) - Constructor for class iot.jcypher.domainquery.DomainQuery
 
DomainQueryResult - Class in iot.jcypher.domainquery
 
DomainState - Class in iot.jcypher.domain.mapping
 
DomainState() - Constructor for class iot.jcypher.domain.mapping.DomainState
 
DomainState.IRelation - Interface in iot.jcypher.domain.mapping
 
DomainState.KeyedRelation - Class in iot.jcypher.domain.mapping
 
DomainState.KeyedRelation(String, Object, Object, Object) - Constructor for class iot.jcypher.domain.mapping.DomainState.KeyedRelation
 
DomainState.KeyedRelationToChange - Class in iot.jcypher.domain.mapping
 
DomainState.KeyedRelationToChange(DomainState.KeyedRelation, DomainState.KeyedRelation) - Constructor for class iot.jcypher.domain.mapping.DomainState.KeyedRelationToChange
 
DomainState.LoadInfo - Class in iot.jcypher.domain.mapping
 
DomainState.LoadInfo() - Constructor for class iot.jcypher.domain.mapping.DomainState.LoadInfo
 
DomainState.Relation - Class in iot.jcypher.domain.mapping
 
DomainState.Relation(String, Object, Object) - Constructor for class iot.jcypher.domain.mapping.DomainState.Relation
 
DomainState.Relation.RelationUpdate - Class in iot.jcypher.domain.mapping
 
DomainState.RelationLoadInfo - Class in iot.jcypher.domain.mapping
 
DomainState.RelationLoadInfo() - Constructor for class iot.jcypher.domain.mapping.DomainState.RelationLoadInfo
 
DomainState.SourceField2TargetKey - Class in iot.jcypher.domain.mapping
 
DomainState.SourceField2TargetKey(Object, String, Object) - Constructor for class iot.jcypher.domain.mapping.DomainState.SourceField2TargetKey
 
DomainState.SourceField2TargetKey(DomainState.SourceFieldKey, Object) - Constructor for class iot.jcypher.domain.mapping.DomainState.SourceField2TargetKey
 
DomainState.SourceFieldKey - Class in iot.jcypher.domain.mapping
 
DomainState.SourceFieldKey(Object, String) - Constructor for class iot.jcypher.domain.mapping.DomainState.SourceFieldKey
 
doMatchRef(String) - Method in class iot.jcypher.domainquery.internal.RecordedQuery
 
DOType - Class in iot.jcypher.domain.genericmodel
 
DOType.Builder - Class in iot.jcypher.domain.genericmodel
 
DOType.DOClassBuilder - Class in iot.jcypher.domain.genericmodel
 
DOType.DOEnumBuilder - Class in iot.jcypher.domain.genericmodel
 
DOType.DOInterfaceBuilder - Class in iot.jcypher.domain.genericmodel
 
DOType.Kind - Enum in iot.jcypher.domain.genericmodel
 
DOTypeBuilderFactory - Interface in iot.jcypher.domain.genericmodel
 
DOWalker - Class in iot.jcypher.domain.genericmodel.internal
 
DOWalker(DomainObject, IDOVisitor) - Constructor for class iot.jcypher.domain.genericmodel.internal.DOWalker
 
DOWalker(List<DomainObject>, IDOVisitor) - Constructor for class iot.jcypher.domain.genericmodel.internal.DOWalker
 
DOWalker.Field - Class in iot.jcypher.domain.genericmodel.internal
 
DOWalker.IndexedField - Class in iot.jcypher.domain.genericmodel.internal
 
DOWalker.KeyedField - Class in iot.jcypher.domain.genericmodel.internal
 
downInTree - Variable in class iot.jcypher.domain.mapping.surrogate.AbstractDeferred
 
DROP_INDEX - Class in iot.jcypher.query.factories.clause
JCYPHER CLAUSE
DROP_INDEX() - Constructor for class iot.jcypher.query.factories.clause.DROP_INDEX
 
dropOnLabel(String) - Static method in class iot.jcypher.query.api.index.IFactory
 

E

E - Static variable in class iot.jcypher.query.values.functions.FUNCTION.Math
 
e() - Static method in class iot.jcypher.query.values.MATH
JCYPHER
return the constant e (2.718281828459045, the base of natural log).
EachDoConcat - Class in iot.jcypher.query.api.collection
 
element(JcValue) - Static method in class iot.jcypher.query.api.collection.CFactory
 
Element<T> - Class in iot.jcypher.query.api.pattern
 
element(JcValue) - Static method in class iot.jcypher.query.factories.clause.FOR_EACH
JCYPHER
define a variable (a JcValue or a subclass like JcNode) to iterate over a collection
e.g. ...FOR_EACH.
element(JcValue) - Static method in class iot.jcypher.query.factories.xpression.F
JCYPHER
define a variable (a JcValue or a subclass like JcNode) to iterate over a collection
e.g. ...
ELEMENTS(TerminalResult...) - Method in class iot.jcypher.domainquery.api.Select
Specify one or more predicate expressions to constrain the set of domain objects
ELSE - Class in iot.jcypher.query.factories.clause
JCYPHER CLAUSE - ELSE part of a CASE expression
ELSE() - Constructor for class iot.jcypher.query.factories.clause.ELSE
 
EmbeddedDBAccess - Class in iot.jcypher.database.embedded
 
EmbeddedDBAccess() - Constructor for class iot.jcypher.database.embedded.EmbeddedDBAccess
 
ENCLOSE - Static variable in class iot.jcypher.query.values.functions.FUNCTION.Common
 
enclose() - Method in class iot.jcypher.query.values.JcNumber
JCYPHER
enclose an expression with brackets
e.g.
encode(byte[]) - Static method in class iot.jcypher.util.Base64CD
Encodes a byte array into Base64 format.
encode(byte[], int) - Static method in class iot.jcypher.util.Base64CD
Encodes a byte array into Base64 format.
encodeString(String) - Static method in class iot.jcypher.util.Base64CD
Encodes a string into Base64 format.
END - Class in iot.jcypher.query.factories.clause
JCYPHER CLAUSE - END of a CASE expression
END() - Constructor for class iot.jcypher.query.factories.clause.END
 
ENDNODE - Static variable in class iot.jcypher.query.values.functions.FUNCTION.Relation
 
endNode() - Method in class iot.jcypher.query.values.JcRelation
JCYPHER
return the end node of a relation, return a JcNode

endReResolve() - Method in class iot.jcypher.domain.internal.DomainAccess.InternalDomainAccess
 
ENDS_WITH(String) - Method in class iot.jcypher.domainquery.api.BooleanOperation
JCYPHER
case-sensitive matching on the end of strings

ENDS_WITH(String) - Method in class iot.jcypher.query.api.predicate.BooleanOperation
JCYPHER
case-sensitive matching on the end of strings
e.g. ...valueOf(n.property("name")).
EndTerminal - Class in iot.jcypher.query.api.cases
 
endVisitDomainObject(DomainObject, DOWalker.Field, int) - Method in interface iot.jcypher.domain.genericmodel.internal.IDOVisitor
 
endVisitDomainObjects(List<DomainObject>) - Method in interface iot.jcypher.domain.genericmodel.internal.IDOVisitor
 
endVisitField(DOField, Object, int) - Method in interface iot.jcypher.domain.genericmodel.internal.IDOVisitor
 
entry2Update() - Method in interface iot.jcypher.domain.mapping.surrogate.IEntryUpdater
 
entry2Update() - Method in interface iot.jcypher.domain.mapping.surrogate.ISurrogate2Entry
 
entry2Update() - Method in class iot.jcypher.domain.mapping.surrogate.ListEntriesUpdater
 
entry2Update() - Method in class iot.jcypher.domain.mapping.surrogate.MapEntryUpdater
 
entry2Update() - Method in class iot.jcypher.domain.mapping.surrogate.Surrogate2ListEntry
 
entry2Update() - Method in class iot.jcypher.domain.mapping.surrogate.Surrogate2MapEntry
 
equals(Object) - Method in class iot.jcypher.domain.mapping.DomainState.KeyedRelation
 
equals(Object) - Method in class iot.jcypher.domain.mapping.DomainState.Relation
 
equals(Object) - Method in class iot.jcypher.domain.mapping.DomainState.SourceField2TargetKey
 
equals(Object) - Method in class iot.jcypher.domain.mapping.DomainState.SourceFieldKey
 
equals(Object) - Method in class iot.jcypher.domain.mapping.FieldMapping
 
equals(Object) - Method in class iot.jcypher.domain.mapping.MapTerminator
 
equals(Object) - Method in class iot.jcypher.domain.mapping.surrogate.MapEntryUpdater
 
equals(Object) - Method in class iot.jcypher.domain.mapping.surrogate.Surrogate2ListEntry
 
equals(Object) - Method in class iot.jcypher.domain.mapping.surrogate.Surrogate2MapEntry
 
equals(Object) - Method in class iot.jcypher.domain.mapping.surrogate.SurrogateState.Surrogate_Key
 
EQUALS(E) - Method in class iot.jcypher.domainquery.api.BooleanOperation
JCYPHER
test for equality

EQUALS(E) - Method in class iot.jcypher.query.api.predicate.BooleanOperation
JCYPHER
test for equality
e.g. ...valueOf(n.property("age")).
ERR_CLOSED - Static variable in class iot.jcypher.transaction.internal.AbstractTransaction
 
ERR_THREAD - Static variable in class iot.jcypher.transaction.internal.AbstractTransaction
 
ETransactionImpl - Class in iot.jcypher.database.embedded
 
ETransactionImpl(AbstractEmbeddedDBAccess) - Constructor for class iot.jcypher.database.embedded.ETransactionImpl
 
EvalExpression - Class in iot.jcypher.query.ast.collection
 
EvalExpression() - Constructor for class iot.jcypher.query.ast.collection.EvalExpression
 
evalPredicate(Concatenator) - Method in class iot.jcypher.query.api.returns.RDistinct
JCYPHER
return the result of evaluating a Predicate Expression (true or false)
Use Factory Class P to create a Predicate Expressions
e.g. ...
evalPredicate(Concatenator) - Static method in class iot.jcypher.query.factories.clause.RETURN
JCYPHER
return the result of evaluating a Predicate Expression (true or false)
Use Factory Class P to create a Predicate Expressions
e.g.
evalPredicate(Concatenator) - Static method in class iot.jcypher.query.factories.clause.WITH
JCYPHER
return the result of evaluating a Predicate Expression (true or false)
Use Factory Class P to create a Predicate Expressions
e.g.
execute(JcQuery) - Method in class iot.jcypher.database.embedded.AbstractEmbeddedDBAccess
 
execute(List<JcQuery>) - Method in class iot.jcypher.database.embedded.AbstractEmbeddedDBAccess
 
execute(JcQuery) - Method in interface iot.jcypher.database.IDBAccess
execute a query against a database
execute(List<JcQuery>) - Method in interface iot.jcypher.database.IDBAccess
execute a list of queries against a database
execute(JcQuery) - Method in class iot.jcypher.database.remote.RemoteDBAccess
 
execute(List<JcQuery>) - Method in class iot.jcypher.database.remote.RemoteDBAccess
 
execute(List<JcQuery>) - Method in class iot.jcypher.domain.internal.DomainAccess.InternalDomainAccess
 
execute() - Method in class iot.jcypher.domainquery.AbstractDomainQuery
Execute the domain query
execute() - Method in class iot.jcypher.domainquery.internal.QueryExecutor
Execute the domain query
executeCount() - Method in class iot.jcypher.domainquery.AbstractDomainQuery
Retrieve the count for every DomainObjectMatch of the query in order to support pagination
executeCount() - Method in class iot.jcypher.domainquery.internal.QueryExecutor
Execute the count query
existsLabel(String) - Method in class iot.jcypher.domain.internal.DomainAccess.InternalDomainAccess
 
existsPattern(IElement) - Method in class iot.jcypher.query.api.predicate.Concat
 
existsPattern(IElement) - Method in interface iot.jcypher.query.api.predicate.IBeforePredicate
JCYPHER
matches a pattern expression against the graph.
existsPattern(IElement) - Static method in class iot.jcypher.query.api.predicate.PFactory
 
existsPattern(IElement) - Method in class iot.jcypher.query.api.returns.RDistinct
JCYPHER
try to match a pattern against the graph.
existsPattern(IElement) - Static method in class iot.jcypher.query.api.returns.RFactory
 
ExistsPattern - Class in iot.jcypher.query.ast.predicate
 
ExistsPattern() - Constructor for class iot.jcypher.query.ast.predicate.ExistsPattern
 
existsPattern(IElement) - Static method in class iot.jcypher.query.factories.clause.RETURN
JCYPHER
try to match a pattern against the graph.
existsPattern(IElement) - Static method in class iot.jcypher.query.factories.clause.WHERE
JCYPHER
matches a pattern expression against the graph.
existsPattern(IElement) - Static method in class iot.jcypher.query.factories.clause.WITH
JCYPHER
try to match a pattern against the graph.
existsPattern(IElement) - Static method in class iot.jcypher.query.factories.xpression.P
JCYPHER
matches a pattern expression against the graph.
existsRelation(DomainState.IRelation) - Method in class iot.jcypher.domain.mapping.DomainState
 
EXP - Static variable in class iot.jcypher.query.values.functions.FUNCTION.Math
 
exp() - Method in class iot.jcypher.query.values.MathFunctions
JCYPHER
return the value e raised to the power of a number.
EXProperty<T> - Class in iot.jcypher.query.api.collection
 
EXTRACT() - Static method in class iot.jcypher.query.api.collection.CFactory
 
EXTRACT() - Method in class iot.jcypher.query.api.collection.Collection
JCYPHER
go through a collection, run an expression on every element of the collection,
and return the results as a collection of these values
e.g. ...
EXTRACT() - Static method in class iot.jcypher.query.factories.xpression.C
JCYPHER
go through a collection, run an expression on every element of the collection,
and return the results as a collection of these values
e.g. ...
ExtractEvalExpression - Class in iot.jcypher.query.ast.collection
 
ExtractEvalExpression() - Constructor for class iot.jcypher.query.ast.collection.ExtractEvalExpression
 
ExtractExpression - Class in iot.jcypher.query.api.collection
 

F

F - Class in iot.jcypher.query.factories.xpression
JCYPHER FACTORY FOR 'FOR EACH' EXPRESSIONS
F() - Constructor for class iot.jcypher.query.factories.xpression.F
 
failed - Variable in class iot.jcypher.transaction.internal.AbstractTransaction
 
failure() - Method in class iot.jcypher.transaction.internal.AbstractTransaction
 
failure() - Method in interface iot.jcypher.transaction.ITransaction
Marks this transaction as failed, which means that it will unconditionally be rolled back when close() is called.
FieldMapping - Class in iot.jcypher.domain.mapping
 
FieldMapping(IField) - Constructor for class iot.jcypher.domain.mapping.FieldMapping
 
FieldMapping(IField, String) - Constructor for class iot.jcypher.domain.mapping.FieldMapping
 
FieldMapping.FieldKind - Enum in iot.jcypher.domain.mapping
 
fieldMappingsIterator() - Method in class iot.jcypher.domain.mapping.CompoundObjectMapping
 
fieldMappingsIterator() - Method in class iot.jcypher.domain.mapping.ObjectMapping
 
fieldMappingsIterator() - Method in class iot.jcypher.domain.mapping.SimpleObjectMapping
 
FILTER() - Static method in class iot.jcypher.query.api.collection.CFactory
 
FILTER() - Method in class iot.jcypher.query.api.collection.Collection
JCYPHER
return all the elements in a collection that hold true for a predicate expression
e.g. ...
FILTER() - Static method in class iot.jcypher.query.factories.xpression.C
JCYPHER
return all the elements in a collection that hold true for a predicate expression
e.g. ...
filterBuffer - Variable in class iot.jcypher.query.writer.WriterContext
 
finalize() - Method in class iot.jcypher.domainquery.internal.QueryExecutor
 
findFirst(ValueElement) - Static method in class iot.jcypher.query.values.ValueAccess
 
findRelation(Object, String) - Method in class iot.jcypher.domain.mapping.DomainState
 
finishParamSet(WriterContext) - Static method in class iot.jcypher.query.writer.QueryParamSet
 
fireChanged(SyncState, SyncState) - Method in class iot.jcypher.graph.PersistableItem
 
fireContainerChanged(SyncState, SyncState) - Method in class iot.jcypher.graph.PersistableItemsContainer
 
FLOOR - Static variable in class iot.jcypher.query.values.functions.FUNCTION.Math
 
floor() - Method in class iot.jcypher.query.values.MathFunctions
JCYPHER
return the greatest integer less than or equal to a number.
flush() - Method in class iot.jcypher.util.MultiOutputStream
 
FOR_EACH(DoConcat) - Method in class iot.jcypher.query.api.collection.Do
JCYPHER
create a FOREACH expression in the DO part of another FOREACH expression
Use Factory Class F to create FOREACH Expressions
e.g. ...
FOR_EACH - Class in iot.jcypher.query.factories.clause
JCYPHER CLAUSE
FOR_EACH() - Constructor for class iot.jcypher.query.factories.clause.FOR_EACH
 
forAll(JcValue) - Static method in class iot.jcypher.query.api.collection.CFactory
 
forAll(JcValue) - Static method in class iot.jcypher.query.factories.xpression.I
JCYPHER
all elements of the collection must hold true for a predicate expression
e.g. ...holdsTrue(I.
forAny(JcValue) - Static method in class iot.jcypher.query.api.collection.CFactory
 
forAny(JcValue) - Static method in class iot.jcypher.query.factories.xpression.I
JCYPHER
at least one element of the collection must hold true for a predicate expression
e.g. ...holdsTrue(I.
forDomain(IDBAccess, String) - Static method in class iot.jcypher.domain.DomainInformation
create a DomainInformation object for a domain with name 'domainName' stored in a graphdatabase accessed via 'dbAccess'
Format - Enum in iot.jcypher.query.writer
 
forNone(JcValue) - Static method in class iot.jcypher.query.api.collection.CFactory
 
forNone(JcValue) - Static method in class iot.jcypher.query.factories.xpression.I
JCYPHER
no element of the collection may hold true for a predicate expression
e.g. ...holdsTrue(I.
forProperty(String) - Method in class iot.jcypher.query.api.index.IndexFor
JCYPHER
select the property on which to create or drop the index
e.g.
forSingle(JcValue) - Static method in class iot.jcypher.query.api.collection.CFactory
 
forSingle(JcValue) - Static method in class iot.jcypher.query.factories.xpression.I
JCYPHER
exactly one element of the collection must hold true for a predicate expression
e.g. ...holdsTrue(I.
FORTH(String) - Method in class iot.jcypher.domainquery.api.TraversalStep
Traverse forward via an attribute
FORTH(String) - Method in class iot.jcypher.domainquery.api.Traverse
Traverse forward via an attribute
from(JcCollection) - Method in class iot.jcypher.query.api.collection.CollectFrom
JCYPHER
set a collection of property containers (nodes or relations)
from which to collect properties
e.g. ...COLLECT().property("name").
fromAll(JcValue) - Method in class iot.jcypher.query.api.collection.CFrom
JCYPHER
define a variable (a JcValue or a subclass like JcNode) to iterate over a collection
e.g. ...
FromPreviousQueryExpression - Class in iot.jcypher.domainquery.ast
 
FromPreviousQueryExpression(DomainObjectMatch<?>, DomainObjectMatch<?>) - Constructor for class iot.jcypher.domainquery.ast.FromPreviousQueryExpression
 
FromPreviousQueryExpression(DomainObjectMatch<?>, List<?>) - Constructor for class iot.jcypher.domainquery.ast.FromPreviousQueryExpression
 
fromType(Class<?>, String) - Static method in class iot.jcypher.domain.mapping.MappingUtil
Answer an appropriate instance of a JcPrimitive for the given simple-type and name.
FTYPE - Class in iot.jcypher.query.values.functions
 
FTYPE() - Constructor for class iot.jcypher.query.values.functions.FTYPE
 
FTYPE.Collection - Enum in iot.jcypher.query.values.functions
 
FTYPE.Common - Enum in iot.jcypher.query.values.functions
 
FTYPE.Math - Enum in iot.jcypher.query.values.functions
 
FTYPE.Node - Enum in iot.jcypher.query.values.functions
 
FTYPE.Path - Enum in iot.jcypher.query.values.functions
 
FTYPE.PropertyContainer - Enum in iot.jcypher.query.values.functions
 
FTYPE.Relation - Enum in iot.jcypher.query.values.functions
 
FTYPE.String - Enum in iot.jcypher.query.values.functions
 
Function - Class in iot.jcypher.query.values
 
Function(String, String, Enum<?>) - Constructor for class iot.jcypher.query.values.Function
 
FUNCTION - Class in iot.jcypher.query.values.functions
 
FUNCTION() - Constructor for class iot.jcypher.query.values.functions.FUNCTION
 
FUNCTION.Collection - Class in iot.jcypher.query.values.functions
 
FUNCTION.Collection() - Constructor for class iot.jcypher.query.values.functions.FUNCTION.Collection
 
FUNCTION.Common - Class in iot.jcypher.query.values.functions
 
FUNCTION.Common() - Constructor for class iot.jcypher.query.values.functions.FUNCTION.Common
 
FUNCTION.Math - Class in iot.jcypher.query.values.functions
 
FUNCTION.Math() - Constructor for class iot.jcypher.query.values.functions.FUNCTION.Math
 
FUNCTION.Node - Class in iot.jcypher.query.values.functions
 
FUNCTION.Node() - Constructor for class iot.jcypher.query.values.functions.FUNCTION.Node
 
FUNCTION.Path - Class in iot.jcypher.query.values.functions
 
FUNCTION.Path() - Constructor for class iot.jcypher.query.values.functions.FUNCTION.Path
 
FUNCTION.PropertyContainer - Class in iot.jcypher.query.values.functions
 
FUNCTION.PropertyContainer() - Constructor for class iot.jcypher.query.values.functions.FUNCTION.PropertyContainer
 
FUNCTION.Relation - Class in iot.jcypher.query.values.functions
 
FUNCTION.Relation() - Constructor for class iot.jcypher.query.values.functions.FUNCTION.Relation
 
FUNCTION.String - Class in iot.jcypher.query.values.functions
 
FUNCTION.String() - Constructor for class iot.jcypher.query.values.functions.FUNCTION.String
 
FunctionCapsule - Class in iot.jcypher.query.values
 
FunctionCapsule.FunctionEnd - Class in iot.jcypher.query.values
 
FunctionCapsule.FunctionStart - Class in iot.jcypher.query.values
 
FunctionInstance - Class in iot.jcypher.query.values
 

G

GDomainQuery - Class in iot.jcypher.domainquery
Allows to formulate a query against a generic domain model
GDomainQuery(IDomainAccess) - Constructor for class iot.jcypher.domainquery.GDomainQuery
 
geExecType() - Method in class iot.jcypher.concurrency.QExecution
 
get(Object) - Method in class iot.jcypher.domain.mapping.DirectField
 
get(Object) - Method in interface iot.jcypher.domain.mapping.IField
 
get(Object) - Method in class iot.jcypher.domain.mapping.surrogate.SurrogateField
 
get(JcNumber) - Method in class iot.jcypher.query.LiteralMap
Answer the value found under the given number (JcNumber) key.
get(JcString) - Method in class iot.jcypher.query.LiteralMap
Answer the value found under the given string (JcString) key.
get(JcBoolean) - Method in class iot.jcypher.query.LiteralMap
Answer the value found under the given boolean (JcBoolean) key.
get(String) - Method in class iot.jcypher.query.LiteralMap
Answer the value found under the given key.
getActualMatch() - Method in class iot.jcypher.domainquery.ast.FromPreviousQueryExpression
 
getAdditionalInfo() - Method in class iot.jcypher.query.result.JcError
may be null
getAlias() - Method in class iot.jcypher.query.ast.returns.ReturnExpression
 
getAnyHint(ValueElement, String) - Static method in class iot.jcypher.query.values.ValueAccess
 
getArgument() - Method in class iot.jcypher.query.ast.returns.ReturnAggregate
 
getArgument(MathFunctions) - Static method in class iot.jcypher.query.values.ValueAccess
 
getAstNode(APIObject) - Static method in class iot.jcypher.query.api.APIObjectAccess
 
getAstObject(APIObject) - Static method in class iot.jcypher.domainquery.api.APIAccess
 
getAstObjects() - Method in class iot.jcypher.domainquery.ast.SelectExpression
 
getAstObjects() - Method in class iot.jcypher.domainquery.internal.QueryExecutor
 
getAttribute() - Method in class iot.jcypher.domainquery.ast.CollectExpression
 
getAttributeName() - Method in class iot.jcypher.domainquery.ast.OrderExpression.OrderBy
 
getAttributeName() - Method in class iot.jcypher.domainquery.ast.TraversalExpression.Step
 
getBackwardFieldMappings(String, Class<?>) - Method in class iot.jcypher.domain.internal.DomainAccess.InternalDomainAccess
 
getBackwardFieldMappings(String, Class<?>) - Method in class iot.jcypher.domainquery.internal.QueryExecutor.MappingInfo
 
getBaseNodeName(DomainObjectMatch<?>) - Static method in class iot.jcypher.domainquery.api.APIAccess
 
getBooleans(JcBoolean) - Method in class iot.jcypher.query.result.util.ResultHandler
 
getById(String) - Method in class iot.jcypher.domainquery.internal.ReplayedQueryContext
 
getCaseValue() - Method in class iot.jcypher.query.ast.cases.CaseExpression
 
getChangeClauses() - Method in class iot.jcypher.domain.genericmodel.internal.DomainModel
 
getClassFieldName() - Method in class iot.jcypher.domain.mapping.FieldMapping
 
getClassForLabel(String) - Method in class iot.jcypher.domain.internal.DomainAccess.InternalDomainAccess
 
getClassForLabel(String) - Method in class iot.jcypher.domainquery.internal.QueryExecutor.MappingInfo
 
getClassForName(String) - Method in class iot.jcypher.domain.genericmodel.internal.DomainModel
 
getClassForName(String) - Method in class iot.jcypher.domain.internal.DomainAccess.InternalDomainAccess
 
getClauses() - Method in class iot.jcypher.query.ast.collection.DoEvalExpression
 
getClauses() - Method in class iot.jcypher.query.JcQuery
JCYPHER
answer the set of clauses which compose the query

getClauseType() - Method in class iot.jcypher.query.ast.ASTNode
 
getCloneOf(DomainObjectMatch<?>, JcValue) - Static method in class iot.jcypher.domainquery.api.APIAccess
 
getCodeOrType() - Method in class iot.jcypher.query.result.JcError
 
getCollectExpression() - Method in class iot.jcypher.query.ast.predicate.PredicateFunction
 
getCollectExpression() - Method in class iot.jcypher.query.ast.returns.ReturnCollection
 
getCollectExpressionOwner(DomainObjectMatch<?>) - Static method in class iot.jcypher.domainquery.api.APIAccess
 
getCollection() - Method in class iot.jcypher.domain.mapping.surrogate.ListEntriesUpdater
 
getCollection() - Method in class iot.jcypher.query.ast.collection.CollectionSpec
 
getCollections(JcCollection) - Method in class iot.jcypher.query.result.util.ResultHandler
 
getCollectionToOperateOn() - Method in class iot.jcypher.query.ast.collection.CollectExpression
 
getCollectionValues() - Method in class iot.jcypher.query.ast.collection.CollectionSpec
 
getCommonTraversalSource() - Method in class iot.jcypher.domainquery.ast.UnionExpression
 
getComponentType(GrNode) - Method in class iot.jcypher.domain.mapping.FieldMapping
only called when to check for a concrete simple component type
getComponentType(GrNode) - Method in class iot.jcypher.domain.mapping.ListFieldMapping
 
getComponentTypeName() - Method in class iot.jcypher.domain.genericmodel.DOField
 
getCompoundTypesFor(Class<?>) - Method in class iot.jcypher.domain.internal.DomainAccess.InternalDomainAccess
 
getCompoundTypesFor(Class<?>) - Method in class iot.jcypher.domainquery.internal.QueryExecutor.MappingInfo
 
getConcatenator() - Method in class iot.jcypher.domainquery.ast.ConcatenateExpression
 
getConcatOperator() - Method in class iot.jcypher.query.ast.predicate.PredicateConcatenator
 
getConcreteFieldType(String) - Method in class iot.jcypher.domain.internal.DomainAccess.InternalDomainAccess
 
getContainingCollectExpression() - Method in class iot.jcypher.query.ast.predicate.PredicateExpression
 
getContent() - Method in class iot.jcypher.domain.mapping.surrogate.AbstractSurrogate
 
getContent() - Method in class iot.jcypher.domain.mapping.surrogate.Array
 
getContent() - Method in class iot.jcypher.domain.mapping.surrogate.Collection
 
getContent() - Method in class iot.jcypher.domain.mapping.surrogate.Map
 
getCountResult(DomainObjectMatch<?>) - Method in class iot.jcypher.domainquery.internal.QueryExecutor
 
getCreateDomainObjectFor(Object) - Method in class iot.jcypher.domain.genericmodel.internal.DomainModel
 
getCreateOrderCriteriaFor(String) - Method in class iot.jcypher.domainquery.ast.OrderExpression
 
getCreateQueriesPerThread() - Static method in class iot.jcypher.domainquery.internal.QueryRecorder
 
getCreateSurrogateFor(Object, Class<T>) - Method in class iot.jcypher.domain.mapping.surrogate.SurrogateState
 
getCType() - Method in class iot.jcypher.domain.mapping.CompoundObjectType
 
getCurrentSet(WriterContext) - Static method in class iot.jcypher.query.writer.QueryParamSet
 
getDBAccess() - Method in class iot.jcypher.transaction.internal.AbstractTransaction
 
getDBErrors() - Method in class iot.jcypher.query.JcQueryResult
 
getDBType() - Method in class iot.jcypher.database.embedded.EmbeddedDBAccess
 
getDBType() - Method in class iot.jcypher.database.embedded.InMemoryDBAccess
 
getDBType() - Method in interface iot.jcypher.database.IDBAccess
Answer the type of database access (REMOTE, EMBEDDED, IN_MEMORY)
getDBType() - Method in class iot.jcypher.database.remote.RemoteDBAccess
 
getDeclaredFieldNames() - Method in class iot.jcypher.domain.genericmodel.DOType
Answer a list of all field names declared by this type.
getDeclaredFields() - Method in class iot.jcypher.domain.genericmodel.DOType
Answer the field- (attribute) definitions declared by this type.
getDeclaringClass() - Method in class iot.jcypher.domain.mapping.DirectField
 
getDeclaringClass() - Method in interface iot.jcypher.domain.mapping.IField
 
getDeclaringClass() - Method in class iot.jcypher.domain.mapping.surrogate.SurrogateField
 
getDeferred() - Method in class iot.jcypher.domain.mapping.surrogate.Deferred2DO
 
getDelegate(DomainObjectMatch<?>) - Static method in class iot.jcypher.domainquery.api.APIAccess
 
getDirection() - Method in class iot.jcypher.domainquery.ast.OrderExpression.OrderBy
 
getDirection() - Method in class iot.jcypher.domainquery.ast.TraversalExpression.Step
 
getDirection() - Method in class iot.jcypher.query.ast.pattern.PatternRelation
 
getDisplay() - Method in enum iot.jcypher.query.ast.ClauseType
 
getDOClassFieldName() - Method in class iot.jcypher.domain.mapping.FieldMapping
 
getDOM2IdMap(AbstractDomainQuery) - Method in class iot.jcypher.domainquery.internal.QueryRecorder.QueriesPerThread
answer a map of DomainObjectMatch(es) to recorded query ids.
getDomainAccess() - Method in class iot.jcypher.domain.DomainInformation
answer a domain access object (IDomainAccess) to access (store, retrieve domain objects) this domain
getDomainAccess(DomainModel) - Static method in class iot.jcypher.domain.genericmodel.internal.InternalAccess
 
getDomainAccess() - Method in interface iot.jcypher.domain.IGenericDomainAccess
Answer a domain access object.
getDomainAccess() - Method in class iot.jcypher.domain.internal.DomainAccess.GenericDomainAccess
 
getDomainAccess() - Method in class iot.jcypher.domain.internal.DomainAccessSync.GenericDomainAccessSync
 
getDomainInfoVersion() - Method in class iot.jcypher.domain.internal.DomainAccess.InternalDomainAccess
For Testing
getDomainName() - Method in class iot.jcypher.domain.genericmodel.internal.DomainModel
 
getDomainObject() - Method in class iot.jcypher.domain.mapping.DomainState.LoadInfo
 
getDomainObjectMatch(Count) - Static method in class iot.jcypher.domainquery.api.APIAccess
 
getDomainObjectMatches() - Method in class iot.jcypher.domainquery.internal.QueryExecutor
 
getDomainObjectType() - Method in class iot.jcypher.domain.genericmodel.DomainObject
Answer the type of this generic domain object
getDomainObjectType(String) - Method in interface iot.jcypher.domain.IGenericDomainAccess
Answer a domain object type for the given typeName.
getDomainObjectType(String) - Method in class iot.jcypher.domain.internal.DomainAccess.GenericDomainAccess
 
getDomainObjectType(String) - Method in class iot.jcypher.domain.internal.DomainAccessSync.GenericDomainAccessSync
 
getDomainObjectType(DomainObjectMatch<T>) - Static method in class iot.jcypher.domainquery.api.APIAccess
 
getDomainObjectTypeNames() - Method in class iot.jcypher.domain.DomainInformation
answer a list of names of DomainObjectTypes stored in the domain graph
getDomainObjectTypes() - Method in class iot.jcypher.domain.DomainInformation
answer a list of DomainObjectTypes stored in the domain graph
getDomainQuery() - Method in class iot.jcypher.domainquery.AbstractDomainQuery.IntAccess
 
getDomainQuery() - Method in class iot.jcypher.domainquery.ast.SelectExpression
 
getDomainQuery(DomainQueryResult) - Static method in class iot.jcypher.domainquery.InternalAccess
 
getDomainQuery(CountQueryResult) - Static method in class iot.jcypher.domainquery.InternalAccess
 
getDomainState() - Method in class iot.jcypher.domain.internal.DomainAccess.InternalDomainAccess
 
getDOPropertyOrRelationName() - Method in class iot.jcypher.domain.mapping.FieldMapping
 
getDOType(String) - Method in class iot.jcypher.domain.genericmodel.internal.DomainModel
 
getElement() - Method in class iot.jcypher.query.ast.returns.ReturnElement
 
getElements() - Method in class iot.jcypher.graph.PersistableItemsContainer
 
getElements() - Method in class iot.jcypher.query.ast.pattern.PatternExpression
 
getElementToDelete() - Method in class iot.jcypher.query.ast.modify.ModifyExpression
 
getEnd() - Method in interface iot.jcypher.domain.mapping.DomainState.IRelation
 
getEnd() - Method in class iot.jcypher.domain.mapping.DomainState.KeyedRelationToChange
 
getEnd() - Method in class iot.jcypher.domain.mapping.DomainState.Relation
 
getEnd() - Method in class iot.jcypher.domainquery.ast.CollectExpression
 
getEnd() - Method in class iot.jcypher.domainquery.ast.SelectExpression
 
getEnd() - Method in class iot.jcypher.domainquery.ast.TraversalExpression
 
getEndAlias() - Method in class iot.jcypher.query.ast.cases.CaseExpression
 
getEndNode() - Method in class iot.jcypher.graph.GrPath
 
getEndNode() - Method in class iot.jcypher.graph.GrRelation
 
getEnumValue(String) - Method in class iot.jcypher.domain.genericmodel.DOType
Answer an enum value with the given name.
getEnumValues() - Method in class iot.jcypher.domain.genericmodel.DOType
Answer the list of enum values of this enum.
getEnumValues(Class<? extends Enum<?>>) - Static method in class iot.jcypher.domain.mapping.MappingUtil
finds enum values in normal enum classes and in dynamically created ones.
getErrors() - Method in exception iot.jcypher.query.result.JcResultException
 
getEvalExpression() - Method in class iot.jcypher.query.ast.collection.CollectExpression
 
getExpression(IElement) - Static method in class iot.jcypher.query.api.pattern.XFactory
 
getExpression() - Method in class iot.jcypher.query.ast.collection.ExtractEvalExpression
 
getExpressionsFor(DomainObjectMatch<?>, List<IASTObject>) - Method in class iot.jcypher.domainquery.internal.QueryExecutor
 
getField() - Method in class iot.jcypher.domain.genericmodel.internal.DOWalker.Field
 
getField() - Method in class iot.jcypher.domain.mapping.FieldMapping
 
getFieldByIndex(int) - Method in class iot.jcypher.domain.genericmodel.DOType
Answer the field at the given index in the list of all fields.
getFieldByName(String) - Method in class iot.jcypher.domain.genericmodel.DOType
Answer the field with the given name.
getFieldComponentType(String) - Method in class iot.jcypher.domain.internal.DomainAccess.InternalDomainAccess
 
getFieldKind() - Method in class iot.jcypher.domain.mapping.FieldMapping
 
getFieldKind(Class<?>) - Static method in class iot.jcypher.domain.mapping.FieldMapping
 
getFieldMapping(String, Class<?>) - Method in class iot.jcypher.domainquery.internal.QueryExecutor.MappingInfo
may return null
getFieldMappingForField(String) - Method in class iot.jcypher.domain.mapping.CompoundObjectMapping
 
getFieldMappingForField(String) - Method in class iot.jcypher.domain.mapping.ObjectMapping
 
getFieldMappingForField(String) - Method in class iot.jcypher.domain.mapping.SimpleObjectMapping
 
getFieldName() - Method in class iot.jcypher.domain.mapping.DomainState.SourceFieldKey
 
getFieldName() - Method in class iot.jcypher.domain.mapping.FieldMapping
 
getFieldNames() - Method in class iot.jcypher.domain.genericmodel.DOType
Answer a list of all field names declared by this type and all it's super types.
getFields() - Method in class iot.jcypher.domain.genericmodel.DOType
Answer the field- (attribute) definitions declared by this type and all it's super types.
getFieldType() - Method in class iot.jcypher.domain.mapping.FieldMapping
 
getFieldTypeInt(GrNode) - Method in class iot.jcypher.domain.mapping.FieldMapping
 
getFieldTypeInt(GrNode) - Method in class iot.jcypher.domain.mapping.ValueAndTypeMapping
 
getFieldValue(String) - Method in class iot.jcypher.domain.genericmodel.DomainObject
Get a field (attribute) value
getFieldValue(Object) - Method in class iot.jcypher.domain.mapping.FieldMapping
 
getFieldValueInternal(DomainObject, String) - Static method in class iot.jcypher.domain.genericmodel.InternalAccess
 
getFrom_Id2ObjectMap(Long) - Method in class iot.jcypher.domain.mapping.DomainState
 
getFrom_Relation2IdMap(DomainState.IRelation) - Method in class iot.jcypher.domain.mapping.DomainState
 
getGeneralErrors() - Method in class iot.jcypher.query.JcQueryResult
 
getGenericDomainAccess() - Method in class iot.jcypher.domain.DomainInformation
answer a domain access object (IGenericDomainAccess) to access (store, retrieve domain objects) this domain.
getGenericDomainAccess() - Method in interface iot.jcypher.domain.IDomainAccess
Answer a domain access object which works with a generic domain model.
getGenericDomainAccess() - Method in class iot.jcypher.domain.internal.DomainAccess
 
getGenericDomainAccess() - Method in class iot.jcypher.domain.internal.DomainAccessSync
 
getGenericDomainObject(Object) - Method in class iot.jcypher.domain.internal.DomainAccess.InternalDomainAccess
 
getGenericDomainObjects(List<?>) - Method in class iot.jcypher.domain.internal.DomainAccess.InternalDomainAccess
 
getGraph() - Method in class iot.jcypher.graph.GrPropertyContainer
 
getGraph() - Method in class iot.jcypher.query.JcQueryResult
 
getGraph() - Method in class iot.jcypher.query.result.util.ResultHandler
 
getGraphDB() - Method in class iot.jcypher.database.embedded.AbstractEmbeddedDBAccess
 
getGraphState(Graph) - Static method in class iot.jcypher.graph.GrAccess
 
getGrId(GrPropertyContainer) - Static method in class iot.jcypher.graph.GrAccess
 
getHint() - Method in class iot.jcypher.domainquery.internal.RecordedQuery.DOMatchRef
 
getHint() - Method in class iot.jcypher.domainquery.internal.RecordedQuery.Invocation
 
getHint() - Method in class iot.jcypher.domainquery.internal.RecordedQuery.Literal
 
getHint() - Method in class iot.jcypher.domainquery.internal.RecordedQuery.Reference
 
getHint() - Method in interface iot.jcypher.domainquery.internal.RecordedQuery.Statement
 
getId() - Method in class iot.jcypher.domain.mapping.DomainState.LoadInfo
 
getId() - Method in class iot.jcypher.domain.mapping.DomainState.Relation
 
getId() - Method in class iot.jcypher.domain.mapping.DomainState.RelationLoadInfo
 
getId() - Method in class iot.jcypher.domain.SyncInfo
 
getId() - Method in class iot.jcypher.graph.GrPropertyContainer
 
getId() - Method in class iot.jcypher.graph.internal.GrId
 
getId() - Method in class iot.jcypher.query.result.util.LocalIdBuilder
 
getIdFrom_Object2IdMap(Object) - Method in class iot.jcypher.domain.mapping.DomainState
 
getIds() - Method in class iot.jcypher.query.ast.start.IndexOrId
 
getIndex() - Method in class iot.jcypher.domain.genericmodel.internal.DOWalker.IndexedField
 
getIndex() - Method in class iot.jcypher.domain.mapping.surrogate.Surrogate2ListEntry
 
getIndexAction() - Method in class iot.jcypher.query.ast.index.IndexExpression
 
getIndexLabel() - Method in class iot.jcypher.query.ast.using.UsingExpression
 
getIndexName() - Method in class iot.jcypher.query.ast.start.IndexOrId
 
getIndexOfField(String) - Method in class iot.jcypher.domain.genericmodel.DOType
Answer the index of the field with the given name within the list of all fields.
getIndexOfValue(String, Object) - Method in class iot.jcypher.domain.genericmodel.DomainObject
Returns the index of the first occurrence of the specified value in the list field, or -1 if the list field does not contain the value.
getIndexOrId() - Method in class iot.jcypher.query.ast.start.StartExpression
 
getInitialValue() - Method in class iot.jcypher.query.ast.collection.ReduceEvalExpression
 
getInterfaces() - Method in class iot.jcypher.domain.genericmodel.DOType
 
getInternalDomainAccess() - Method in class iot.jcypher.domain.internal.DomainAccess.GenericDomainAccess
 
getInternalDomainAccess() - Method in class iot.jcypher.domain.internal.DomainAccess
 
getInternalDomainAccess() - Method in class iot.jcypher.domain.internal.DomainAccessSync.GenericDomainAccessSync
 
getInternalDomainAccess() - Method in class iot.jcypher.domain.internal.DomainAccessSync
 
getInternalDomainAccess() - Method in interface iot.jcypher.domain.internal.IIntDomainAccess
 
getInternalDomainAccess() - Method in class iot.jcypher.domainquery.internal.QueryExecutor.MappingInfo
 
getInvocationBuilder() - Method in class iot.jcypher.database.remote.RTransactionImpl
 
getIterationVariable() - Method in class iot.jcypher.query.ast.collection.CollectExpression
 
getJcCollection() - Method in class iot.jcypher.query.ast.collection.CollectionSpec
 
getJcElement() - Method in class iot.jcypher.query.ast.pattern.PatternElement
 
getJcElement() - Method in class iot.jcypher.query.ast.start.StartExpression
 
getJcPath() - Method in class iot.jcypher.query.ast.pattern.PatternPath
 
getJsonResult() - Method in class iot.jcypher.query.JcQueryResult
 
getKey() - Method in class iot.jcypher.domain.genericmodel.internal.DOWalker.KeyedField
 
getKey() - Method in class iot.jcypher.domain.mapping.DomainState.KeyedRelation
 
getKey() - Method in class iot.jcypher.domain.mapping.surrogate.MapEntry
 
getKey() - Method in class iot.jcypher.query.writer.QueryParam
 
getKey() - Method in class iot.jcypher.query.writer.QueryParamSet
 
getKeyedRelations(DomainState.SourceField2TargetKey) - Method in class iot.jcypher.domain.mapping.DomainState
 
getKeyedRelations(DomainState.SourceFieldKey) - Method in class iot.jcypher.domain.mapping.DomainState
 
getKind() - Method in class iot.jcypher.domain.genericmodel.DOType
Answer the kind of this type which can be CLASS | ABSTRACT_CLASS | INTERFACE | ENUM
getLabel() - Method in class iot.jcypher.domain.mapping.NodeLabelMapping
 
getLabel(String) - Method in class iot.jcypher.graph.GrNode
return a label
getLabelForClass(Class<?>) - Method in class iot.jcypher.domain.internal.DomainAccess.InternalDomainAccess
 
getLabelForClass(Class<?>) - Method in class iot.jcypher.domainquery.internal.QueryExecutor.MappingInfo
 
getLabelName() - Method in class iot.jcypher.query.ast.index.IndexExpression
 
getLabels() - Method in class iot.jcypher.graph.GrNode
 
getLabels() - Method in class iot.jcypher.query.ast.modify.ModifyLabels
 
getLabels() - Method in class iot.jcypher.query.ast.pattern.PatternNode
 
getLastElement() - Method in class iot.jcypher.query.ast.pattern.PatternExpression
 
getLastOfUnionBase() - Method in class iot.jcypher.domainquery.ast.UnionExpression
 
getLastPredicate() - Method in class iot.jcypher.query.ast.predicate.PredicateExpression
 
getLastPredicateHolder() - Method in class iot.jcypher.query.ast.predicate.PredicateExpression
 
getLastProperty() - Method in class iot.jcypher.query.ast.pattern.PatternElement
 
getLength() - Method in class iot.jcypher.graph.GrPath
 
getLengths() - Method in class iot.jcypher.domain.internal.SkipLimitCalc.SkipsLimits
 
getLevelIndent() - Method in class iot.jcypher.query.writer.WriterContext
 
getLimit() - Method in class iot.jcypher.query.ast.returns.ReturnExpression
 
getLines() - Method in class iot.jcypher.query.ast.nativ.NativeCypherExpression
 
getListContent() - Method in class iot.jcypher.domain.mapping.surrogate.Array
 
getListFieldLength(String) - Method in class iot.jcypher.domain.genericmodel.DomainObject
Answer the length of a list field
getListFieldValue(String, int) - Method in class iot.jcypher.domain.genericmodel.DomainObject
if the field is a list or array, answer the value at the given index.
getListUpdater() - Method in class iot.jcypher.domain.mapping.surrogate.Surrogate2ListEntry
 
getLoadInfoFrom_Object2IdMap(Object) - Method in class iot.jcypher.domain.mapping.DomainState
 
getLocalElements() - Method in class iot.jcypher.query.result.util.ResultHandler
 
getLuceneQuery() - Method in class iot.jcypher.query.ast.start.PropertyOrQuery
 
getMap() - Method in class iot.jcypher.domain.mapping.surrogate.MapEntryUpdater
 
getMapEntry() - Method in class iot.jcypher.domain.mapping.surrogate.MapEntryUpdater
 
getMapEntry() - Method in class iot.jcypher.domain.mapping.surrogate.Surrogate2MapEntry
 
getMappingInfo(DomainObjectMatch<?>) - Static method in class iot.jcypher.domainquery.api.APIAccess
 
getMappingInfo() - Method in class iot.jcypher.domainquery.internal.QueryExecutor
 
getMaxDistance() - Method in class iot.jcypher.domainquery.ast.TraversalExpression.Step
 
getMaxHops() - Method in class iot.jcypher.query.ast.pattern.PatternRelation
 
getMessage() - Method in class iot.jcypher.query.result.JcError
 
getMethod() - Method in class iot.jcypher.domainquery.internal.RecordedQuery.Invocation
 
getMinDistance() - Method in class iot.jcypher.domainquery.ast.TraversalExpression.Step
 
getMinHops() - Method in class iot.jcypher.query.ast.pattern.PatternRelation
 
getModifiedLabels(GrNode) - Static method in class iot.jcypher.graph.GrAccess
 
getModifiedProperties(GrPropertyContainer) - Static method in class iot.jcypher.graph.GrAccess
 
getModifyAction() - Method in class iot.jcypher.query.ast.modify.ModifyExpression
 
getModifyLabels() - Method in class iot.jcypher.query.ast.modify.ModifyExpression
 
getName() - Method in class iot.jcypher.domain.genericmodel.DOField
 
getName() - Method in class iot.jcypher.domain.genericmodel.DOType
Answer the fully qualified name of this type e.g.
getName() - Method in class iot.jcypher.domain.mapping.DirectField
 
getName() - Method in interface iot.jcypher.domain.mapping.IField
 
getName() - Method in class iot.jcypher.domain.mapping.surrogate.SurrogateField
 
getName() - Method in class iot.jcypher.domainquery.ast.Parameter
 
getName() - Method in class iot.jcypher.graph.GrLabel
 
getName() - Method in class iot.jcypher.graph.GrProperty
 
getName() - Method in class iot.jcypher.query.ast.pattern.PatternProperty
 
getName(JcValue) - Static method in class iot.jcypher.query.values.ValueAccess
 
getNegationCount() - Method in class iot.jcypher.domainquery.ast.PredicateExpression
 
getNestedClauses() - Method in class iot.jcypher.query.ast.collection.CollectExpression
 
getNewOne() - Method in class iot.jcypher.domain.mapping.DomainState.KeyedRelationToChange
 
getNext() - Method in class iot.jcypher.query.ast.predicate.Predicate
 
getNode(GrId, int) - Method in class iot.jcypher.query.result.util.ResultHandler
 
getNodeForType(DomainObjectMatch<?>, Class<?>) - Static method in class iot.jcypher.domainquery.api.APIAccess
 
getNodeLabel() - Method in class iot.jcypher.domain.DomainInformation.DomainObjectType
Answer label of nodes to which domain objects of that type are mapped.
getNodeLabelMapping() - Method in class iot.jcypher.domain.mapping.ObjectMapping
 
getNodeLabels(long, int) - Method in class iot.jcypher.query.result.util.ResultHandler
 
getNodeProperties(GrId, int) - Method in class iot.jcypher.query.result.util.ResultHandler
 
getNodes(DomainObjectMatch<?>) - Static method in class iot.jcypher.domainquery.api.APIAccess
 
getNodes(JcNode) - Method in class iot.jcypher.query.result.util.ResultHandler
 
getNotCount() - Method in class iot.jcypher.query.ast.predicate.Predicate
 
getNumbers(JcNumber) - Method in class iot.jcypher.query.result.util.ResultHandler
 
getNurseryObject(Object) - Method in class iot.jcypher.domain.genericmodel.internal.DomainModel
 
getObjectMappingFor(Class<?>) - Method in class iot.jcypher.domain.internal.DomainAccess.InternalDomainAccess
 
getObjectMappingFor(Class<?>) - Method in class iot.jcypher.domainquery.internal.QueryExecutor.MappingInfo
 
getObjectMatch() - Method in class iot.jcypher.domainquery.ast.OrderExpression
 
getObjectNeedingRelation(Object) - Method in class iot.jcypher.domain.mapping.FieldMapping
 
getObjects(JcValue) - Method in class iot.jcypher.query.result.util.ResultHandler
 
getOffsets() - Method in class iot.jcypher.domain.internal.SkipLimitCalc.SkipsLimits
 
getOnObjectRef() - Method in class iot.jcypher.domainquery.internal.RecordedQuery.Invocation
 
getOperand1() - Method in class iot.jcypher.query.ast.predicate.BooleanOp
 
getOperand2() - Method in class iot.jcypher.query.ast.predicate.BooleanOp
 
getOperator() - Method in class iot.jcypher.domainquery.ast.PredicateExpression
 
getOperator() - Method in class iot.jcypher.query.ast.predicate.BooleanOp
 
getOrderCriterias() - Method in class iot.jcypher.domainquery.ast.OrderExpression
 
getOrderFor(DomainObjectMatch<?>) - Method in class iot.jcypher.domainquery.internal.QueryExecutor
 
getOrders() - Method in class iot.jcypher.query.ast.returns.ReturnExpression
 
getOrgName() - Method in class iot.jcypher.query.writer.QueryParam
 
getPageLength(DomainObjectMatch<?>) - Static method in class iot.jcypher.domainquery.api.APIAccess
 
getPageOffset(DomainObjectMatch<?>) - Static method in class iot.jcypher.domainquery.api.APIAccess
 
getParamIndex(WriterContext) - Static method in class iot.jcypher.query.writer.QueryParam
 
getParams() - Method in class iot.jcypher.domainquery.internal.RecordedQuery.Invocation
 
getParent() - Method in class iot.jcypher.query.ast.collection.CollectExpression
 
getParent() - Method in class iot.jcypher.query.ast.predicate.PredicateExpression
 
getPath() - Method in class iot.jcypher.query.ast.pattern.PatternExpression
 
getPathFunction() - Method in class iot.jcypher.query.ast.pattern.PatternPath
 
getPaths(JcPath) - Method in class iot.jcypher.query.result.util.ResultHandler
 
getPatternExpression() - Method in class iot.jcypher.query.ast.predicate.ExistsPattern
 
getPatternExpression() - Method in class iot.jcypher.query.ast.returns.ReturnPattern
 
getPercentile() - Method in class iot.jcypher.query.ast.returns.ReturnAggregate
 
getPredecessor(ValueElement) - Static method in class iot.jcypher.query.values.ValueAccess
 
getPredicate() - Method in interface iot.jcypher.query.ast.predicate.IPredicateHolder
 
getPredicate() - Method in class iot.jcypher.query.ast.predicate.PredicateConcatenator
 
getPredicate() - Method in class iot.jcypher.query.ast.predicate.PredicateExpression
 
getPredicateExpression() - Method in class iot.jcypher.query.ast.collection.PredicateEvalExpression
 
getPredicateExpression() - Method in class iot.jcypher.query.ast.predicate.SubExpression
 
getPredicateExpression() - Method in class iot.jcypher.query.ast.returns.ReturnBoolean
 
getPreviousMatch() - Method in class iot.jcypher.domainquery.ast.FromPreviousQueryExpression
 
getPreviousObjects() - Method in class iot.jcypher.domainquery.ast.FromPreviousQueryExpression
 
getProperties() - Method in class iot.jcypher.graph.GrPropertyContainer
 
getProperties() - Method in class iot.jcypher.query.ast.pattern.PatternElement
 
getPropertiesCopy() - Method in class iot.jcypher.query.ast.modify.ModifyExpression
 
getProperty(String) - Method in class iot.jcypher.graph.GrPropertyContainer
return a property
getPropertyName() - Method in class iot.jcypher.query.ast.collection.PropertyEvalExpresssion
 
getPropertyName() - Method in class iot.jcypher.query.ast.index.IndexExpression
 
getPropertyName() - Method in class iot.jcypher.query.ast.returns.Order
 
getPropertyName() - Method in class iot.jcypher.query.ast.start.PropertyOrQuery
 
getPropertyOrQuery() - Method in class iot.jcypher.query.ast.start.StartExpression
 
getPropertyOrRelationName() - Method in class iot.jcypher.domain.mapping.FieldMapping
 
getPropertyValue() - Method in class iot.jcypher.query.ast.start.PropertyOrQuery
 
getQExecution() - Method in class iot.jcypher.domain.internal.DomainAccess.InternalDomainAccess
 
getQueriesPerThread() - Static method in class iot.jcypher.domainquery.internal.QueryRecorder
 
getQueryExecutor() - Method in class iot.jcypher.domainquery.AbstractDomainQuery.IntAccess
 
getQueryExecutor() - Method in class iot.jcypher.domainquery.ast.CollectExpression
 
getQueryExecutor() - Method in class iot.jcypher.domainquery.ast.SelectExpression
 
getQueryExecutor() - Method in class iot.jcypher.domainquery.ast.TraversalExpression
 
getQueryExecutor() - Method in class iot.jcypher.domainquery.internal.QueryExecutor.MappingInfo
 
getQueryExecutor(AbstractDomainQuery) - Static method in class iot.jcypher.domainquery.InternalAccess
 
getQueryParams(WriterContext) - Static method in class iot.jcypher.query.writer.QueryParamSet
 
getQueryParams() - Method in class iot.jcypher.query.writer.QueryParamSet
 
getQueryResult() - Method in class iot.jcypher.domainquery.internal.QueryExecutor
 
getRawObject(DomainObject) - Static method in class iot.jcypher.domain.genericmodel.InternalAccess
 
getRawTypes(List<DomainInformation.DomainObjectType>) - Method in class iot.jcypher.domain.DomainInformation
answer the raw types (Java classes) of the list of DomainObjectTypes.
getRealClass() - Method in class iot.jcypher.domain.mapping.surrogate.InnerClassSurrogate
 
getRealObject() - Method in class iot.jcypher.domain.mapping.surrogate.InnerClassSurrogate
 
getRecordedQuery() - Method in class iot.jcypher.domainquery.AbstractDomainQuery
Answer the recorded query.
getRecordedQuery() - Method in class iot.jcypher.domainquery.internal.QueryExecutor
Answer the recorded query.
getRecordedQuery(AbstractDomainQuery) - Static method in class iot.jcypher.domainquery.internal.QueryRecorder
 
getRecordedQuery() - Method in class iot.jcypher.domainquery.internal.RecordedQuery.DOMatchRef
 
getRecordedQuery() - Method in class iot.jcypher.domainquery.internal.RecordedQuery.Invocation
 
getRecordedQuery() - Method in class iot.jcypher.domainquery.internal.RecordedQuery.Literal
 
getRecordedQuery() - Method in class iot.jcypher.domainquery.internal.RecordedQuery.Reference
 
getRecordedQuery() - Method in interface iot.jcypher.domainquery.internal.RecordedQuery.Statement
 
getReduceExpression() - Method in class iot.jcypher.query.ast.collection.ReduceEvalExpression
 
getRef() - Method in class iot.jcypher.domainquery.internal.RecordedQuery.DOMatchRef
 
getReferenceCount() - Method in class iot.jcypher.domain.mapping.surrogate.SurrogateState.ReferredSurrogate
 
getRefId() - Method in class iot.jcypher.domainquery.internal.RecordedQuery.Reference
 
getRelation(GrId) - Method in class iot.jcypher.query.result.util.ResultHandler
 
getRelationProperties(GrId, int) - Method in class iot.jcypher.query.result.util.ResultHandler
 
getRelations() - Method in class iot.jcypher.graph.GrPath
 
getRelations(JcRelation) - Method in class iot.jcypher.query.result.util.ResultHandler
 
getRelationType(long, int) - Method in class iot.jcypher.query.result.util.ResultHandler
 
getReplayedCountResult(DomainObjectMatch<?>) - Method in class iot.jcypher.domainquery.internal.QueryExecutor
 
getReplayedQueryContext() - Method in class iot.jcypher.domainquery.AbstractDomainQuery
Answer the context containing DomainObjectMatch(es) of a replayed query.
getReplayedQueryContext() - Method in class iot.jcypher.domainquery.internal.QueryExecutor
Answer the context containing DomainObjectMatch(es) of a replayed query.
getResolutionDepth(Object) - Method in class iot.jcypher.domain.mapping.DomainState
 
getResolutionDepth() - Method in class iot.jcypher.domain.mapping.DomainState.LoadInfo
 
getResolutionDepth() - Method in class iot.jcypher.domain.SyncInfo
 
getResult() - Method in class iot.jcypher.domainquery.ast.UnionExpression
 
getResultDataContents(WriterContext) - Static method in class iot.jcypher.query.writer.ContextAccess
 
getResultVariable() - Method in class iot.jcypher.query.ast.collection.ReduceEvalExpression
 
getReturnExpression() - Method in class iot.jcypher.query.api.returns.RDistinct
 
getReturnExpression() - Method in class iot.jcypher.query.api.returns.RElement
 
getReturnObjectRef() - Method in class iot.jcypher.domainquery.internal.RecordedQuery.Invocation
 
getReturnValue() - Method in class iot.jcypher.query.ast.returns.ReturnExpression
 
getRoot() - Method in class iot.jcypher.query.ast.predicate.PredicateExpression
 
getRootCollectExpression(APIObject) - Static method in class iot.jcypher.query.api.collection.CFactory
 
getSize() - Method in class iot.jcypher.domain.genericmodel.internal.DOWalker.IndexedField
 
getSkip() - Method in class iot.jcypher.query.ast.returns.ReturnExpression
 
getSource() - Method in class iot.jcypher.domain.mapping.DomainState.SourceFieldKey
 
getSource() - Method in class iot.jcypher.query.ast.modify.PropertiesCopy
 
getSourceFieldKey() - Method in class iot.jcypher.domain.mapping.DomainState.SourceField2TargetKey
 
getSources() - Method in class iot.jcypher.domainquery.ast.UnionExpression
 
getStacktrace(Throwable) - Static method in class iot.jcypher.database.internal.DBUtil
 
getStart() - Method in interface iot.jcypher.domain.mapping.DomainState.IRelation
 
getStart() - Method in class iot.jcypher.domain.mapping.DomainState.KeyedRelationToChange
 
getStart() - Method in class iot.jcypher.domain.mapping.DomainState.Relation
 
getStart() - Method in class iot.jcypher.domainquery.ast.SelectExpression
 
getStart() - Method in class iot.jcypher.domainquery.ast.TraversalExpression
 
getStartDOM() - Method in class iot.jcypher.domainquery.ast.CollectExpression
 
getStartDOM() - Method in class iot.jcypher.domainquery.ast.PredicateExpression
 
getStartNode() - Method in class iot.jcypher.graph.GrPath
 
getStartNode() - Method in class iot.jcypher.graph.GrRelation
 
getStartType() - Method in class iot.jcypher.domainquery.ast.SelectExpression
 
getState(PersistableItem) - Static method in class iot.jcypher.graph.GrAccess
 
getStatements() - Method in class iot.jcypher.domainquery.internal.RecordedQuery
 
getSteps() - Method in class iot.jcypher.domainquery.ast.TraversalExpression
 
getStrings(JcString) - Method in class iot.jcypher.query.result.util.ResultHandler
 
getSum() - Method in class iot.jcypher.graph.internal.LockUtil.Removes
 
getSuperType() - Method in class iot.jcypher.domain.genericmodel.DOType
 
getSurrogate() - Method in interface iot.jcypher.domain.mapping.surrogate.ISurrogate2Entry
 
getSurrogate() - Method in class iot.jcypher.domain.mapping.surrogate.Surrogate2ListEntry
 
getSurrogate() - Method in class iot.jcypher.domain.mapping.surrogate.Surrogate2MapEntry
 
getSurrogate() - Method in class iot.jcypher.domain.mapping.surrogate.SurrogateState.ReferredSurrogate
 
getSurrogateState() - Method in class iot.jcypher.domain.mapping.DomainState
 
getSyncInfo(Object) - Method in interface iot.jcypher.domain.IDomainAccess
For every domain object stored in the graph database a SyncInfo object can be retrieved.
getSyncInfo(DomainObject) - Method in interface iot.jcypher.domain.IGenericDomainAccess
For every domain object stored in the graph database a SyncInfo object can be retrieved.
getSyncInfo(DomainObject) - Method in class iot.jcypher.domain.internal.DomainAccess.GenericDomainAccess
 
getSyncInfo(Object) - Method in class iot.jcypher.domain.internal.DomainAccess
 
getSyncInfo(DomainObject) - Method in class iot.jcypher.domain.internal.DomainAccessSync.GenericDomainAccessSync
 
getSyncInfo(Object) - Method in class iot.jcypher.domain.internal.DomainAccessSync
 
getSyncInfos(List<Object>) - Method in interface iot.jcypher.domain.IDomainAccess
For every domain object stored in the graph database a SyncInfo object can be retrieved.
getSyncInfos(List<DomainObject>) - Method in interface iot.jcypher.domain.IGenericDomainAccess
For every domain object stored in the graph database a SyncInfo object can be retrieved.
getSyncInfos(List<DomainObject>) - Method in class iot.jcypher.domain.internal.DomainAccess.GenericDomainAccess
 
getSyncInfos(List<Object>) - Method in class iot.jcypher.domain.internal.DomainAccess
 
getSyncInfos(List<DomainObject>) - Method in class iot.jcypher.domain.internal.DomainAccessSync.GenericDomainAccessSync
 
getSyncInfos(List<Object>) - Method in class iot.jcypher.domain.internal.DomainAccessSync
 
getSyncObject() - Method in class iot.jcypher.domain.internal.DomainAccess.InternalDomainAccess
 
getTarget() - Method in class iot.jcypher.domain.mapping.DomainState.SourceField2TargetKey
 
getTarget() - Method in class iot.jcypher.query.ast.modify.PropertiesCopy
 
getTargetNode() - Method in class iot.jcypher.query.ast.modify.ModifyLabels
 
getTitle() - Method in enum iot.jcypher.util.QueriesPrintObserver.QueryToObserve
 
getToModify() - Method in class iot.jcypher.query.ast.modify.ModifyExpression
 
getTransaction() - Method in class iot.jcypher.database.embedded.ETransactionImpl
 
getTraversalResults() - Method in class iot.jcypher.domainquery.ast.SelectExpression
 
getTraversalSource(DomainObjectMatch<?>) - Static method in class iot.jcypher.domainquery.api.APIAccess
 
getTX() - Method in class iot.jcypher.database.embedded.AbstractEmbeddedDBAccess
 
getTX() - Method in interface iot.jcypher.database.IDBAccess
Answer the transaction which was opened in the context of the current thread.
getTX() - Method in class iot.jcypher.database.remote.RemoteDBAccess
 
getType() - Method in class iot.jcypher.domain.DomainInformation.DomainObjectType
Answer the java type (Class).
getType() - Method in class iot.jcypher.domain.mapping.CompoundObjectType
 
getType() - Method in class iot.jcypher.domain.mapping.DirectField
 
getType() - Method in interface iot.jcypher.domain.mapping.DomainState.IRelation
 
getType() - Method in class iot.jcypher.domain.mapping.DomainState.KeyedRelationToChange
 
getType() - Method in class iot.jcypher.domain.mapping.DomainState.Relation
 
getType() - Method in interface iot.jcypher.domain.mapping.IField
 
getType() - Method in class iot.jcypher.domain.mapping.surrogate.SurrogateField
 
getType() - Method in class iot.jcypher.graph.GrRelation
Note: Relations must have exactly one type
getType() - Method in class iot.jcypher.query.ast.collection.CollectExpression
 
getType() - Method in class iot.jcypher.query.ast.collection.PredicateFunctionEvalExpression
 
getType() - Method in class iot.jcypher.query.ast.predicate.PredicateFunction
 
getType() - Method in class iot.jcypher.query.ast.returns.ReturnAggregate
 
getTypeBuilderFactory() - Method in class iot.jcypher.domain.genericmodel.internal.DomainModel
 
getTypeBuilderFactory() - Method in interface iot.jcypher.domain.IGenericDomainAccess
Answer a factory for retrieving type builders.
getTypeBuilderFactory() - Method in class iot.jcypher.domain.internal.DomainAccess.GenericDomainAccess
 
getTypeBuilderFactory() - Method in class iot.jcypher.domain.internal.DomainAccessSync.GenericDomainAccessSync
 
getTypeForNodeName(DomainObjectMatch<?>, String) - Static method in class iot.jcypher.domainquery.api.APIAccess
 
getTypeFromProperty(GrNode, String) - Method in class iot.jcypher.domain.mapping.FieldMapping
 
getTypeList(DomainObjectMatch<?>) - Static method in class iot.jcypher.domainquery.api.APIAccess
 
getTypeListString() - Method in class iot.jcypher.domain.mapping.CompoundObjectType
 
getTypeName() - Method in class iot.jcypher.domain.DomainInformation.DomainObjectType
Answer the fully qualified name of the java type.
getTypeName() - Method in class iot.jcypher.domain.genericmodel.DOField
 
getTypeNodeName() - Method in class iot.jcypher.domain.genericmodel.internal.DomainModel
 
getTypes(boolean) - Method in class iot.jcypher.domain.mapping.CompoundObjectType
Answer a list of types of this CompoundObjectType.
getTypes() - Method in class iot.jcypher.query.ast.pattern.PatternRelation
 
getUnionExpression(DomainObjectMatch<?>) - Static method in class iot.jcypher.domainquery.api.APIAccess
 
getUnsaved() - Method in class iot.jcypher.domain.genericmodel.internal.DomainModel
 
getValue() - Method in class iot.jcypher.domain.mapping.DomainState.KeyedRelation
 
getValue() - Method in class iot.jcypher.domain.mapping.surrogate.MapEntry
 
getValue() - Method in class iot.jcypher.domainquery.ast.Parameter
 
getValue() - Method in class iot.jcypher.domainquery.internal.RecordedQuery.Literal
 
getValue() - Method in class iot.jcypher.domainquery.internal.RecordedQuery.Reference
 
getValue() - Method in class iot.jcypher.graph.GrProperty
 
getValue() - Method in class iot.jcypher.query.ast.modify.ModifyExpression
 
getValue() - Method in class iot.jcypher.query.ast.pattern.PatternProperty
 
getValue(JcPrimitive) - Static method in class iot.jcypher.query.values.ValueAccess
 
getValue() - Method in class iot.jcypher.query.writer.QueryParam
 
getValue_1() - Method in class iot.jcypher.domainquery.ast.PredicateExpression
 
getValue_2() - Method in class iot.jcypher.domainquery.ast.PredicateExpression
 
getValueExpression() - Method in class iot.jcypher.query.ast.modify.ModifyExpression
 
getValueRef() - Method in class iot.jcypher.query.ast.using.UsingExpression
 
getVersion() - Method in class iot.jcypher.domain.genericmodel.internal.DomainModel
 
getVersion() - Method in class iot.jcypher.domain.mapping.DomainState.LoadInfo
 
getVersion() - Method in class iot.jcypher.domain.mapping.DomainState.RelationLoadInfo
 
getVersionSum() - Method in class iot.jcypher.graph.internal.LockUtil.Removes
 
getWithClauses() - Method in class iot.jcypher.graph.internal.LockUtil.Removes
 
GrAccess - Class in iot.jcypher.graph
 
GrAccess() - Constructor for class iot.jcypher.graph.GrAccess
 
Graph - Class in iot.jcypher.graph
 
GrElement - Class in iot.jcypher.graph
 
GrId - Class in iot.jcypher.graph.internal
 
GrId(long) - Constructor for class iot.jcypher.graph.internal.GrId
 
GrLabel - Class in iot.jcypher.graph
 
GrNode - Class in iot.jcypher.graph
 
GrPath - Class in iot.jcypher.graph
 
GrProperty - Class in iot.jcypher.graph
 
GrPropertyContainer - Class in iot.jcypher.graph
 
GrRelation - Class in iot.jcypher.graph
 
GT(E) - Method in class iot.jcypher.domainquery.api.BooleanOperation
JCYPHER
greater than

GT(E) - Method in class iot.jcypher.query.api.predicate.BooleanOperation
JCYPHER
greater than
e.g. ...valueOf(n.property("age")).
GTE(E) - Method in class iot.jcypher.domainquery.api.BooleanOperation
JCYPHER
greater than or equal

GTE(E) - Method in class iot.jcypher.query.api.predicate.BooleanOperation
JCYPHER
greater than or equal
e.g. ...valueOf(n.property("age")).

H

has(IHas) - Method in class iot.jcypher.query.api.predicate.Concat
 
has(IHas) - Method in interface iot.jcypher.query.api.predicate.IBeforePredicate
JCYPHER
tests for existence of node labels or node/relation properties,
accepts expressions like 'n.property("age")',
or 'n.label("Swedish")'
e.g. ...
has(IHas) - Static method in class iot.jcypher.query.api.predicate.PFactory
 
has(IHas) - Static method in class iot.jcypher.query.factories.clause.WHERE
JCYPHER
tests for existence of node labels or node/relation properties,
accepts expressions like 'n.property("age")',
or 'n.label("Swedish")'
e.g.
has(IHas) - Static method in class iot.jcypher.query.factories.xpression.P
JCYPHER
tests for existence of node labels or node/relation properties,
accepts expressions like 'n.property("age")',
or 'n.label("Swedish")'
e.g. ...
hasBeenReplayed() - Method in class iot.jcypher.domainquery.internal.QueryExecutor
answer true if this query has been replayed and therefore contains the replayed query result
hasChanged() - Method in class iot.jcypher.domain.genericmodel.internal.DomainModel
 
hasErrors() - Method in class iot.jcypher.query.JcQueryResult
 
hashCode() - Method in class iot.jcypher.domain.mapping.DomainState.KeyedRelation
 
hashCode() - Method in class iot.jcypher.domain.mapping.DomainState.Relation
 
hashCode() - Method in class iot.jcypher.domain.mapping.DomainState.SourceField2TargetKey
 
hashCode() - Method in class iot.jcypher.domain.mapping.DomainState.SourceFieldKey
 
hashCode() - Method in class iot.jcypher.domain.mapping.FieldMapping
 
hashCode() - Method in class iot.jcypher.domain.mapping.MapTerminator
 
hashCode() - Method in class iot.jcypher.domain.mapping.surrogate.MapEntryUpdater
 
hashCode() - Method in class iot.jcypher.domain.mapping.surrogate.Surrogate2ListEntry
 
hashCode() - Method in class iot.jcypher.domain.mapping.surrogate.Surrogate2MapEntry
 
hashCode() - Method in class iot.jcypher.domain.mapping.surrogate.SurrogateState.Surrogate_Key
 
hasNext() - Method in class iot.jcypher.domain.mapping.CompoundObjectMapping.FieldMappingIterator
 
hasNext() - Method in class iot.jcypher.domain.mapping.CompoundObjectType.TypeIterator
 
hasProperties() - Method in class iot.jcypher.query.ast.pattern.PatternElement
 
HAVERSIN - Static variable in class iot.jcypher.query.values.functions.FUNCTION.Math
 
haversin() - Method in class iot.jcypher.query.values.MathFunctions
JCYPHER
return the the half versine of a number.
HEAD - Static variable in class iot.jcypher.query.values.functions.FUNCTION.Collection
 
head() - Method in class iot.jcypher.query.values.JcCollection
JCYPHER
return the first element of a collection

hintKey_dom - Static variable in class iot.jcypher.domainquery.api.APIAccess
 
hintKey_validNodes - Static variable in class iot.jcypher.domainquery.api.APIAccess
 
holdsTrue(IPredicateFunction) - Method in class iot.jcypher.query.api.predicate.Concat
 
holdsTrue(IPredicateFunction) - Method in interface iot.jcypher.query.api.predicate.IBeforePredicate
JCYPHER
iterates over a collection allowing to test each element of the collection against a predicate expression
Use Factory Class I to create Expressions
e.g. ...
holdsTrue(IPredicateFunction) - Static method in class iot.jcypher.query.api.predicate.PFactory
 
holdsTrue(IPredicateFunction) - Static method in class iot.jcypher.query.factories.clause.WHERE
JCYPHER
iterates over a collection allowing to test each element of the collection against a predicate expression
Use Factory Class I to create Expressions
e.g. ...
holdsTrue(IPredicateFunction) - Static method in class iot.jcypher.query.factories.xpression.P
JCYPHER
iterates over a collection allowing to test each element of the collection against a predicate expression
Use Factory Class I to create Expressions
e.g. ...
hops(int) - Method in class iot.jcypher.query.api.pattern.Relation
JCYPHER
define the exact number of hops (hops are the number of relations between two nodes in a pattern);
if hops are not defined explicitly, it defaults to 1
e.g.
hops(int) - Method in class iot.jcypher.query.ast.pattern.PatternRelation
 
hopsUnbound() - Method in class iot.jcypher.query.api.pattern.Relation
JCYPHER
define the minimum number of hops as 0 and the maximum number of hops as infinite
(hops are the number of relations between two nodes in a pattern);
if hops are not defined explicitly, the number of hops defaults to 1
e.g.
hopsUnbound() - Method in class iot.jcypher.query.ast.pattern.PatternRelation
 

I

I - Class in iot.jcypher.query.factories.xpression
JCYPHER FACTORY
I() - Constructor for class iot.jcypher.query.factories.xpression.I
 
IASTObject - Interface in iot.jcypher.domainquery.ast
 
IASTObjectsContainer - Interface in iot.jcypher.domainquery.internal
 
IBeforePredicate - Interface in iot.jcypher.query.api.predicate
 
IClause - Interface in iot.jcypher.query.api
 
ICollectExpression - Interface in iot.jcypher.query.api.collection
 
ICollection<T> - Interface in iot.jcypher.query.api.collection
 
ID - Static variable in class iot.jcypher.query.values.functions.FUNCTION.PropertyContainer
 
id() - Method in class iot.jcypher.query.values.JcElement
JCYPHER
access the id of a node or relation, return a JcNumber

IDBAccess - Interface in iot.jcypher.database
Provides access to a graph database.
IDBAccessInit - Interface in iot.jcypher.database.internal
 
IDeferred - Interface in iot.jcypher.domain.mapping.surrogate
 
IDomainAccess - Interface in iot.jcypher.domain
Provides methods to access a domain graph.
IDomainAccess.DomainLabelUse - Enum in iot.jcypher.domain
 
IDomainAccessFactory - Interface in iot.jcypher.domain
 
IDOVisitor - Interface in iot.jcypher.domain.genericmodel.internal
 
IElement - Interface in iot.jcypher.query.api.pattern
 
IEntryUpdater - Interface in iot.jcypher.domain.mapping.surrogate
 
IFactory - Class in iot.jcypher.query.api.index
 
IFactory() - Constructor for class iot.jcypher.query.api.index.IFactory
 
IField - Interface in iot.jcypher.domain.mapping
 
IFragment - Interface in iot.jcypher.query.values
 
IGenericDomainAccess - Interface in iot.jcypher.domain
Provides methods to access a domain graph based on a generic domain model.
IHas - Interface in iot.jcypher.query.values
 
IIntDomainAccess - Interface in iot.jcypher.domain.internal
 
IMapEntry - Interface in iot.jcypher.domain.mapping
 
IN(DomainObjectMatch<E>) - Method in class iot.jcypher.domainquery.api.BooleanOperation
JCYPHER
test for containment in a list of matched domain objects

IN(ICollectExpression) - Method in interface iot.jcypher.query.api.collection.ICollection
JCYPHER
specify a collection in order to iterate over its elements or to test for containment of elements
Use Factory Class C to create expressions which construct a collection
e.g. ...
IN(JcCollection) - Method in interface iot.jcypher.query.api.collection.ICollection
JCYPHER
specify a collection in order to iterate over its elements or to test for containment of elements
e.g. ...
IN(ICollectExpression) - Method in class iot.jcypher.query.api.collection.InCollection
 
IN(JcCollection) - Method in class iot.jcypher.query.api.collection.InCollection
 
in() - Method in class iot.jcypher.query.api.pattern.Relation
JCYPHER
define the relation direction as incoming
e.g.
IN(ICollectExpression) - Method in class iot.jcypher.query.api.predicate.BooleanOperation
 
IN(JcCollection) - Method in class iot.jcypher.query.api.predicate.BooleanOperation
 
in() - Method in class iot.jcypher.query.ast.pattern.PatternRelation
 
IN_labels(JcNode) - Method in interface iot.jcypher.query.api.collection.ICollection
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())

IN_labels(JcNode) - Method in class iot.jcypher.query.api.collection.InCollection
 
IN_labels(JcNode) - Method in class iot.jcypher.query.api.predicate.BooleanOperation
 
IN_list(E...) - Method in class iot.jcypher.domainquery.api.BooleanOperation
JCYPHER
test for containment in a list of elements

IN_list(E...) - Method in interface iot.jcypher.query.api.collection.ICollection
JCYPHER
specify a collection in order to iterate over its elements or to test for containment of elements
e.g. ...
IN_list(Object...) - Method in class iot.jcypher.query.api.collection.InCollection
 
IN_list(Object...) - Method in class iot.jcypher.query.api.predicate.BooleanOperation
 
IN_nodes(JcPath) - Method in interface iot.jcypher.query.api.collection.ICollection
JCYPHER
specify a collection in order to iterate over its elements or to test for containment of elements
IN_nodes(path) is a convenient shortcut for
IN(path.nodes())

IN_nodes(JcPath) - Method in class iot.jcypher.query.api.collection.InCollection
 
IN_nodes(JcPath) - Method in class iot.jcypher.query.api.predicate.BooleanOperation
 
IN_relations(JcPath) - Method in interface iot.jcypher.query.api.collection.ICollection
JCYPHER
specify a collection in order to iterate over its elements or to test for containment of elements
IN_relations(path) is a convenient shortcut for
IN(path.relations())

IN_relations(JcPath) - Method in class iot.jcypher.query.api.collection.InCollection
 
IN_relations(JcPath) - Method in class iot.jcypher.query.api.predicate.BooleanOperation
 
includeNullValues - Static variable in class iot.jcypher.query.result.util.ResultHandler
 
InCollection<T extends APIObject> - Class in iot.jcypher.query.api.collection
 
incrementLevel() - Method in class iot.jcypher.query.writer.WriterContext
 
index(String) - Static method in class iot.jcypher.query.api.using.UFactory
 
INDEX(String) - Static method in class iot.jcypher.query.factories.clause.USING
JCYPHER
set the name of the index to use
e.g.
IndexExpression - Class in iot.jcypher.query.ast.index
 
IndexExpression(IndexExpression.IndexAction) - Constructor for class iot.jcypher.query.ast.index.IndexExpression
 
IndexExpression.IndexAction - Enum in iot.jcypher.query.ast.index
 
IndexFor - Class in iot.jcypher.query.api.index
 
IndexOrId - Class in iot.jcypher.query.ast.start
 
IndexOrId(String) - Constructor for class iot.jcypher.query.ast.start.IndexOrId
 
IndexOrId(long...) - Constructor for class iot.jcypher.query.ast.start.IndexOrId
 
IndexTerminal - Class in iot.jcypher.query.api.index
 
inFunction - Variable in class iot.jcypher.query.writer.WriterContext
 
initialize(Properties) - Method in class iot.jcypher.database.embedded.EmbeddedDBAccess
 
initialize(Properties) - Method in class iot.jcypher.database.embedded.InMemoryDBAccess
 
initialize(Properties) - Method in interface iot.jcypher.database.internal.IDBAccessInit
set initialization properties
initialize(Properties) - Method in class iot.jcypher.database.remote.RemoteDBAccess
 
InMemoryDBAccess - Class in iot.jcypher.database.embedded
 
InMemoryDBAccess() - Constructor for class iot.jcypher.database.embedded.InMemoryDBAccess
 
InnerClassSurrogate - Class in iot.jcypher.domain.mapping.surrogate
 
InnerClassSurrogate(Constructor<?>) - Constructor for class iot.jcypher.domain.mapping.surrogate.InnerClassSurrogate
 
insertListFieldValue(String, int, Object) - Method in class iot.jcypher.domain.genericmodel.DomainObject
Add a value to a list or array field at the given index.
INSTANCE - Static variable in interface iot.jcypher.domain.IDomainAccessFactory
 
INSTANCE_SYNCHRONIZED - Static variable in interface iot.jcypher.domain.IDomainAccessFactory
 
InternalAccess - Class in iot.jcypher.domain.genericmodel.internal
For internal use only
InternalAccess() - Constructor for class iot.jcypher.domain.genericmodel.internal.InternalAccess
 
InternalAccess - Class in iot.jcypher.domain.genericmodel
For internal use only
InternalAccess() - Constructor for class iot.jcypher.domain.genericmodel.InternalAccess
 
InternalAccess - Class in iot.jcypher.domainquery
For internal use only
InternalAccess() - Constructor for class iot.jcypher.domainquery.InternalAccess
 
internalDomainAccess - Static variable in class iot.jcypher.domain.mapping.MappingUtil
 
INTERSECTION(DomainObjectMatch<T>...) - Method in class iot.jcypher.domainquery.AbstractDomainQuery
Build the intersection of the specified sets
intMapPropertyFromField(Object, GrNode) - Method in class iot.jcypher.domain.mapping.FieldMapping
 
IOperatorOrFunction - Interface in iot.jcypher.query.values
 
iot.jcypher.concurrency - package iot.jcypher.concurrency
 
iot.jcypher.database - package iot.jcypher.database
 
iot.jcypher.database.embedded - package iot.jcypher.database.embedded
 
iot.jcypher.database.internal - package iot.jcypher.database.internal
 
iot.jcypher.database.remote - package iot.jcypher.database.remote
 
iot.jcypher.domain - package iot.jcypher.domain
 
iot.jcypher.domain.genericmodel - package iot.jcypher.domain.genericmodel
 
iot.jcypher.domain.genericmodel.internal - package iot.jcypher.domain.genericmodel.internal
 
iot.jcypher.domain.internal - package iot.jcypher.domain.internal
 
iot.jcypher.domain.mapping - package iot.jcypher.domain.mapping
 
iot.jcypher.domain.mapping.surrogate - package iot.jcypher.domain.mapping.surrogate
 
iot.jcypher.domainquery - package iot.jcypher.domainquery
 
iot.jcypher.domainquery.api - package iot.jcypher.domainquery.api
 
iot.jcypher.domainquery.ast - package iot.jcypher.domainquery.ast
 
iot.jcypher.domainquery.internal - package iot.jcypher.domainquery.internal
 
iot.jcypher.graph - package iot.jcypher.graph
 
iot.jcypher.graph.internal - package iot.jcypher.graph.internal
 
iot.jcypher.query - package iot.jcypher.query
 
iot.jcypher.query.api - package iot.jcypher.query.api
 
iot.jcypher.query.api.cases - package iot.jcypher.query.api.cases
 
iot.jcypher.query.api.collection - package iot.jcypher.query.api.collection
 
iot.jcypher.query.api.index - package iot.jcypher.query.api.index
 
iot.jcypher.query.api.modify - package iot.jcypher.query.api.modify
 
iot.jcypher.query.api.nativ - package iot.jcypher.query.api.nativ
 
iot.jcypher.query.api.pattern - package iot.jcypher.query.api.pattern
 
iot.jcypher.query.api.predicate - package iot.jcypher.query.api.predicate
 
iot.jcypher.query.api.returns - package iot.jcypher.query.api.returns
 
iot.jcypher.query.api.start - package iot.jcypher.query.api.start
 
iot.jcypher.query.api.union - package iot.jcypher.query.api.union
 
iot.jcypher.query.api.using - package iot.jcypher.query.api.using
 
iot.jcypher.query.ast - package iot.jcypher.query.ast
 
iot.jcypher.query.ast.cases - package iot.jcypher.query.ast.cases
 
iot.jcypher.query.ast.collection - package iot.jcypher.query.ast.collection
 
iot.jcypher.query.ast.index - package iot.jcypher.query.ast.index
 
iot.jcypher.query.ast.modify - package iot.jcypher.query.ast.modify
 
iot.jcypher.query.ast.nativ - package iot.jcypher.query.ast.nativ
 
iot.jcypher.query.ast.pattern - package iot.jcypher.query.ast.pattern
 
iot.jcypher.query.ast.predicate - package iot.jcypher.query.ast.predicate
 
iot.jcypher.query.ast.returns - package iot.jcypher.query.ast.returns
 
iot.jcypher.query.ast.separate - package iot.jcypher.query.ast.separate
 
iot.jcypher.query.ast.start - package iot.jcypher.query.ast.start
 
iot.jcypher.query.ast.union - package iot.jcypher.query.ast.union
 
iot.jcypher.query.ast.using - package iot.jcypher.query.ast.using
 
iot.jcypher.query.factories - package iot.jcypher.query.factories
 
iot.jcypher.query.factories.clause - package iot.jcypher.query.factories.clause
 
iot.jcypher.query.factories.xpression - package iot.jcypher.query.factories.xpression
 
iot.jcypher.query.result - package iot.jcypher.query.result
 
iot.jcypher.query.result.util - package iot.jcypher.query.result.util
 
iot.jcypher.query.values - package iot.jcypher.query.values
 
iot.jcypher.query.values.functions - package iot.jcypher.query.values.functions
 
iot.jcypher.query.values.operators - package iot.jcypher.query.values.operators
 
iot.jcypher.query.writer - package iot.jcypher.query.writer
 
iot.jcypher.transaction - package iot.jcypher.transaction
 
iot.jcypher.transaction.internal - package iot.jcypher.transaction.internal
 
iot.jcypher.util - package iot.jcypher.util
 
IPredicateFunction - Interface in iot.jcypher.query.api.collection
 
IPredicateHolder - Interface in iot.jcypher.query.ast.predicate
 
IPredicateOperand1 - Interface in iot.jcypher.domainquery.api
 
IQueryParam - Interface in iot.jcypher.query.writer
 
IRElement - Interface in iot.jcypher.query.api.returns
 
IS_NULL() - Method in class iot.jcypher.domainquery.api.BooleanOperation
JCYPHER
test against NULL (test if a property exists)

IS_NULL() - Method in class iot.jcypher.query.api.predicate.BooleanOperation
JCYPHER
test against NULL (test if a property exists)
e.g. ...valueOf(n.property("age")).
isAll() - Method in class iot.jcypher.query.ast.returns.ReturnElement
 
isAll() - Method in class iot.jcypher.query.ast.start.StartExpression
 
isAll() - Method in class iot.jcypher.query.ast.union.UnionExpression
 
isBuidInType() - Method in class iot.jcypher.domain.genericmodel.DOField
 
isBuildIn() - Method in class iot.jcypher.domain.genericmodel.DOType
 
isBuildIn(String) - Static method in class iot.jcypher.domain.genericmodel.internal.DomainModel
 
isCheckedReloadModel() - Method in class iot.jcypher.concurrency.QExecution
 
isCleared() - Method in class iot.jcypher.domainquery.internal.QueryRecorder.QueriesPerThread
For testing purposes
isClosed() - Method in class iot.jcypher.transaction.internal.AbstractTransaction
 
isClosed() - Method in interface iot.jcypher.transaction.ITransaction
answer true if this transaction has been closed
isCollection() - Method in class iot.jcypher.domainquery.ast.TraversalExpression.Step
 
isCount() - Method in class iot.jcypher.query.ast.returns.ReturnExpression
 
isDatabaseEmpty() - Method in class iot.jcypher.database.embedded.AbstractEmbeddedDBAccess
 
isDatabaseEmpty() - Method in interface iot.jcypher.database.IDBAccess
 
isDatabaseEmpty(IDBAccess) - Static method in class iot.jcypher.database.internal.DBUtil
 
isDatabaseEmpty() - Method in class iot.jcypher.database.remote.RemoteDBAccess
 
isDeferred() - Method in interface iot.jcypher.domain.mapping.DomainState.IRelation
 
isDeferred() - Method in class iot.jcypher.domain.mapping.DomainState.KeyedRelationToChange
 
isDeferred() - Method in class iot.jcypher.domain.mapping.DomainState.Relation
 
isDescending() - Method in class iot.jcypher.query.ast.returns.Order
 
isDistinct() - Method in class iot.jcypher.query.ast.returns.ReturnAggregate
 
isDistinct() - Method in class iot.jcypher.query.ast.returns.ReturnExpression
 
isDistinct() - Method in class iot.jcypher.query.ast.union.UnionExpression
 
isEmpty() - Method in class iot.jcypher.query.result.util.ResultHandler.LocalElements
 
isExtractParams() - Method in class iot.jcypher.query.JcQuery
This has an effect only when the query is mapped to JSON.
isExtractParams(WriterContext) - Static method in class iot.jcypher.query.writer.QueryParam
 
isGeneric() - Method in class iot.jcypher.domainquery.internal.RecordedQuery
 
isInCollectionExpression() - Method in class iot.jcypher.domainquery.ast.PredicateExpression
 
isInnerClassRefField() - Method in class iot.jcypher.domain.mapping.FieldMapping
 
isKey() - Method in class iot.jcypher.domain.mapping.surrogate.Surrogate2MapEntry
 
isLastOfSources(DomainObjectMatch<?>) - Method in class iot.jcypher.domainquery.ast.UnionExpression
 
isLeaf() - Method in class iot.jcypher.domain.mapping.surrogate.AbstractDeferred
 
isLeaf() - Method in interface iot.jcypher.domain.mapping.surrogate.IDeferred
 
isListOrArray() - Method in class iot.jcypher.domain.genericmodel.DOField
 
isModified() - Method in class iot.jcypher.graph.Graph
 
isMyThread() - Method in class iot.jcypher.transaction.internal.AbstractTransaction
answer true if the method is called from the same thread this transaction was created in.
isPageChanged(DomainObjectMatch<?>) - Static method in class iot.jcypher.domainquery.api.APIAccess
 
isPartOfCount() - Method in class iot.jcypher.domainquery.ast.PredicateExpression
 
isPartOfReturn(DomainObjectMatch<?>) - Static method in class iot.jcypher.domainquery.api.APIAccess
 
isPartOfUnionExpression(DomainObjectMatch<?>, DomainObjectMatch<?>) - Static method in class iot.jcypher.domainquery.api.APIAccess
 
isReject() - Method in class iot.jcypher.domainquery.ast.SelectExpression
 
isRoot() - Method in class iot.jcypher.domain.mapping.surrogate.AbstractDeferred
 
isRoot() - Method in class iot.jcypher.domain.mapping.surrogate.Deferred2DO
 
isRoot() - Method in interface iot.jcypher.domain.mapping.surrogate.IDeferred
 
isSame(JcValue, JcValue) - Static method in class iot.jcypher.query.values.ValueAccess
 
isSimpleType(Class<?>) - Static method in class iot.jcypher.domain.mapping.MappingUtil
 
isToNull() - Method in class iot.jcypher.query.ast.modify.ModifyExpression
 
isTRUE() - Method in class iot.jcypher.query.ast.predicate.BooleanValue
 
isUnion() - Method in class iot.jcypher.domainquery.ast.UnionExpression
 
ISurrogate2Entry - Interface in iot.jcypher.domain.mapping.surrogate
 
isUsingIndex() - Method in class iot.jcypher.query.ast.using.UsingExpression
 
isUsingScan() - Method in class iot.jcypher.query.ast.using.UsingExpression
 
isValue() - Method in class iot.jcypher.domain.mapping.surrogate.Surrogate2MapEntry
 
ITransaction - Interface in iot.jcypher.transaction
 

J

JC - Class in iot.jcypher.query.factories
JCYPHER FACTORY
JC() - Constructor for class iot.jcypher.query.factories.JC
 
JcBoolean - Class in iot.jcypher.query.values
 
JcBoolean(String) - Constructor for class iot.jcypher.query.values.JcBoolean
JCYPHER
create a boolean which is identified by a name

JcCollection - Class in iot.jcypher.query.values
 
JcCollection(String) - Constructor for class iot.jcypher.query.values.JcCollection
JCYPHER
create a collection which is identified by a name

JcElement - Class in iot.jcypher.query.values
 
JcError - Class in iot.jcypher.query.result
 
JcError(String, String, String) - Constructor for class iot.jcypher.query.result.JcError
 
JcLabel - Class in iot.jcypher.query.values
 
JcNode - Class in iot.jcypher.query.values
 
JcNode(String) - Constructor for class iot.jcypher.query.values.JcNode
JCYPHER
create a node which is identified by a name

JcNumber - Class in iot.jcypher.query.values
 
JcNumber(Number) - Constructor for class iot.jcypher.query.values.JcNumber
JCYPHER
create a number initialized with a value

JcNumber(String) - Constructor for class iot.jcypher.query.values.JcNumber
JCYPHER
create a number which is identified by a name

JcNumber(String, Number) - Constructor for class iot.jcypher.query.values.JcNumber
JCYPHER
create a number which is identified by a name and initialized with a value

JcPath - Class in iot.jcypher.query.values
 
JcPath(String) - Constructor for class iot.jcypher.query.values.JcPath
JCYPHER
create a path which is identified by a name

JcPrimitive - Class in iot.jcypher.query.values
 
JcProperty - Class in iot.jcypher.query.values
 
JcQuery - Class in iot.jcypher.query
JCYPHER QUERY
JcQuery() - Constructor for class iot.jcypher.query.JcQuery
 
JcQueryResult - Class in iot.jcypher.query
 
JcQueryResult(JsonObject, int, IDBAccess) - Constructor for class iot.jcypher.query.JcQueryResult
 
JcRelation - Class in iot.jcypher.query.values
 
JcRelation(String) - Constructor for class iot.jcypher.query.values.JcRelation
JCYPHER
create a relation which is identified by a name

JcResultException - Exception in iot.jcypher.query.result
 
JcResultException(List<JcError>) - Constructor for exception iot.jcypher.query.result.JcResultException
 
JcResultException(List<JcError>, String) - Constructor for exception iot.jcypher.query.result.JcResultException
 
JcString - Class in iot.jcypher.query.values
 
JcString(String) - Constructor for class iot.jcypher.query.values.JcString
JCYPHER
create a string which is identified by a name

JcString(String, String) - Constructor for class iot.jcypher.query.values.JcString
JCYPHER
create a string which is identified by a name and initialized with a value

JcValue - Class in iot.jcypher.query.values
 
JcValue(String) - Constructor for class iot.jcypher.query.values.JcValue
JCYPHER
create a value which is identified by a name

JSONWriter - Class in iot.jcypher.query.writer
 
JSONWriter() - Constructor for class iot.jcypher.query.writer.JSONWriter
 

K

keyField - Static variable in class iot.jcypher.domain.mapping.surrogate.Surrogate2MapEntry
 

L

label - Static variable in class iot.jcypher.domain.internal.CurrentDomain
 
label(String) - Method in class iot.jcypher.query.api.pattern.Node
JCYPHER
set a label to match or create nodes with that label
e.g.
label(String) - Method in class iot.jcypher.query.values.JcLabel
JCYPHER
access a label of a node

label(String) - Method in class iot.jcypher.query.values.JcNode
JCYPHER
access a label of a node

LABEL_ACCESS - Static variable in class iot.jcypher.query.values.operators.OPERATOR.Node
 
LABEL_SCAN(String) - Static method in class iot.jcypher.query.factories.clause.USING
JCYPHER
set the label to be used in the label scan
e.g.
LABELS - Static variable in class iot.jcypher.query.values.functions.FUNCTION.Node
 
labels() - Method in class iot.jcypher.query.values.JcNode
JCYPHER
return all labels of a node, return a JcCollection

LAST - Static variable in class iot.jcypher.query.values.functions.FUNCTION.Collection
 
last() - Method in class iot.jcypher.query.values.JcCollection
JCYPHER
return the last element of a collection

LEFT - Static variable in class iot.jcypher.query.values.functions.FUNCTION.String
 
left(int) - Method in class iot.jcypher.query.values.JcString
JCYPHER
return a string containing the left n characters of the original string

LENGTH - Static variable in class iot.jcypher.query.values.functions.FUNCTION.Collection
 
length() - Method in class iot.jcypher.query.values.JcCollection
JCYPHER
return the size of a collection, return a JcNumber

length() - Method in class iot.jcypher.query.values.JcPath
JCYPHER
return the length of a path, return a JcNumber

length() - Method in class iot.jcypher.query.values.JcString
JCYPHER
return the length of a string, return a JcNumber

LIKE(String) - Method in class iot.jcypher.domainquery.api.BooleanOperation
JCYPHER
test against a regular expression

LIMIT(int) - Method in class iot.jcypher.query.api.returns.RElement
JCYPHER
return a subset of the result, starting from the top
e.g.
LIST_TYPE - Static variable in class iot.jcypher.domain.genericmodel.DOField
 
ListEntriesUpdater - Class in iot.jcypher.domain.mapping.surrogate
 
ListEntriesUpdater(Collection<Object>) - Constructor for class iot.jcypher.domain.mapping.surrogate.ListEntriesUpdater
 
ListFieldMapping - Class in iot.jcypher.domain.mapping
 
ListFieldMapping(IField, String) - Constructor for class iot.jcypher.domain.mapping.ListFieldMapping
 
ListFieldMapping(IField) - Constructor for class iot.jcypher.domain.mapping.ListFieldMapping
 
literal(Object) - Static method in class iot.jcypher.domainquery.internal.QueryRecorder
 
literal(Object) - Method in class iot.jcypher.domainquery.internal.RecordedQuery
 
LiteralMap - Class in iot.jcypher.query
Contains name (key) - value pairs; values are literal values.
LiteralMapList - Class in iot.jcypher.query
A list of literal maps
loadById(Class<T>, int, long) - Method in interface iot.jcypher.domain.IDomainAccess
Load a domain object from the graph database.
loadById(String, int, long) - Method in interface iot.jcypher.domain.IGenericDomainAccess
Load a generic domain object from the graph database.
loadById(String, int, long) - Method in class iot.jcypher.domain.internal.DomainAccess.GenericDomainAccess
 
loadById(Class<T>, int, long) - Method in class iot.jcypher.domain.internal.DomainAccess
 
loadById(String, int, long) - Method in class iot.jcypher.domain.internal.DomainAccessSync.GenericDomainAccessSync
 
loadById(Class<T>, int, long) - Method in class iot.jcypher.domain.internal.DomainAccessSync
 
loadByIds(Class<T>, int, long...) - Method in interface iot.jcypher.domain.IDomainAccess
Load a list of domain objects from the graph database.
loadByIds(String, int, long...) - Method in interface iot.jcypher.domain.IGenericDomainAccess
Load a list of generic domain objects from the graph database.
loadByIds(String, int, long...) - Method in class iot.jcypher.domain.internal.DomainAccess.GenericDomainAccess
 
loadByIds(Class<T>, Map<Class<?>, List<Long>>, int, long...) - Method in class iot.jcypher.domain.internal.DomainAccess.InternalDomainAccess
 
loadByIds(Class<T>, int, long...) - Method in class iot.jcypher.domain.internal.DomainAccess
 
loadByIds(String, int, long...) - Method in class iot.jcypher.domain.internal.DomainAccessSync.GenericDomainAccessSync
 
loadByIds(Class<T>, int, long...) - Method in class iot.jcypher.domain.internal.DomainAccessSync
 
loadByType(Class<T>, int, int, int) - Method in interface iot.jcypher.domain.IDomainAccess
All objects of the specified type or any subtype of it will be loaded from the domain graph and returned in a list.
loadByType(String, int, int, int) - Method in interface iot.jcypher.domain.IGenericDomainAccess
All objects of the type specified by domainObjectClassName or of any subtype will be loaded as generic domain objects from the domain graph and returned in a list.
loadByType(String, int, int, int) - Method in class iot.jcypher.domain.internal.DomainAccess.GenericDomainAccess
 
loadByType(Class<T>, int, int, int) - Method in class iot.jcypher.domain.internal.DomainAccess
 
loadByType(String, int, int, int) - Method in class iot.jcypher.domain.internal.DomainAccessSync.GenericDomainAccessSync
 
loadByType(Class<T>, int, int, int) - Method in class iot.jcypher.domain.internal.DomainAccessSync
 
loadDomainInfoIfNeeded() - Method in class iot.jcypher.domain.internal.DomainAccess.InternalDomainAccess
For Testing
loadFrom(List<GrNode>) - Method in class iot.jcypher.domain.genericmodel.internal.DomainModel
 
loadReplayedResult(DomainObjectMatch<T>) - Method in class iot.jcypher.domainquery.internal.QueryExecutor
 
loadResult(DomainObjectMatch<T>) - Method in class iot.jcypher.domainquery.internal.QueryExecutor
 
LocalId - Class in iot.jcypher.graph.internal
 
LocalId(long) - Constructor for class iot.jcypher.graph.internal.LocalId
 
LocalIdBuilder - Class in iot.jcypher.query.result.util
 
LocalIdBuilder() - Constructor for class iot.jcypher.query.result.util.LocalIdBuilder
 
Locking - Enum in iot.jcypher.concurrency
 
LockUtil - Class in iot.jcypher.graph.internal
 
LockUtil() - Constructor for class iot.jcypher.graph.internal.LockUtil
 
LockUtil.Removes - Class in iot.jcypher.graph.internal
 
LockUtil.Removes() - Constructor for class iot.jcypher.graph.internal.LockUtil.Removes
 
lockVersionProperty - Static variable in class iot.jcypher.query.result.util.ResultHandler
 
LOG - Static variable in class iot.jcypher.query.values.functions.FUNCTION.Math
 
log() - Method in class iot.jcypher.query.values.MathFunctions
JCYPHER
return the natural logarithm of a number.
LOG10 - Static variable in class iot.jcypher.query.values.functions.FUNCTION.Math
 
log10() - Method in class iot.jcypher.query.values.MathFunctions
JCYPHER
return the base 10 logarithm of a number.
longToDate(long, Class<?>) - Static method in class iot.jcypher.domain.mapping.MappingUtil
 
LOWER - Static variable in class iot.jcypher.query.values.functions.FUNCTION.String
 
lower() - Method in class iot.jcypher.query.values.JcString
JCYPHER
return the original string in lowercase

LT(E) - Method in class iot.jcypher.domainquery.api.BooleanOperation
JCYPHER
less than

LT(E) - Method in class iot.jcypher.query.api.predicate.BooleanOperation
JCYPHER
less than
e.g. ...valueOf(n.property("age")).
LTE(E) - Method in class iot.jcypher.domainquery.api.BooleanOperation
JCYPHER
less than or equal

LTE(E) - Method in class iot.jcypher.query.api.predicate.BooleanOperation
JCYPHER
less than or equal
e.g. ...valueOf(n.property("age")).
LTRIM - Static variable in class iot.jcypher.query.values.functions.FUNCTION.String
 

M

Map - Class in iot.jcypher.domain.mapping.surrogate
 
Map() - Constructor for class iot.jcypher.domain.mapping.surrogate.Map
 
Map(Map<Object, Object>) - Constructor for class iot.jcypher.domain.mapping.surrogate.Map
 
MapEntry - Class in iot.jcypher.domain.mapping.surrogate
 
MapEntry(Object, Object) - Constructor for class iot.jcypher.domain.mapping.surrogate.MapEntry
 
MapEntry() - Constructor for class iot.jcypher.domain.mapping.surrogate.MapEntry
 
MapEntryUpdater - Class in iot.jcypher.domain.mapping.surrogate
 
MapEntryUpdater(MapEntry, Map<Object, Object>) - Constructor for class iot.jcypher.domain.mapping.surrogate.MapEntryUpdater
 
mapLabel(Object, GrNode) - Method in class iot.jcypher.domain.mapping.NodeLabelMapping
 
MappingUtil - Class in iot.jcypher.domain.mapping
 
MappingUtil() - Constructor for class iot.jcypher.domain.mapping.MappingUtil
 
mapPropertiesFromObject(Object, GrNode) - Method in class iot.jcypher.domain.mapping.ObjectMapping
 
mapPropertiesToObject(Object, GrNode) - Method in class iot.jcypher.domain.mapping.ObjectMapping
 
mapPropertyFromField(Object, GrNode) - Method in class iot.jcypher.domain.mapping.FieldMapping
 
mapPropertyFromField(Object, GrNode) - Method in class iot.jcypher.domain.mapping.ValueAndTypeMapping
 
mapPropertyToField(Object, GrNode) - Method in class iot.jcypher.domain.mapping.FieldMapping
 
mapsToProperty(Class<?>) - Static method in class iot.jcypher.domain.mapping.MappingUtil
 
MapTerminator - Class in iot.jcypher.domain.mapping
 
MapTerminator(Object, String) - Constructor for class iot.jcypher.domain.mapping.MapTerminator
 
MATCH - Class in iot.jcypher.query.factories.clause
JCYPHER CLAUSE
MATCH() - Constructor for class iot.jcypher.query.factories.clause.MATCH
 
math() - Method in class iot.jcypher.query.values.JcNumber
JCYPHER
access mathematical functions

MATH - Class in iot.jcypher.query.values
JCYPHER Factory for math functions
MATH() - Constructor for class iot.jcypher.query.values.MATH
 
MathFunctions - Class in iot.jcypher.query.values
 
max(JcProperty) - Method in class iot.jcypher.query.api.returns.Aggregate
JCYPHER
find the largest value in a collection of numeric values
e.g. ...aggregate().
maxHops(int) - Method in class iot.jcypher.query.api.pattern.Relation
JCYPHER
define the maximum number of hops (hops are the number of relations between two nodes in a pattern);
if hops are not defined explicitly, it defaults to 1
e.g.
maxHops(int) - Method in class iot.jcypher.query.ast.pattern.PatternRelation
 
maxHopsUnbound() - Method in class iot.jcypher.query.api.pattern.Relation
JCYPHER
define the maximum number of hops as infinite (hops are the number of relations between two nodes in a pattern)
e.g.
maxHopsUnbound() - Method in class iot.jcypher.query.ast.pattern.PatternRelation
 
MERGE - Class in iot.jcypher.query.factories.clause
JCYPHER CLAUSE
MERGE() - Constructor for class iot.jcypher.query.factories.clause.MERGE
 
mergeFrom(List<GrNode>) - Method in class iot.jcypher.domain.genericmodel.internal.DomainModel
 
min(JcProperty) - Method in class iot.jcypher.query.api.returns.Aggregate
JCYPHER
find the smallest value in a collection of numeric values
e.g. ...aggregate().
minHops(int) - Method in class iot.jcypher.query.api.pattern.Relation
JCYPHER
define the minimum number of hops (hops are the number of relations between two nodes in a pattern);
if hops are not defined explicitly, it defaults to 1
e.g.
minHops(int) - Method in class iot.jcypher.query.ast.pattern.PatternRelation
 
minus(Number) - Method in class iot.jcypher.query.values.JcNumber
JCYPHER
return the result of subtracting two numbers, return a JcNumber

minus(JcNumber) - Method in class iot.jcypher.query.values.JcNumber
JCYPHER
return the result of subtracting two numbers, return a JcNumber

MINUS - Static variable in class iot.jcypher.query.values.operators.OPERATOR.Number
 
mod(Number) - Method in class iot.jcypher.query.values.JcNumber
JCYPHER
return the remainder of dividing one number by another, return a JcNumber

mod(JcNumber) - Method in class iot.jcypher.query.values.JcNumber
JCYPHER
return the remainder of dividing one number by another, return a JcNumber

MOD - Static variable in class iot.jcypher.query.values.operators.OPERATOR.Number
 
modifiedBy(IDeferred) - Method in class iot.jcypher.domain.mapping.surrogate.AbstractDeferred
 
modifiedBy(IDeferred) - Method in interface iot.jcypher.domain.mapping.surrogate.IDeferred
this deferred was modified by another one (the changer)
ModifyExpression - Class in iot.jcypher.query.ast.modify
 
ModifyExpression(ModifyExpression.ModifyAction) - Constructor for class iot.jcypher.query.ast.modify.ModifyExpression
 
ModifyExpression.ModifyAction - Enum in iot.jcypher.query.ast.modify
 
ModifyFactory - Class in iot.jcypher.query.api.modify
 
ModifyFactory() - Constructor for class iot.jcypher.query.api.modify.ModifyFactory
 
ModifyLabels - Class in iot.jcypher.query.ast.modify
 
ModifyLabels() - Constructor for class iot.jcypher.query.ast.modify.ModifyLabels
 
modifyNextUp() - Method in class iot.jcypher.domain.mapping.surrogate.AbstractDeferred
 
ModifyTerminal - Class in iot.jcypher.query.api.modify
 
mult(Number) - Method in class iot.jcypher.query.values.JcNumber
JCYPHER
return the result of multiplying two numbers, return a JcNumber

mult(JcNumber) - Method in class iot.jcypher.query.values.JcNumber
JCYPHER
return the result of multiplying two numbers, return a JcNumber

MULT - Static variable in class iot.jcypher.query.values.operators.OPERATOR.Number
 
MultiOutputStream - Class in iot.jcypher.util
 
MultiOutputStream() - Constructor for class iot.jcypher.util.MultiOutputStream
 

N

NatCypher - Class in iot.jcypher.query.api.nativ
 
NatFactory - Class in iot.jcypher.query.api.nativ
 
NatFactory() - Constructor for class iot.jcypher.query.api.nativ.NatFactory
 
NATIVE - Class in iot.jcypher.query.factories.clause
JCYPHER CLAUSE
provides the ability to write CYPHER expressions which are not implemented in JCypher yet

NATIVE() - Constructor for class iot.jcypher.query.factories.clause.NATIVE
 
NativeCypherExpression - Class in iot.jcypher.query.ast.nativ
 
NativeCypherExpression() - Constructor for class iot.jcypher.query.ast.nativ.NativeCypherExpression
 
needsRelation() - Method in class iot.jcypher.domain.mapping.FieldMapping
 
needsRelationOrProperty() - Method in class iot.jcypher.domain.mapping.FieldMapping
 
Negation - Class in iot.jcypher.query.ast.predicate
 
Negation() - Constructor for class iot.jcypher.query.ast.predicate.Negation
 
Neo4j_Version - Static variable in class iot.jcypher.database.DBVersion
possible values:
'2.1.x' .. to work with remote neo4j databases of versions: 2.1.6 or 2.1.7.
next() - Method in class iot.jcypher.domain.mapping.CompoundObjectMapping.FieldMappingIterator
 
next() - Method in class iot.jcypher.domain.mapping.CompoundObjectType.TypeIterator
 
nextClause() - Static method in class iot.jcypher.query.factories.clause.SEPARATE
JCYPHER
separates two clauses (e.g.
nextUp() - Method in class iot.jcypher.domain.mapping.surrogate.AbstractDeferred
 
nextUp() - Method in interface iot.jcypher.domain.mapping.surrogate.IDeferred
 
Node - Class in iot.jcypher.query.api.pattern
 
node() - Method in class iot.jcypher.query.api.pattern.Path
JCYPHER
match or create (depends on the clause) nodes as starting points of the path
e.g.
node(JcNode) - Method in class iot.jcypher.query.api.pattern.Path
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.
node() - Method in class iot.jcypher.query.api.pattern.Relation
JCYPHER
match or create (depends on the clause) nodes connected to the relation
e.g.
node(JcNode) - Method in class iot.jcypher.query.api.pattern.Relation
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() - Static method in class iot.jcypher.query.api.pattern.XFactory
 
node(JcNode) - Static method in class iot.jcypher.query.api.pattern.XFactory
 
node(JcNode) - Static method in class iot.jcypher.query.api.start.SFactory
 
node() - Static method in class iot.jcypher.query.factories.clause.CREATE
JCYPHER
create a node
e.g.
node(JcNode) - Static method in class iot.jcypher.query.factories.clause.CREATE
JCYPHER
create a node, make it accessible by a JcNode element later on in the query
e.g.
node() - Static method in class iot.jcypher.query.factories.clause.CREATE_UNIQUE
JCYPHER
create a node
e.g.
node(JcNode) - Static method in class iot.jcypher.query.factories.clause.CREATE_UNIQUE
JCYPHER
create a node, make it accessible by a JcNode element later on in the query
e.g.
node() - Static method in class iot.jcypher.query.factories.clause.MATCH
JCYPHER
match nodes
e.g.
node(JcNode) - Static method in class iot.jcypher.query.factories.clause.MATCH
JCYPHER
match nodes, make them accessible by a JcNode element later on in the query
e.g.
node() - Static method in class iot.jcypher.query.factories.clause.MERGE
JCYPHER
merge (match or create if not exists) a node
e.g.
node(JcNode) - Static method in class iot.jcypher.query.factories.clause.MERGE
JCYPHER
merge (match or create if not exists) a node, make it accessible by a JcNode element later on in the query
e.g.
node() - Static method in class iot.jcypher.query.factories.clause.OPTIONAL_MATCH
JCYPHER
match nodes
e.g.
node(JcNode) - Static method in class iot.jcypher.query.factories.clause.OPTIONAL_MATCH
JCYPHER
match nodes, make them accessible by a JcNode element later on in the query
e.g.
node(JcNode) - Static method in class iot.jcypher.query.factories.clause.START
JCYPHER
select the node(s) to be the starting point(s)
e.g.
node() - Static method in class iot.jcypher.query.factories.xpression.X
JCYPHER
match nodes
e.g.
node(JcNode) - Static method in class iot.jcypher.query.factories.xpression.X
JCYPHER
match nodes, make them accessible by a JcNode element later on in the query
e.g.
NodeLabelMapping - Class in iot.jcypher.domain.mapping
 
NodeLabelMapping(String) - Constructor for class iot.jcypher.domain.mapping.NodeLabelMapping
 
nodePrefix - Static variable in class iot.jcypher.domainquery.api.APIAccess
 
NODES - Static variable in class iot.jcypher.query.values.functions.FUNCTION.Path
 
nodes() - Method in class iot.jcypher.query.values.JcPath
JCYPHER
return all nodes of a path, return a JcCollection

NOT() - Method in class iot.jcypher.domainquery.api.BooleanOperation
JCYPHER
negate

NOT() - Method in class iot.jcypher.query.api.predicate.Concat
 
NOT() - Method in interface iot.jcypher.query.api.predicate.IBeforePredicate
JCYPHER
negate a boolean
e.g. ...
NOT() - Static method in class iot.jcypher.query.api.predicate.PFactory
 
NOT() - Static method in class iot.jcypher.query.factories.clause.WHERE
JCYPHER
negate a boolean
e.g.
NOT() - Static method in class iot.jcypher.query.factories.xpression.P
JCYPHER
negate a boolean
e.g. ...
NOT_EQUALS(E) - Method in class iot.jcypher.query.api.predicate.BooleanOperation
JCYPHER
negated test for equality
e.g. ...valueOf(n.property("age")).
notifyState(PersistableItem) - Static method in class iot.jcypher.graph.GrAccess
 
numberAtttribute(String) - Method in class iot.jcypher.domainquery.api.DomainObjectMatch
Access a number attribute
numberOfInstancesOf(Class<?>) - Method in interface iot.jcypher.domain.IDomainAccess
answer the number of instances of a certain type and of all of that type's subtypes stored in the domain graph
numberOfInstancesOf(List<Class<?>>) - Method in interface iot.jcypher.domain.IDomainAccess
answer the numbers of instances of the specified types and of all of these type's subtypes stored in the domain graph
numberOfInstancesOf(String) - Method in interface iot.jcypher.domain.IGenericDomainAccess
answer the number of instances of a certain type (specified by type name) and of all of that type's subtypes stored in the domain graph
numberOfInstancesOf(List<String>) - Method in interface iot.jcypher.domain.IGenericDomainAccess
answer the numbers of instances of the specified types (specified by type names) and of all of these type's subtypes stored in the domain graph
numberOfInstancesOf(String) - Method in class iot.jcypher.domain.internal.DomainAccess.GenericDomainAccess
 
numberOfInstancesOf(List<String>) - Method in class iot.jcypher.domain.internal.DomainAccess.GenericDomainAccess
 
numberOfInstancesOf(Class<?>) - Method in class iot.jcypher.domain.internal.DomainAccess
 
numberOfInstancesOf(List<Class<?>>) - Method in class iot.jcypher.domain.internal.DomainAccess
 
numberOfInstancesOf(String) - Method in class iot.jcypher.domain.internal.DomainAccessSync.GenericDomainAccessSync
 
numberOfInstancesOf(List<String>) - Method in class iot.jcypher.domain.internal.DomainAccessSync.GenericDomainAccessSync
 
numberOfInstancesOf(Class<?>) - Method in class iot.jcypher.domain.internal.DomainAccessSync
 
numberOfInstancesOf(List<Class<?>>) - Method in class iot.jcypher.domain.internal.DomainAccessSync
 
numberProperty(String) - Method in class iot.jcypher.query.values.JcElement
JCYPHER
access a named number property, return a JcNumber

nurseryAsString() - Method in class iot.jcypher.domain.genericmodel.internal.DomainModel
 
nurseryAsString() - Method in class iot.jcypher.domain.internal.DomainAccess.InternalDomainAccess
For Testing

O

ObjectMapping - Class in iot.jcypher.domain.mapping
 
ObjectMapping() - Constructor for class iot.jcypher.domain.mapping.ObjectMapping
 
objectToUpdate() - Method in class iot.jcypher.domain.mapping.surrogate.AbstractSurrogate
 
objectToUpdate() - Method in class iot.jcypher.domain.mapping.surrogate.Array
 
objectToUpdate() - Method in class iot.jcypher.domain.mapping.surrogate.Collection
 
objectToUpdate() - Method in interface iot.jcypher.domain.mapping.surrogate.IEntryUpdater
 
objectToUpdate() - Method in class iot.jcypher.domain.mapping.surrogate.ListEntriesUpdater
 
objectToUpdate() - Method in class iot.jcypher.domain.mapping.surrogate.Map
 
objectToUpdate() - Method in class iot.jcypher.domain.mapping.surrogate.MapEntryUpdater
 
ObservableList<E> - Class in iot.jcypher.domain.mapping.surrogate
 
ObservableList() - Constructor for class iot.jcypher.domain.mapping.surrogate.ObservableList
 
ObservableList(Collection<? extends E>) - Constructor for class iot.jcypher.domain.mapping.surrogate.ObservableList
 
ObservableList(int) - Constructor for class iot.jcypher.domain.mapping.surrogate.ObservableList
 
ObservableList.IObserver - Interface in iot.jcypher.domain.mapping.surrogate
 
on(JcProperty) - Method in class iot.jcypher.query.api.using.UsingIndex
JCYPHER
select the property on which to use the index
e.g.
on(JcNode) - Method in class iot.jcypher.query.api.using.UsingScan
JCYPHER
select the identifier for the resulting nodes of the label scan
e.g.
ON_CREATE - Class in iot.jcypher.query.factories.clause
JCYPHER CLAUSE
ON_CREATE() - Constructor for class iot.jcypher.query.factories.clause.ON_CREATE
 
ON_MATCH - Class in iot.jcypher.query.factories.clause
JCYPHER CLAUSE
ON_MATCH() - Constructor for class iot.jcypher.query.factories.clause.ON_MATCH
 
onLabel(String) - Static method in class iot.jcypher.query.api.using.UFactory
 
onLabel(String) - Static method in class iot.jcypher.query.factories.clause.CREATE_INDEX
JCYPHER
select a label (of nodes) on which to create an index
e.g.
onLabel(String) - Static method in class iot.jcypher.query.factories.clause.DROP_INDEX
JCYPHER
select a label (of nodes) in order to drop an index that was previously created on that label
e.g.
Operator - Class in iot.jcypher.query.values
 
Operator(String, String, Enum<?>) - Constructor for class iot.jcypher.query.values.Operator
 
OPERATOR - Class in iot.jcypher.query.values.operators
 
OPERATOR() - Constructor for class iot.jcypher.query.values.operators.OPERATOR
 
OPERATOR.Common - Class in iot.jcypher.query.values.operators
 
OPERATOR.Common() - Constructor for class iot.jcypher.query.values.operators.OPERATOR.Common
 
OPERATOR.Node - Class in iot.jcypher.query.values.operators
 
OPERATOR.Node() - Constructor for class iot.jcypher.query.values.operators.OPERATOR.Node
 
OPERATOR.Number - Class in iot.jcypher.query.values.operators
 
OPERATOR.Number() - Constructor for class iot.jcypher.query.values.operators.OPERATOR.Number
 
OPERATOR.PropertyContainer - Class in iot.jcypher.query.values.operators
 
OPERATOR.PropertyContainer() - Constructor for class iot.jcypher.query.values.operators.OPERATOR.PropertyContainer
 
OPERATOR.String - Class in iot.jcypher.query.values.operators
 
OPERATOR.String() - Constructor for class iot.jcypher.query.values.operators.OPERATOR.String
 
OPTIONAL_MATCH - Class in iot.jcypher.query.factories.clause
JCYPHER CLAUSE
OPTIONAL_MATCH() - Constructor for class iot.jcypher.query.factories.clause.OPTIONAL_MATCH
 
OPTYPE - Class in iot.jcypher.query.values.operators
 
OPTYPE() - Constructor for class iot.jcypher.query.values.operators.OPTYPE
 
OPTYPE.Node - Enum in iot.jcypher.query.values.operators
 
OPTYPE.Number - Enum in iot.jcypher.query.values.operators
 
OPTYPE.PropertyContainer - Enum in iot.jcypher.query.values.operators
 
OPTYPE.String - Enum in iot.jcypher.query.values.operators
 
OR() - Method in class iot.jcypher.domainquery.AbstractDomainQuery
Or two predicate expressions
OR() - Method in class iot.jcypher.query.api.predicate.Concatenator
JCYPHER
'or' two boolean expressions or values

ORDER(DomainObjectMatch<?>) - Method in class iot.jcypher.domainquery.AbstractDomainQuery
Define an order on a set of domain objects which are specified by a DomainObjectMatch in the context of the domain query.
Order - Class in iot.jcypher.domainquery.api
 
Order - Class in iot.jcypher.query.ast.returns
 
Order() - Constructor for class iot.jcypher.query.ast.returns.Order
 
ORDER_BY(String) - Method in class iot.jcypher.query.api.returns.RSortable
JCYPHER
sort the output in ascending order
e.g.
ORDER_BY_DESC(String) - Method in class iot.jcypher.query.api.returns.RSortable
JCYPHER
sort the output in descending order
e.g.
OrderDirection - Class in iot.jcypher.domainquery.api
 
OrderExpression - Class in iot.jcypher.domainquery.ast
 
OrderExpression(DomainObjectMatch<?>) - Constructor for class iot.jcypher.domainquery.ast.OrderExpression
 
OrderExpression.OrderBy - Class in iot.jcypher.domainquery.ast
 
OrderExpression.OrderBy(String) - Constructor for class iot.jcypher.domainquery.ast.OrderExpression.OrderBy
 
out() - Method in class iot.jcypher.query.api.pattern.Relation
JCYPHER
define the relation direction as outgoing
e.g.
out() - Method in class iot.jcypher.query.ast.pattern.PatternRelation
 
over(JcProperty) - Method in class iot.jcypher.query.api.returns.Percentile
JCYPHER
specify the properties over which to perform the percentileDisc or PercentileCont calculation
e.g. ...aggregate().percentileDisc(0.5).

P

P - Class in iot.jcypher.query.factories.xpression
JCYPHER FACTORY FOR PREDICATE EXPRESSIONS
P() - Constructor for class iot.jcypher.query.factories.xpression.P
 
PAGECACHE_MEMORY - Static variable in interface iot.jcypher.database.DBProperties
OPTIONAL e.g. "512M"
parameter(String) - Method in class iot.jcypher.domainquery.AbstractDomainQuery
Get or create, if not exists, a query parameter.
Parameter - Class in iot.jcypher.domainquery.ast
 
Parameter(String) - Constructor for class iot.jcypher.domainquery.ast.Parameter
 
parameter(String) - Method in class iot.jcypher.domainquery.internal.QueryExecutor
Get or create, if not exists, a query parameter.
Path - Class in iot.jcypher.query.api.pattern
 
path(JcPath) - Static method in class iot.jcypher.query.api.pattern.XFactory
 
path(JcPath) - Static method in class iot.jcypher.query.factories.clause.CREATE
JCYPHER
assign a path to a JcPath element in order to return the path or to filter on that path
e.g.
path(JcPath) - Static method in class iot.jcypher.query.factories.clause.CREATE_UNIQUE
JCYPHER
assign a path to a JcPath element in order to return the path or to filter on that path
e.g.
path(JcPath) - Static method in class iot.jcypher.query.factories.clause.MATCH
JCYPHER
assign a path to a JcPath element in order to return the path or to filter on that path
e.g.
path(JcPath) - Static method in class iot.jcypher.query.factories.clause.OPTIONAL_MATCH
JCYPHER
assign a path to a JcPath element in order to return the path or to filter on that path
e.g.
path(JcPath) - Static method in class iot.jcypher.query.factories.xpression.X
JCYPHER
assign a path to a JcPath element in order to return the path or to filter on that path
e.g.
pathPrefix - Static variable in class iot.jcypher.domainquery.api.APIAccess
 
PatternElement - Class in iot.jcypher.query.ast.pattern
 
PatternElement(JcElement) - Constructor for class iot.jcypher.query.ast.pattern.PatternElement
 
PatternExpression - Class in iot.jcypher.query.ast.pattern
 
PatternExpression() - Constructor for class iot.jcypher.query.ast.pattern.PatternExpression
 
PatternNode - Class in iot.jcypher.query.ast.pattern
 
PatternNode(JcNode) - Constructor for class iot.jcypher.query.ast.pattern.PatternNode
 
PatternPath - Class in iot.jcypher.query.ast.pattern
 
PatternPath(JcPath, PatternPath.PathFunction) - Constructor for class iot.jcypher.query.ast.pattern.PatternPath
 
PatternPath.PathFunction - Enum in iot.jcypher.query.ast.pattern
 
PatternProperty - Class in iot.jcypher.query.ast.pattern
 
PatternProperty(String) - Constructor for class iot.jcypher.query.ast.pattern.PatternProperty
 
PatternRelation - Class in iot.jcypher.query.ast.pattern
 
PatternRelation(JcRelation) - Constructor for class iot.jcypher.query.ast.pattern.PatternRelation
 
PatternRelation.Direction - Enum in iot.jcypher.query.ast.pattern
 
Percentile - Class in iot.jcypher.query.api.returns
 
percentileCont(Number) - Method in class iot.jcypher.query.api.returns.Aggregate
JCYPHER
calculate: Given a series of values, which value is located at a certain percentile (percent rank);
uses a linear interpolation method, calculating a weighted average between two values,
if the desired percentile lies between them.
percentileDisc(Number) - Method in class iot.jcypher.query.api.returns.Aggregate
JCYPHER
calculate: Given a series of values, which value is located at (or nearest to) a certain percentile (percent rank);
takes the percentile (between 0.0 and 1.0)
e.g. ...aggregate().
perform() - Static method in class iot.jcypher.query.factories.clause.ELSE
JCYPHER
last part of a CASE expression

WHEN...
performUpdate() - Method in class iot.jcypher.domain.mapping.surrogate.Deferred2DO
 
performUpdate() - Method in interface iot.jcypher.domain.mapping.surrogate.IDeferred
 
performUpdate() - Method in class iot.jcypher.domain.mapping.surrogate.ListEntriesUpdater
 
performUpdate() - Method in class iot.jcypher.domain.mapping.surrogate.MapEntryUpdater
 
performUpdate() - Method in class iot.jcypher.domain.mapping.surrogate.Surrogate2ListEntry
 
performUpdate() - Method in class iot.jcypher.domain.mapping.surrogate.Surrogate2MapEntry
 
PersistableItem - Class in iot.jcypher.graph
 
PersistableItem() - Constructor for class iot.jcypher.graph.PersistableItem
 
PersistableItemsContainer<T extends PersistableItem> - Class in iot.jcypher.graph
 
PersistableItemsContainer() - Constructor for class iot.jcypher.graph.PersistableItemsContainer
 
PFactory - Class in iot.jcypher.query.api.predicate
 
PFactory() - Constructor for class iot.jcypher.query.api.predicate.PFactory
 
PI - Static variable in class iot.jcypher.query.values.functions.FUNCTION.Math
 
pi() - Static method in class iot.jcypher.query.values.MATH
JCYPHER
return the mathmatical constant pi (3.141592653589793).
placeHolder(Object) - Static method in class iot.jcypher.domainquery.internal.QueryRecorder
 
PlannerStrategy - Enum in iot.jcypher.database.internal
 
plannerStrategy - Static variable in class iot.jcypher.domainquery.internal.Settings
 
plus(Number) - Method in class iot.jcypher.query.values.JcNumber
JCYPHER
return the result of adding two numbers, return a JcNumber

plus(JcNumber) - Method in class iot.jcypher.query.values.JcNumber
JCYPHER
return the result of adding two numbers, return a JcNumber

PLUS - Static variable in class iot.jcypher.query.values.operators.OPERATOR.Number
 
pow(Number) - Method in class iot.jcypher.query.values.JcNumber
JCYPHER
return a number raised to the power of another number, return a JcNumber

pow(JcNumber) - Method in class iot.jcypher.query.values.JcNumber
JCYPHER
return a number raised to the power of another number, return a JcNumber

POW - Static variable in class iot.jcypher.query.values.operators.OPERATOR.Number
 
Predicate - Class in iot.jcypher.query.ast.predicate
 
Predicate() - Constructor for class iot.jcypher.query.ast.predicate.Predicate
 
PredicateConcatenator - Class in iot.jcypher.query.ast.predicate
 
PredicateConcatenator() - Constructor for class iot.jcypher.query.ast.predicate.PredicateConcatenator
 
PredicateConcatenator.ConcatOperator - Enum in iot.jcypher.query.ast.predicate
 
PredicateEvalExpression - Class in iot.jcypher.query.ast.collection
 
PredicateEvalExpression() - Constructor for class iot.jcypher.query.ast.collection.PredicateEvalExpression
 
PredicateExpression - Class in iot.jcypher.domainquery.ast
 
PredicateExpression(IPredicateOperand1, IASTObjectsContainer) - Constructor for class iot.jcypher.domainquery.ast.PredicateExpression
 
PredicateExpression(IPredicateOperand1, boolean) - Constructor for class iot.jcypher.domainquery.ast.PredicateExpression
 
PredicateExpression - Class in iot.jcypher.query.ast.predicate
 
PredicateExpression() - Constructor for class iot.jcypher.query.ast.predicate.PredicateExpression
 
PredicateExpression.Operator - Enum in iot.jcypher.domainquery.ast
 
PredicateFunction - Class in iot.jcypher.query.ast.predicate
 
PredicateFunction() - Constructor for class iot.jcypher.query.ast.predicate.PredicateFunction
 
PredicateFunction.PredicateFunctionType - Enum in iot.jcypher.query.ast.predicate
 
PredicateFunctionEvalExpression - Class in iot.jcypher.query.ast.collection
 
PredicateFunctionEvalExpression() - Constructor for class iot.jcypher.query.ast.collection.PredicateFunctionEvalExpression
 
Pretty - Class in iot.jcypher.query.writer
 
Pretty() - Constructor for class iot.jcypher.query.writer.Pretty
 
previousClause - Variable in class iot.jcypher.query.writer.WriterContext
 
printQueries(List<JcQuery>, QueriesPrintObserver.QueryToObserve, Format) - Static method in class iot.jcypher.util.Util
map to CYPHER statements and map to JSON, print the mapping results to the output streams configured in QueriesPrintObserver
printQuery(JcQuery, QueriesPrintObserver.QueryToObserve, Format) - Static method in class iot.jcypher.util.Util
map to CYPHER statements and map to JSON, print the mapping results to System.out
printResult(JcQueryResult, String, Format) - Static method in class iot.jcypher.util.Util
 
printResults(List<JcQueryResult>, String, Format) - Static method in class iot.jcypher.util.Util
 
printStream - Static variable in class iot.jcypher.util.QueriesPrintObserver
 
properties - Variable in class iot.jcypher.database.embedded.AbstractEmbeddedDBAccess
 
PropertiesCopy - Class in iot.jcypher.query.ast.modify
 
PropertiesCopy() - Constructor for class iot.jcypher.query.ast.modify.PropertiesCopy
 
property(String) - Method in class iot.jcypher.query.api.collection.EXProperty
JCYPHER
select the property for a collect expression
e.g. ...COLLECT().
property(String) - Method in class iot.jcypher.query.api.pattern.Element
JCYPHER
specify a property (of a node or relation) to be matched or created in a pattern
e.g.
Property<T> - Class in iot.jcypher.query.api.pattern
 
property(String) - Method in class iot.jcypher.query.api.start.SPropertyOrQuery
JCYPHER
select the property to be matched by the lookup
e.g.
property(String) - Method in class iot.jcypher.query.values.JcElement
JCYPHER
access a named property

PROPERTY_ACCESS - Static variable in class iot.jcypher.query.values.operators.OPERATOR.PropertyContainer
 
PropertyEvalExpresssion - Class in iot.jcypher.query.ast.collection
 
PropertyEvalExpresssion() - Constructor for class iot.jcypher.query.ast.collection.PropertyEvalExpresssion
 
propertyName - Variable in class iot.jcypher.domain.mapping.FieldMapping
 
PropertyOrQuery - Class in iot.jcypher.query.ast.start
 
PropertyOrQuery(String, String) - Constructor for class iot.jcypher.query.ast.start.PropertyOrQuery
 

Q

QExecution - Class in iot.jcypher.concurrency
 
QExecution(QExecution.ExecType) - Constructor for class iot.jcypher.concurrency.QExecution
 
QExecution.ExecType - Enum in iot.jcypher.concurrency
 
QueriesPrintObserver - Class in iot.jcypher.util
 
QueriesPrintObserver() - Constructor for class iot.jcypher.util.QueriesPrintObserver
 
QueriesPrintObserver.ContentToObserve - Enum in iot.jcypher.util
 
QueriesPrintObserver.QueryToObserve - Enum in iot.jcypher.util
 
query(String) - Method in class iot.jcypher.query.api.start.SPropertyOrQuery
JCYPHER
set a lucene query to be used by the lookup
e.g.
QUERY_ID - Static variable in class iot.jcypher.domainquery.internal.QueryRecorder
 
queryCompleted(AbstractDomainQuery) - Method in class iot.jcypher.domainquery.internal.QueryRecorder.QueriesPerThread
 
queryCompleted(AbstractDomainQuery) - Static method in class iot.jcypher.domainquery.internal.QueryRecorder
 
queryExecutor - Variable in class iot.jcypher.domainquery.AbstractDomainQuery
 
QueryExecutor - Class in iot.jcypher.domainquery.internal
 
QueryExecutor(IDomainAccess) - Constructor for class iot.jcypher.domainquery.internal.QueryExecutor
 
QueryExecutor.MappingInfo - Class in iot.jcypher.domainquery.internal
 
QueryParam - Class in iot.jcypher.query.writer
 
QueryParam() - Constructor for class iot.jcypher.query.writer.QueryParam
 
QueryParamSet - Class in iot.jcypher.query.writer
 
QueryParamSet() - Constructor for class iot.jcypher.query.writer.QueryParamSet
 
QueryRecorder - Class in iot.jcypher.domainquery.internal
 
QueryRecorder() - Constructor for class iot.jcypher.domainquery.internal.QueryRecorder
 
QueryRecorder.Literal - Class in iot.jcypher.domainquery.internal
 
QueryRecorder.Literal(Object) - Constructor for class iot.jcypher.domainquery.internal.QueryRecorder.Literal
 
QueryRecorder.PlaceHolder - Class in iot.jcypher.domainquery.internal
 
QueryRecorder.PlaceHolder(Object) - Constructor for class iot.jcypher.domainquery.internal.QueryRecorder.PlaceHolder
 
QueryRecorder.QueriesPerThread - Class in iot.jcypher.domainquery.internal
 
QueryRecorder.Reference - Class in iot.jcypher.domainquery.internal
 
QueryRecorder.Reference(Object) - Constructor for class iot.jcypher.domainquery.internal.QueryRecorder.Reference
 
queryToString(RecordedQuery) - Static method in class iot.jcypher.domainquery.internal.RecordedQueryToString
 

R

RADIANS - Static variable in class iot.jcypher.query.values.functions.FUNCTION.Math
 
radians() - Method in class iot.jcypher.query.values.MathFunctions
JCYPHER
convert degrees to radians.
RAND - Static variable in class iot.jcypher.query.values.functions.FUNCTION.Math
 
rand() - Static method in class iot.jcypher.query.values.MATH
JCYPHER
return a random double between 0.0 and 1.0.
RCount - Class in iot.jcypher.query.api.returns
 
RDistinct - Class in iot.jcypher.query.api.returns
 
recordAssignment(Object, String, Object, Object...) - Static method in class iot.jcypher.domainquery.internal.QueryRecorder
 
recordCreateQuery(AbstractDomainQuery) - Static method in class iot.jcypher.domainquery.internal.QueryRecorder
 
RecordedQuery - Class in iot.jcypher.domainquery.internal
 
RecordedQuery(boolean) - Constructor for class iot.jcypher.domainquery.internal.RecordedQuery
 
RecordedQuery.Assignment - Class in iot.jcypher.domainquery.internal
 
RecordedQuery.Assignment(String, String, String, List<RecordedQuery.Statement>) - Constructor for class iot.jcypher.domainquery.internal.RecordedQuery.Assignment
 
RecordedQuery.DOMatchRef - Class in iot.jcypher.domainquery.internal
 
RecordedQuery.DOMatchRef(String) - Constructor for class iot.jcypher.domainquery.internal.RecordedQuery.DOMatchRef
 
RecordedQuery.Invocation - Class in iot.jcypher.domainquery.internal
 
RecordedQuery.Invocation(String, String, String, List<RecordedQuery.Statement>) - Constructor for class iot.jcypher.domainquery.internal.RecordedQuery.Invocation
 
RecordedQuery.Literal - Class in iot.jcypher.domainquery.internal
 
RecordedQuery.Literal(Object) - Constructor for class iot.jcypher.domainquery.internal.RecordedQuery.Literal
 
RecordedQuery.Reference - Class in iot.jcypher.domainquery.internal
 
RecordedQuery.Reference(Object, String) - Constructor for class iot.jcypher.domainquery.internal.RecordedQuery.Reference
 
RecordedQuery.Statement - Interface in iot.jcypher.domainquery.internal
 
RecordedQueryPlayer - Class in iot.jcypher.domainquery.internal
 
RecordedQueryPlayer() - Constructor for class iot.jcypher.domainquery.internal.RecordedQueryPlayer
 
RecordedQueryToString - Class in iot.jcypher.domainquery.internal
 
RecordedQueryToString() - Constructor for class iot.jcypher.domainquery.internal.RecordedQueryToString
 
recordInvocation(Object, String, Object, Object...) - Static method in class iot.jcypher.domainquery.internal.QueryRecorder
 
recordInvocationConditional(ValueElement, String, Object, Object...) - Static method in class iot.jcypher.domainquery.internal.QueryRecorder
 
recordInvocationConditional(MathFunctions, String, Object, Object...) - Static method in class iot.jcypher.domainquery.internal.QueryRecorder
 
recordInvocationNoConcat(Object, String, Object, Object...) - Static method in class iot.jcypher.domainquery.internal.QueryRecorder
 
recordInvocationReplace(DomainObjectMatch<?>, Object, String) - Static method in class iot.jcypher.domainquery.internal.QueryRecorder
 
recordQuery(RecordedQuery, AbstractDomainQuery) - Method in class iot.jcypher.domainquery.internal.QueryExecutor
 
recordQuery(AbstractDomainQuery, RecordedQuery) - Static method in class iot.jcypher.domainquery.InternalAccess
 
recordStackedAssignment(Object, String, Object, Object...) - Static method in class iot.jcypher.domainquery.internal.QueryRecorder
invocations on domainQuery (q) but stacked within e.g. a SELECT_FROM(...).ELEMENTS(...) statement.
recordStackedInvocation(Object, String, Object, Object...) - Static method in class iot.jcypher.domainquery.internal.QueryRecorder
invocations on domainQuery (q) but stacked within e.g. a SELECT_FROM(...).ELEMENTS(...) statement.
REDUCE() - Static method in class iot.jcypher.query.api.collection.CFactory
 
REDUCE() - Method in class iot.jcypher.query.api.collection.Collection
JCYPHER
run an expression against individual elements of a collection
and store the result of the expression in an accumulator
e.g. ...
REDUCE() - Static method in class iot.jcypher.query.factories.xpression.C
JCYPHER
run an expression against individual elements of a collection
and store the result of the expression in an accumulator
e.g. ...
ReduceBy - Class in iot.jcypher.query.api.collection
 
ReduceEvalExpression - Class in iot.jcypher.query.ast.collection
 
ReduceEvalExpression() - Constructor for class iot.jcypher.query.ast.collection.ReduceEvalExpression
 
ReduceInit - Class in iot.jcypher.query.api.collection
 
ReduceTo - Class in iot.jcypher.query.api.collection
 
reference(Object) - Static method in class iot.jcypher.domainquery.internal.QueryRecorder
 
reference(Object, String) - Method in class iot.jcypher.domainquery.internal.RecordedQuery
 
REGEX(String) - Method in class iot.jcypher.query.api.predicate.BooleanOperation
JCYPHER
test against a regular expression
e.g. ...valueOf(n.property("name")).
REJECT_FROM(DomainObjectMatch<T>) - Method in class iot.jcypher.domainquery.AbstractDomainQuery
Reject domain objects from a set of domain objects.
relation() - Method in class iot.jcypher.query.api.pattern.Node
JCYPHER
match or create (depends on the clause) relations connected to the node
e.g.
relation(JcRelation) - Method in class iot.jcypher.query.api.pattern.Node
JCYPHER
match or create (depends on the clause) relations connected to the node,
make them accessible by a JcRelation element later on in the query
e.g.
Relation - Class in iot.jcypher.query.api.pattern
 
relation() - Static method in class iot.jcypher.query.api.pattern.XFactory
 
relation(JcRelation) - Static method in class iot.jcypher.query.api.pattern.XFactory
 
relation(JcRelation) - Static method in class iot.jcypher.query.api.start.SFactory
 
relation() - Static method in class iot.jcypher.query.factories.clause.CREATE
JCYPHER
create a relation
e.g.
relation(JcRelation) - Static method in class iot.jcypher.query.factories.clause.CREATE
JCYPHER
create a relation, make it accessible by a JcRelation element later on in the query
e.g.
relation() - Static method in class iot.jcypher.query.factories.clause.CREATE_UNIQUE
JCYPHER
create a relation
e.g.
relation(JcRelation) - Static method in class iot.jcypher.query.factories.clause.CREATE_UNIQUE
JCYPHER
create a relation, make it accessible by a JcRelation element later on in the query
e.g.
relation() - Static method in class iot.jcypher.query.factories.clause.MATCH
JCYPHER
match relations
e.g.
relation(JcRelation) - Static method in class iot.jcypher.query.factories.clause.MATCH
JCYPHER
match relations, make them accessible by a JcRelation element later on in the query
e.g.
relation() - Static method in class iot.jcypher.query.factories.clause.MERGE
JCYPHER
merge (match or create if not exists) a relation
e.g.
relation(JcRelation) - Static method in class iot.jcypher.query.factories.clause.MERGE
JCYPHER
merge (match or create if not exists) a relation, make it accessible by a JcRelation element later on in the query
e.g.
relation() - Static method in class iot.jcypher.query.factories.clause.OPTIONAL_MATCH
JCYPHER
match relations
e.g.
relation(JcRelation) - Static method in class iot.jcypher.query.factories.clause.OPTIONAL_MATCH
JCYPHER
match relations, make them accessible by a JcRelation element later on in the query
e.g.
relation(JcRelation) - Static method in class iot.jcypher.query.factories.clause.START
JCYPHER
select the relation(s) to be the starting point(s)
e.g.
relation() - Static method in class iot.jcypher.query.factories.xpression.X
JCYPHER
match relations
e.g.
relation(JcRelation) - Static method in class iot.jcypher.query.factories.xpression.X
JCYPHER
match relations, make them accessible by a JcRelation element later on in the query
e.g.
RELATIONS - Static variable in class iot.jcypher.query.values.functions.FUNCTION.Path
 
relations() - Method in class iot.jcypher.query.values.JcPath
JCYPHER
return all relations of a path, return a JcCollection

releaseId(long) - Method in class iot.jcypher.query.result.util.LocalIdBuilder
 
RElement<T extends RElement<?>> - Class in iot.jcypher.query.api.returns
 
RemoteDBAccess - Class in iot.jcypher.database.remote
 
RemoteDBAccess() - Constructor for class iot.jcypher.database.remote.RemoteDBAccess
 
remove() - Method in class iot.jcypher.domain.mapping.CompoundObjectMapping.FieldMappingIterator
 
remove() - Method in class iot.jcypher.domain.mapping.CompoundObjectType.TypeIterator
 
remove() - Method in class iot.jcypher.graph.PersistableItem
removes this item
REMOVE(JcProperty) - Method in class iot.jcypher.query.api.collection.Do
JCYPHER
remove a property from a node or relation in the DO part of a FOREACH expression
e.g. ...
REMOVE(JcLabel) - Method in class iot.jcypher.query.api.collection.Do
JCYPHER
remove a label from a node in the DO part of a FOREACH expression
e.g. ...
REMOVE(JcProperty) - Static method in class iot.jcypher.query.factories.clause.DO
JCYPHER
remove a property from a node or relation in a DO clause
e.g. ...
REMOVE(JcLabel) - Static method in class iot.jcypher.query.factories.clause.DO
JCYPHER
remove a label from a node in a DO clause
e.g. ...
REMOVE(JcProperty) - Static method in class iot.jcypher.query.factories.clause.ON_CREATE
JCYPHER
remove a property from a node or relation in an ON_CREATE clause
e.g. ...
REMOVE(JcLabel) - Static method in class iot.jcypher.query.factories.clause.ON_CREATE
JCYPHER
remove a label from a node in an ON_CREATE clause
e.g. ...
REMOVE(JcProperty) - Static method in class iot.jcypher.query.factories.clause.ON_MATCH
JCYPHER
remove a property from a node or relation in an ON_MATCH clause
e.g. ...
REMOVE(JcLabel) - Static method in class iot.jcypher.query.factories.clause.ON_MATCH
JCYPHER
remove a label from a node in an ON_MATCH clause
e.g. ...
removeAllDelegates() - Method in class iot.jcypher.util.MultiOutputStream
 
removeAllEnabledQueries() - Static method in class iot.jcypher.util.QueriesPrintObserver
 
removeAllOutputStreams() - Static method in class iot.jcypher.util.QueriesPrintObserver
 
removeChangeListener(ChangeListener, PersistableItem) - Static method in class iot.jcypher.graph.GrAccess
 
removeDelegate(OutputStream) - Method in class iot.jcypher.util.MultiOutputStream
 
removeFromDownTree(IDeferred) - Method in class iot.jcypher.domain.mapping.surrogate.AbstractDeferred
 
removeFromEnabledQueries(QueriesPrintObserver.QueryToObserve) - Static method in class iot.jcypher.util.QueriesPrintObserver
 
removeFromUpTree(IDeferred) - Method in class iot.jcypher.domain.mapping.surrogate.AbstractDeferred
 
removeLabel(JcLabel) - Static method in class iot.jcypher.query.api.modify.ModifyFactory
 
removeListFieldValue(String, int) - Method in class iot.jcypher.domain.genericmodel.DomainObject
Remove a value from a list at the given index.
removeNurseryObject(Object) - Method in class iot.jcypher.domain.genericmodel.internal.DomainModel
 
removeObserver(ObservableList.IObserver) - Method in class iot.jcypher.domain.mapping.surrogate.ObservableList
 
removeOutputStream(OutputStream) - Static method in class iot.jcypher.util.QueriesPrintObserver
 
removeProperty(JcProperty) - Static method in class iot.jcypher.query.api.modify.ModifyFactory
 
removeReference(DomainState.IRelation) - Method in class iot.jcypher.domain.mapping.surrogate.SurrogateState.ReferredSurrogate
 
removeReference(DomainState.IRelation) - Method in class iot.jcypher.domain.mapping.surrogate.SurrogateState
 
removeRelation(DomainState.IRelation) - Method in class iot.jcypher.domain.mapping.DomainState
 
removeUnreferenced() - Method in class iot.jcypher.domain.mapping.surrogate.SurrogateState
 
REPLACE - Static variable in class iot.jcypher.query.values.functions.FUNCTION.String
 
replace(String) - Method in class iot.jcypher.query.values.JcString
JCYPHER
specify the part of a string which should be replaced

replace(JcString) - Method in class iot.jcypher.query.values.JcString
JCYPHER
specify the part of a string which should be replaced

replace_Id2Object(InnerClassSurrogate, Object, long) - Method in class iot.jcypher.domain.internal.DomainAccess.InternalDomainAccess
 
replace_Id2Object(Object, Object, Long) - Method in class iot.jcypher.domain.mapping.DomainState
 
replaceAstObject(int, List<IASTObject>) - Method in class iot.jcypher.domainquery.ast.SelectExpression
 
ReplaceWith - Class in iot.jcypher.query.values
 
REPLAY_QUERY - Static variable in class iot.jcypher.concurrency.QExecution
 
ReplayedQueryContext - Class in iot.jcypher.domainquery.internal
 
replayGenericQuery(RecordedQuery, IGenericDomainAccess) - Method in class iot.jcypher.domainquery.internal.RecordedQueryPlayer
Create a generic domain query from a recorded query.
replayQuery(ReplayedQueryContext) - Method in class iot.jcypher.domainquery.internal.QueryExecutor
 
replayQuery(RecordedQuery, IDomainAccess) - Method in class iot.jcypher.domainquery.internal.RecordedQueryPlayer
Create a domain query from a recorded query.
replayQuery(AbstractDomainQuery, ReplayedQueryContext) - Static method in class iot.jcypher.domainquery.InternalAccess
 
resetAstObjectsContainer() - Method in class iot.jcypher.domainquery.AbstractDomainQuery.IntAccess
 
resetAstObjectsContainer() - Method in class iot.jcypher.domainquery.ast.SelectExpression
 
resetLevel() - Method in class iot.jcypher.query.writer.WriterContext
 
ResolutionDepth - Enum in iot.jcypher.domain
 
resolveElements() - Method in class iot.jcypher.graph.PersistableItemsContainer
Resolve and initialize the appropriate elements from the underlying QueryResult JsonObject.
result() - Static method in class iot.jcypher.query.factories.clause.CASE
JCYPHER
start a CASE expression on the result of the preceding RETURN statement
e.g.
resultHandler - Variable in class iot.jcypher.graph.GrElement
 
ResultHandler - Class in iot.jcypher.query.result.util
 
ResultHandler(JcQueryResult, int, IDBAccess) - Constructor for class iot.jcypher.query.result.util.ResultHandler
construct a ResultHandler initialized with a queryResult
ResultHandler.LocalElements - Class in iot.jcypher.query.result.util
 
ResultHandler.LocalElements() - Constructor for class iot.jcypher.query.result.util.ResultHandler.LocalElements
 
resultMapListOf(JcPrimitive...) - Method in class iot.jcypher.query.JcQueryResult
answer a list of literal maps containing result values for the given keys
resultOf(DomainObjectMatch<T>) - Method in class iot.jcypher.domainquery.DomainQueryResult
Answer the matching domain objects
resultOf(DomainObjectMatch<T>, boolean) - Method in class iot.jcypher.domainquery.DomainQueryResult
Answer the matching domain objects
resultOf(Concatenator) - Static method in class iot.jcypher.query.api.returns.RFactory
 
resultOf(ICollectExpression) - Static method in class iot.jcypher.query.api.returns.RFactory
 
resultOf(JcCollection) - Static method in class iot.jcypher.query.api.returns.RFactory
 
resultOf(JcValue) - Static method in class iot.jcypher.query.factories.clause.CASE
JCYPHER
start a CASE expression on a value calculated from the result of the preceding RETURN statement
e.g.
resultOf(JcNode) - Method in class iot.jcypher.query.JcQueryResult
 
resultOf(JcRelation) - Method in class iot.jcypher.query.JcQueryResult
 
resultOf(JcPath) - Method in class iot.jcypher.query.JcQueryResult
Note: After locally modifying the graph the result may be inconsistent with the changes
resultOf(JcNumber) - Method in class iot.jcypher.query.JcQueryResult
 
resultOf(JcString) - Method in class iot.jcypher.query.JcQueryResult
 
resultOf(JcBoolean) - Method in class iot.jcypher.query.JcQueryResult
 
resultOf(JcCollection) - Method in class iot.jcypher.query.JcQueryResult
 
resultOf(JcValue) - Method in class iot.jcypher.query.JcQueryResult
 
RETURN - Class in iot.jcypher.query.factories.clause
JCYPHER CLAUSE
RETURN() - Constructor for class iot.jcypher.query.factories.clause.RETURN
 
ReturnAggregate - Class in iot.jcypher.query.ast.returns
 
ReturnAggregate() - Constructor for class iot.jcypher.query.ast.returns.ReturnAggregate
 
ReturnAggregate.AggregateFunctionType - Enum in iot.jcypher.query.ast.returns
 
ReturnBoolean - Class in iot.jcypher.query.ast.returns
 
ReturnBoolean() - Constructor for class iot.jcypher.query.ast.returns.ReturnBoolean
 
ReturnCollection - Class in iot.jcypher.query.ast.returns
 
ReturnCollection() - Constructor for class iot.jcypher.query.ast.returns.ReturnCollection
 
ReturnElement - Class in iot.jcypher.query.ast.returns
 
ReturnElement() - Constructor for class iot.jcypher.query.ast.returns.ReturnElement
 
ReturnExpression - Class in iot.jcypher.query.ast.returns
 
ReturnExpression() - Constructor for class iot.jcypher.query.ast.returns.ReturnExpression
 
ReturnPattern - Class in iot.jcypher.query.ast.returns
 
ReturnPattern() - Constructor for class iot.jcypher.query.ast.returns.ReturnPattern
 
ReturnValue - Class in iot.jcypher.query.ast.returns
 
ReturnValue() - Constructor for class iot.jcypher.query.ast.returns.ReturnValue
 
RFactory - Class in iot.jcypher.query.api.returns
 
RFactory() - Constructor for class iot.jcypher.query.api.returns.RFactory
 
RIGHT - Static variable in class iot.jcypher.query.values.functions.FUNCTION.String
 
right(int) - Method in class iot.jcypher.query.values.JcString
JCYPHER
return a string containing the right n characters of the original string

ROUND - Static variable in class iot.jcypher.query.values.functions.FUNCTION.Math
 
round() - Method in class iot.jcypher.query.values.MathFunctions
JCYPHER
return a number rounded to the nearest integer.
rowIndex - Variable in class iot.jcypher.graph.GrElement
 
RSortable - Class in iot.jcypher.query.api.returns
 
RTerminal - Class in iot.jcypher.query.api.returns
 
RTransactionImpl - Class in iot.jcypher.database.remote
 
RTransactionImpl(RemoteDBAccess) - Constructor for class iot.jcypher.database.remote.RTransactionImpl
 
RTRIM - Static variable in class iot.jcypher.query.values.functions.FUNCTION.String
 

S

Select<T> - Class in iot.jcypher.domainquery.api
 
select(JcPrimitive, Object) - Method in class iot.jcypher.query.LiteralMapList
Answer a LiteralMapList containing only literal maps with the given key and value
select(String, Object) - Method in class iot.jcypher.query.LiteralMapList
Answer a LiteralMapList containing only literal maps with the given key and value
SELECT_FROM(DomainObjectMatch<T>) - Method in class iot.jcypher.domainquery.AbstractDomainQuery
Select domain objects out of a set of other domain objects.
SelectExpression<T> - Class in iot.jcypher.domainquery.ast
 
SelectExpression(Class<T>, DomainObjectMatch<?>, AbstractDomainQuery.IntAccess) - Constructor for class iot.jcypher.domainquery.ast.SelectExpression
 
SelectExpression(Class<T>, DomainObjectMatch<?>, AbstractDomainQuery.IntAccess, boolean) - Constructor for class iot.jcypher.domainquery.ast.SelectExpression
 
selectFirst(JcPrimitive, Object) - Method in class iot.jcypher.query.LiteralMapList
Answer the first literal map with the given key and value
selectFirst(String, Object) - Method in class iot.jcypher.query.LiteralMapList
Answer the first literal map with the given key and value
SEPARATE - Class in iot.jcypher.query.factories.clause
JCYPHER CLAUSE
SeparateExpression - Class in iot.jcypher.query.ast.separate
 
SeparateExpression() - Constructor for class iot.jcypher.query.ast.separate.SeparateExpression
 
SEPARATOR - Static variable in class iot.jcypher.domain.mapping.CompoundObjectType
 
SERVER_ROOT_URI - Static variable in interface iot.jcypher.database.DBProperties
REQUIRED - Address (uri) of a remote database server.
set(Object, Object) - Method in class iot.jcypher.domain.mapping.ArraySurrogateField
 
set(Object, Object) - Method in class iot.jcypher.domain.mapping.DirectField
 
set(Object, Object) - Method in interface iot.jcypher.domain.mapping.IField
 
set(int, E) - Method in class iot.jcypher.domain.mapping.surrogate.ObservableList
 
set(Object, Object) - Method in class iot.jcypher.domain.mapping.surrogate.SurrogateField
 
SET(JcProperty) - Method in class iot.jcypher.query.api.collection.Do
JCYPHER
set a property of a node or relation in the DO part of a FOREACH expression
e.g. ...
SET(JcLabel) - Method in class iot.jcypher.query.api.collection.Do
JCYPHER
set a label of a node in the DO part of a FOREACH expression
e.g. ...
Set<T extends APIObject> - Class in iot.jcypher.query.api.modify
 
SET(JcProperty) - Static method in class iot.jcypher.query.factories.clause.DO
JCYPHER
set a property of a node or relation in a DO clause
e.g. ...
SET(JcLabel) - Static method in class iot.jcypher.query.factories.clause.DO
JCYPHER
set a label of a node in a DO clause
e.g. ...
SET(JcProperty) - Static method in class iot.jcypher.query.factories.clause.ON_CREATE
JCYPHER
set a property of a node or relation in an ON_CREATE clause
e.g. ...
SET(JcLabel) - Static method in class iot.jcypher.query.factories.clause.ON_CREATE
JCYPHER
set a label of a node in an ON_CREATE clause
e.g. ...
SET(JcProperty) - Static method in class iot.jcypher.query.factories.clause.ON_MATCH
JCYPHER
set a property of a node or relation in an ON_MATCH clause
e.g. ...
SET(JcLabel) - Static method in class iot.jcypher.query.factories.clause.ON_MATCH
JCYPHER
set a label of a node in an ON_MATCH clause
e.g. ...
setAbstract() - Method in class iot.jcypher.domain.genericmodel.DOType.DOClassBuilder
Define the constructed domain object type to represent an Abstract Class
setAccessible(boolean) - Method in class iot.jcypher.domain.mapping.DirectField
 
setAccessible(boolean) - Method in interface iot.jcypher.domain.mapping.IField
 
setAccessible(boolean) - Method in class iot.jcypher.domain.mapping.surrogate.SurrogateField
 
setActResolutionDepth(int) - Method in class iot.jcypher.domain.mapping.surrogate.InnerClassSurrogate
 
setAlias(JcValue) - Method in class iot.jcypher.query.ast.returns.ReturnExpression
 
setAll() - Method in class iot.jcypher.query.ast.returns.ReturnElement
 
setAll() - Method in class iot.jcypher.query.ast.start.StartExpression
 
setAll() - Method in class iot.jcypher.query.ast.union.UnionExpression
 
setArgument(ValueElement) - Method in class iot.jcypher.query.ast.returns.ReturnAggregate
 
setAuth(String, String) - Method in class iot.jcypher.database.embedded.AbstractEmbeddedDBAccess
 
setAuth(String, String) - Method in interface iot.jcypher.database.internal.IDBAccessInit
set user id and password for authentication
setAuth(String, String) - Method in class iot.jcypher.database.remote.RemoteDBAccess
 
setCanUseSet(boolean) - Method in class iot.jcypher.query.writer.QueryParamSet
 
setCaseValue(JcValue) - Method in class iot.jcypher.query.ast.cases.CaseExpression
 
setCheckedReloadModel(boolean) - Method in class iot.jcypher.concurrency.QExecution
 
setClauses(List<ASTNode>) - Method in class iot.jcypher.query.ast.collection.DoEvalExpression
 
setClauses(IClause[]) - Method in class iot.jcypher.query.JcQuery
JCYPHER
set an array of clauses which compose the query
e.g.
setClauseType(ClauseType) - Method in class iot.jcypher.query.ast.ASTNode
 
setClauseType(ClauseType) - Method in class iot.jcypher.query.ast.predicate.PredicateExpression
 
setClosed() - Method in class iot.jcypher.transaction.internal.AbstractTransaction
 
setCollectExpression(CollectExpression) - Method in class iot.jcypher.query.ast.predicate.PredicateFunction
 
setCollectExpression(CollectExpression) - Method in class iot.jcypher.query.ast.returns.ReturnCollection
 
setCollection(boolean) - Method in class iot.jcypher.domainquery.ast.TraversalExpression.Step
 
setCollectionToOperateOn(CollectionSpec) - Method in class iot.jcypher.query.ast.collection.CollectExpression
 
setComponentTypeName(DOField, String) - Static method in class iot.jcypher.domain.genericmodel.InternalAccess
 
setConcatOperator(PredicateConcatenator.ConcatOperator) - Method in class iot.jcypher.query.ast.predicate.PredicateConcatenator
 
setContainingCollectExpression(CollectExpression) - Method in class iot.jcypher.query.ast.predicate.PredicateExpression
 
setContent(Object[]) - Method in class iot.jcypher.domain.mapping.surrogate.Array
 
setContent(Collection<Object>) - Method in class iot.jcypher.domain.mapping.surrogate.Collection
 
setContent(Map<Object, Object>) - Method in class iot.jcypher.domain.mapping.surrogate.Map
 
setCount() - Method in class iot.jcypher.query.ast.returns.ReturnExpression
 
setDBAccess(IDBAccess, Graph) - Static method in class iot.jcypher.graph.GrAccess
 
setDbAccess(IDBAccess) - Method in class iot.jcypher.query.result.util.ResultHandler
 
setDescending(boolean) - Method in class iot.jcypher.query.ast.returns.Order
 
setDirection(int) - Method in class iot.jcypher.domainquery.ast.OrderExpression.OrderBy
 
setDistinct() - Method in class iot.jcypher.query.ast.returns.ReturnAggregate
 
setDistinct() - Method in class iot.jcypher.query.ast.returns.ReturnExpression
 
setDomainInfoChanged() - Method in class iot.jcypher.transaction.internal.AbstractTransaction
 
setDomainLabel(String) - Static method in class iot.jcypher.domain.internal.CurrentDomain
 
setDomainLabel() - Method in class iot.jcypher.domain.internal.DomainAccess.InternalDomainAccess
 
setDomainObject(DomainObject) - Method in class iot.jcypher.domain.mapping.DomainState.LoadInfo
 
setDomainState(DomainState) - Method in interface iot.jcypher.domain.mapping.DomainState.IRelation
 
setDomainState(DomainState) - Method in class iot.jcypher.domain.mapping.DomainState.KeyedRelationToChange
 
setDomainState(DomainState) - Method in class iot.jcypher.domain.mapping.DomainState.Relation
 
setElement(JcValue) - Method in class iot.jcypher.query.ast.returns.ReturnElement
 
setElementToDelete(JcElement) - Method in class iot.jcypher.query.ast.modify.ModifyExpression
 
setEnd(DomainObjectMatch<?>) - Method in class iot.jcypher.domainquery.ast.CollectExpression
 
setEnd(DomainObjectMatch<?>) - Method in class iot.jcypher.domainquery.ast.SelectExpression
 
setEnd(DomainObjectMatch<?>) - Method in class iot.jcypher.domainquery.ast.TraversalExpression
 
setEndAlias(JcValue) - Method in class iot.jcypher.query.ast.cases.CaseExpression
 
setEvalExpression(EvalExpression) - Method in class iot.jcypher.query.ast.collection.CollectExpression
 
setExpression(JcValue) - Method in class iot.jcypher.query.ast.collection.ExtractEvalExpression
 
setExtractParams(boolean) - Method in class iot.jcypher.query.JcQuery
This has an effect only when the query is mapped to JSON.
setExtractParams(boolean, WriterContext) - Static method in class iot.jcypher.query.writer.QueryParam
 
setFieldValue(String, Object) - Method in class iot.jcypher.domain.genericmodel.DomainObject
Set a field (attribute) value
setFieldValue(Object, Object) - Method in class iot.jcypher.domain.mapping.FieldMapping
 
setGraphState(Graph, SyncState) - Static method in class iot.jcypher.graph.GrAccess
 
setGrId(GrId, GrPropertyContainer) - Static method in class iot.jcypher.graph.GrAccess
 
setHint(ValueElement, String, Object) - Static method in class iot.jcypher.query.values.ValueAccess
 
setId(long) - Method in interface iot.jcypher.domain.mapping.DomainState.IRelation
 
setId(long) - Method in class iot.jcypher.domain.mapping.DomainState.KeyedRelationToChange
 
setId(long) - Method in class iot.jcypher.domain.mapping.DomainState.Relation
 
setId2ObjectMapper(DomainAccess.InternalDomainAccess) - Method in class iot.jcypher.domain.mapping.surrogate.InnerClassSurrogate
 
setInCollectionExpression(boolean) - Method in class iot.jcypher.domainquery.ast.PredicateExpression
 
setIndexLabel(String) - Method in class iot.jcypher.query.ast.using.UsingExpression
 
setIndexOrId(IndexOrId) - Method in class iot.jcypher.query.ast.start.StartExpression
 
setInitialValue(Object) - Method in class iot.jcypher.query.ast.collection.ReduceEvalExpression
 
setIntDomainAccess(IIntDomainAccess) - Method in class iot.jcypher.transaction.internal.AbstractTransaction
 
setIterationVariable(JcValue) - Method in class iot.jcypher.query.ast.collection.CollectExpression
 
setKey(Object) - Method in class iot.jcypher.domain.mapping.surrogate.MapEntry
 
setKey(String) - Method in class iot.jcypher.query.writer.QueryParam
 
setKey(String) - Method in class iot.jcypher.query.writer.QueryParamSet
 
setKind(DOType.Builder, DOType.Kind) - Static method in class iot.jcypher.domain.genericmodel.InternalAccess
 
setLabel(JcLabel) - Static method in class iot.jcypher.query.api.modify.ModifyFactory
 
setLabelName(String) - Method in class iot.jcypher.query.ast.index.IndexExpression
 
setLastOfUnionBase(IASTObject) - Method in class iot.jcypher.domainquery.ast.UnionExpression
 
setLimit(int) - Method in class iot.jcypher.query.ast.returns.ReturnExpression
 
setLines(String[]) - Method in class iot.jcypher.query.ast.nativ.NativeCypherExpression
 
setListContent(List<Object>) - Method in class iot.jcypher.domain.mapping.surrogate.Array
 
setLockingStrategy(Locking) - Method in interface iot.jcypher.domain.IDomainAccess
Set the locking strategy (e.g.
setLockingStrategy(Locking) - Method in interface iot.jcypher.domain.IGenericDomainAccess
Set the locking strategy (e.g.
setLockingStrategy(Locking) - Method in class iot.jcypher.domain.internal.DomainAccess.GenericDomainAccess
 
setLockingStrategy(Locking) - Method in class iot.jcypher.domain.internal.DomainAccess
 
setLockingStrategy(Locking) - Method in class iot.jcypher.domain.internal.DomainAccessSync.GenericDomainAccessSync
 
setLockingStrategy(Locking) - Method in class iot.jcypher.domain.internal.DomainAccessSync
 
setLockingStrategy(Locking) - Method in class iot.jcypher.graph.Graph
Set the locking strategy (e.g.
setLockingStrategy(Locking) - Method in class iot.jcypher.query.result.util.ResultHandler
 
setMaxDistance(int) - Method in class iot.jcypher.domainquery.ast.TraversalExpression.Step
 
setMethod(String) - Method in class iot.jcypher.domainquery.internal.RecordedQuery.Invocation
 
setMinDistance(int) - Method in class iot.jcypher.domainquery.ast.TraversalExpression.Step
 
setModifyLabels(ModifyLabels) - Method in class iot.jcypher.query.ast.modify.ModifyExpression
 
setName(String, JcValue) - Static method in class iot.jcypher.query.values.ValueAccess
 
setNestedClauses(IClause[]) - Method in class iot.jcypher.query.ast.collection.CollectExpression
 
setNext(PredicateConcatenator) - Method in class iot.jcypher.query.ast.predicate.Predicate
 
setNodeId(DOType, long) - Static method in class iot.jcypher.domain.genericmodel.InternalAccess
 
setNodeId(long) - Method in class iot.jcypher.domain.mapping.surrogate.InnerClassSurrogate
 
setNodeLabelMapping(NodeLabelMapping) - Method in class iot.jcypher.domain.mapping.ObjectMapping
 
setNoInfoNodeId() - Method in class iot.jcypher.transaction.internal.AbstractTransaction
 
setNotCount(int) - Method in class iot.jcypher.query.ast.predicate.Predicate
 
setOnObjectRef(String) - Method in class iot.jcypher.domainquery.internal.RecordedQuery.Invocation
 
setOperand1(ValueElement) - Method in class iot.jcypher.query.ast.predicate.BooleanOp
 
setOperand2(Object) - Method in class iot.jcypher.query.ast.predicate.BooleanOp
 
setOperator(PredicateExpression.Operator) - Method in class iot.jcypher.domainquery.ast.PredicateExpression
 
setOperator(BooleanOp.Operator) - Method in class iot.jcypher.query.ast.predicate.BooleanOp
 
setOrgName(String) - Method in class iot.jcypher.query.writer.QueryParam
 
setPage(int, int) - Method in class iot.jcypher.domainquery.api.DomainObjectMatch
For pagination support, set offset (start) and length of the set of matching objects to be returned with respect to the total number of matching objects.
setPageChanged(DomainObjectMatch<?>, boolean) - Static method in class iot.jcypher.domainquery.api.APIAccess
 
setParamIndex(int, WriterContext) - Static method in class iot.jcypher.query.writer.QueryParam
 
setParent(CollectExpression) - Method in class iot.jcypher.query.ast.collection.CollectExpression
 
setParent(PredicateExpression) - Method in class iot.jcypher.query.ast.predicate.PredicateExpression
 
setPartOfCount(boolean) - Method in class iot.jcypher.domainquery.ast.PredicateExpression
 
setPartOfReturn(DomainObjectMatch<?>, boolean) - Static method in class iot.jcypher.domainquery.api.APIAccess
 
setPath(PatternPath) - Method in class iot.jcypher.query.ast.pattern.PatternExpression
 
setPatternExpression(PatternExpression) - Method in class iot.jcypher.query.ast.predicate.ExistsPattern
 
setPatternExpression(PatternExpression) - Method in class iot.jcypher.query.ast.returns.ReturnPattern
 
setPercentile(Number) - Method in class iot.jcypher.query.ast.returns.ReturnAggregate
 
setPredecessor(ValueElement, ValueElement) - Static method in class iot.jcypher.query.values.ValueAccess
 
setPredicate(Predicate) - Method in interface iot.jcypher.query.ast.predicate.IPredicateHolder
 
setPredicate(Predicate) - Method in class iot.jcypher.query.ast.predicate.PredicateConcatenator
 
setPredicate(Predicate) - Method in class iot.jcypher.query.ast.predicate.PredicateExpression
 
setPredicateExpression(PredicateExpression) - Method in class iot.jcypher.query.ast.collection.PredicateEvalExpression
 
setPredicateExpression(PredicateExpression) - Method in class iot.jcypher.query.ast.predicate.SubExpression
 
setPredicateExpression(PredicateExpression) - Method in class iot.jcypher.query.ast.returns.ReturnBoolean
 
setPropertiesCopy(PropertiesCopy) - Method in class iot.jcypher.query.ast.modify.ModifyExpression
 
setPropertyInDO(JcProperty) - Static method in class iot.jcypher.query.api.modify.ModifyFactory
 
setPropertyInFOREACH(JcProperty, DoConcat) - Static method in class iot.jcypher.query.api.modify.ModifyFactory
 
setPropertyName(String) - Method in class iot.jcypher.query.ast.collection.PropertyEvalExpresssion
 
setPropertyName(String) - Method in class iot.jcypher.query.ast.index.IndexExpression
 
setPropertyName(String) - Method in class iot.jcypher.query.ast.returns.Order
 
setPropertyOrQuery(PropertyOrQuery) - Method in class iot.jcypher.query.ast.start.StartExpression
 
setPropertyValue(Object) - Method in class iot.jcypher.query.ast.start.PropertyOrQuery
 
setQExecution(QExecution) - Method in class iot.jcypher.domain.internal.DomainAccess.InternalDomainAccess
 
setQueryParams(List<QueryParam>) - Method in class iot.jcypher.query.writer.QueryParamSet
 
setRawObject(DomainObject, Object) - Static method in class iot.jcypher.domain.genericmodel.InternalAccess
 
setRecursionExit(DomainAccess.IRecursionExit) - Method in class iot.jcypher.domain.mapping.surrogate.InnerClassSurrogate
 
setReduceExpression(ValueElement) - Method in class iot.jcypher.query.ast.collection.ReduceEvalExpression
 
setResolutionDepth(ResolutionDepth) - Method in class iot.jcypher.domain.mapping.DomainState.LoadInfo
 
setResult(DomainObjectMatch<?>) - Method in class iot.jcypher.domainquery.ast.UnionExpression
 
setResultVariable(JcValue) - Method in class iot.jcypher.query.ast.collection.ReduceEvalExpression
 
setReturnObjectRef(String) - Method in class iot.jcypher.domainquery.internal.RecordedQuery.Invocation
 
setReturnValue(ReturnValue) - Method in class iot.jcypher.query.ast.returns.ReturnExpression
 
setSize(int) - Method in class iot.jcypher.domain.mapping.surrogate.Array
 
setSkip(int) - Method in class iot.jcypher.query.ast.returns.ReturnExpression
 
setSource(JcElement) - Method in class iot.jcypher.query.ast.modify.PropertiesCopy
 
setState(PersistableItem, SyncState) - Static method in class iot.jcypher.graph.GrAccess
 
setSuperType(DOType) - Method in class iot.jcypher.domain.genericmodel.DOType.DOClassBuilder
Set the super type of the constructed domain object Class.
setSuperType(DOType) - Method in class iot.jcypher.domain.genericmodel.DOType.DOEnumBuilder
Set the super type of the constructed Enum.
setSuperType(DOType.Builder, DOType) - Static method in class iot.jcypher.domain.genericmodel.InternalAccess
 
setSuperTypeBuilder(DOType.DOClassBuilder) - Method in class iot.jcypher.domain.genericmodel.DOType.DOClassBuilder
Set a builder for the super type of the constructed domain object Class.
setSuperTypeBuilder(DOType.DOEnumBuilder) - Method in class iot.jcypher.domain.genericmodel.DOType.DOEnumBuilder
Set a builder for the super type of the constructed Enum.
setSurrogateState(SurrogateState) - Method in class iot.jcypher.domain.mapping.surrogate.Array
 
setSyncObject(Object) - Method in class iot.jcypher.domain.internal.DomainAccess.InternalDomainAccess
 
setTarget(JcElement) - Method in class iot.jcypher.query.ast.modify.PropertiesCopy
 
setTargetNode(JcNode) - Method in class iot.jcypher.query.ast.modify.ModifyLabels
 
Settings - Class in iot.jcypher.domainquery.internal
 
Settings() - Constructor for class iot.jcypher.domainquery.internal.Settings
 
setToModify(JcProperty) - Method in class iot.jcypher.query.ast.modify.ModifyExpression
 
setToNull() - Method in class iot.jcypher.query.ast.modify.ModifyExpression
 
setToSynchronized(PersistableItem) - Static method in class iot.jcypher.graph.GrAccess
 
setTraversalSource(DomainObjectMatch<?>, DomainObjectMatch<?>) - Static method in class iot.jcypher.domainquery.api.APIAccess
 
setTxLocation(String) - Method in class iot.jcypher.database.remote.RTransactionImpl
 
setType(CollectExpression.CollectXpressionType) - Method in class iot.jcypher.query.ast.collection.CollectExpression
 
setType(PredicateFunction.PredicateFunctionType) - Method in class iot.jcypher.query.ast.collection.PredicateFunctionEvalExpression
 
setType(ReturnAggregate.AggregateFunctionType) - Method in class iot.jcypher.query.ast.returns.ReturnAggregate
 
setUnionExpression(DomainObjectMatch<?>, UnionExpression) - Static method in class iot.jcypher.domainquery.api.APIAccess
 
setUseTransactionalEndpoint(boolean, WriterContext) - Static method in class iot.jcypher.query.writer.ContextAccess
 
setValue(Object) - Method in class iot.jcypher.domain.mapping.DomainState.KeyedRelation
 
setValue(Object) - Method in class iot.jcypher.domain.mapping.surrogate.MapEntry
 
setValue(Object) - Method in class iot.jcypher.domainquery.ast.Parameter
 
setValue(Object) - Method in class iot.jcypher.graph.GrProperty
 
setValue(Object) - Method in class iot.jcypher.query.ast.modify.ModifyExpression
 
setValue(Object) - Method in class iot.jcypher.query.ast.pattern.PatternProperty
 
setValue(Object) - Method in class iot.jcypher.query.writer.QueryParam
 
setValue_1(IPredicateOperand1) - Method in class iot.jcypher.domainquery.ast.PredicateExpression
 
setValue_2(Object) - Method in class iot.jcypher.domainquery.ast.PredicateExpression
 
setValueExpression(ValueElement) - Method in class iot.jcypher.query.ast.modify.ModifyExpression
 
setValueRef(JcValue) - Method in class iot.jcypher.query.ast.using.UsingExpression
 
setVersion(int) - Method in class iot.jcypher.domain.genericmodel.internal.DomainModel
 
setVersion(int) - Method in class iot.jcypher.domain.mapping.DomainState.LoadInfo
 
SFactory - Class in iot.jcypher.query.api.start
 
SFactory() - Constructor for class iot.jcypher.query.api.start.SFactory
 
shortestPath(JcPath) - Static method in class iot.jcypher.query.api.pattern.XFactory
 
shortestPath(JcPath) - Static method in class iot.jcypher.query.factories.clause.MATCH
JCYPHER
find a single shortest path and assign it to a JcPath element
e.g.
shortestPath(JcPath) - Static method in class iot.jcypher.query.factories.xpression.X
JCYPHER
find a single shortest path and assign it to a JcPath element
e.g.
shouldCheckForReload() - Method in enum iot.jcypher.concurrency.QExecution.ExecType
 
shouldPerformFieldMapping(FieldMapping) - Method in class iot.jcypher.domain.mapping.CompoundObjectMapping
 
shouldPerformFieldMapping(FieldMapping) - Method in class iot.jcypher.domain.mapping.ObjectMapping
 
SIGN - Static variable in class iot.jcypher.query.values.functions.FUNCTION.Math
 
sign() - Method in class iot.jcypher.query.values.MathFunctions
JCYPHER
return the signum of a number — zero if the expression is zero, -1 for any negative number, and 1 for any positive number.
SimpleObjectMapping - Class in iot.jcypher.domain.mapping
 
SimpleObjectMapping() - Constructor for class iot.jcypher.domain.mapping.SimpleObjectMapping
 
SIN - Static variable in class iot.jcypher.query.values.functions.FUNCTION.Math
 
sin() - Method in class iot.jcypher.query.values.MathFunctions
JCYPHER
return the sine of a number.
size() - Method in class iot.jcypher.domain.mapping.surrogate.SurrogateState
 
SKIP(int) - Method in class iot.jcypher.query.api.returns.RElement
JCYPHER
return a subset of the result, starting at an offset from the top
e.g.
SkipLimitCalc - Class in iot.jcypher.domain.internal
 
SkipLimitCalc() - Constructor for class iot.jcypher.domain.internal.SkipLimitCalc
 
SkipLimitCalc.SkipsLimits - Class in iot.jcypher.domain.internal
 
SNodeOrRelation - Class in iot.jcypher.query.api.start
 
SPropertyOrQuery - Class in iot.jcypher.query.api.start
 
SPropertyValue - Class in iot.jcypher.query.api.start
 
SQRT - Static variable in class iot.jcypher.query.values.functions.FUNCTION.Math
 
sqrt() - Method in class iot.jcypher.query.values.MathFunctions
JCYPHER
return the square root of a number.
START - Class in iot.jcypher.query.factories.clause
JCYPHER CLAUSE
START() - Constructor for class iot.jcypher.query.factories.clause.START
 
StartExpression - Class in iot.jcypher.query.ast.start
 
StartExpression(JcElement) - Constructor for class iot.jcypher.query.ast.start.StartExpression
 
STARTNODE - Static variable in class iot.jcypher.query.values.functions.FUNCTION.Relation
 
startNode() - Method in class iot.jcypher.query.values.JcRelation
JCYPHER
return the start node of a relation, return a JcNode

StartPoint - Class in iot.jcypher.query.api.start
 
startReResolve() - Method in class iot.jcypher.domain.internal.DomainAccess.InternalDomainAccess
 
STARTS_WITH(String) - Method in class iot.jcypher.domainquery.api.BooleanOperation
JCYPHER
case-sensitive matching on the start of strings

STARTS_WITH(String) - Method in class iot.jcypher.query.api.predicate.BooleanOperation
JCYPHER
case-sensitive matching on the start of strings
e.g. ...valueOf(n.property("name")).
startVisitDomainObject(DomainObject, DOWalker.Field, int) - Method in interface iot.jcypher.domain.genericmodel.internal.IDOVisitor
return false if you want to stop walking the tree at this level.
startVisitDomainObjects(List<DomainObject>) - Method in interface iot.jcypher.domain.genericmodel.internal.IDOVisitor
 
startVisitField(DOField, Object, int) - Method in interface iot.jcypher.domain.genericmodel.internal.IDOVisitor
 
startWith(Object) - Method in class iot.jcypher.query.api.collection.ReduceInit
JCYPHER
specify a primitive value like a String or a Number as the initial value of the accumulator variable of a REDUCE expression.
startWith(ValueElement) - Method in class iot.jcypher.query.api.collection.ReduceInit
JCYPHER
specify an expression like 'n.property("amount")' or 'n.numberProperty("age").plus(10)' yielding a value which is used as the initial value of the accumulator variable of a REDUCE expression.
stdev(JcProperty) - Method in class iot.jcypher.query.api.returns.Aggregate
JCYPHER
calculate the standard deviation for a given value over a group;
uses a standard two-pass method, with N - 1 as the denominator, and should be used when taking a sample of the population for an unbiased estimate.
stdevp(JcProperty) - Method in class iot.jcypher.query.api.returns.Aggregate
JCYPHER
calculate the standard deviation for a given value over a group;
uses a standard two-pass method, with N - 1 as the denominator, and should be used when taking a sample of an entire population.
step(String, int) - Method in class iot.jcypher.domainquery.ast.TraversalExpression
 
store(List<?>) - Method in interface iot.jcypher.domain.IDomainAccess
Store a list of domain objects.
store(Object) - Method in interface iot.jcypher.domain.IDomainAccess
Store a domain object.
store(DomainObject) - Method in interface iot.jcypher.domain.IGenericDomainAccess
Store a domain object.
store(List<DomainObject>) - Method in interface iot.jcypher.domain.IGenericDomainAccess
Store a list of domain objects.
store(DomainObject) - Method in class iot.jcypher.domain.internal.DomainAccess.GenericDomainAccess
 
store(List<DomainObject>) - Method in class iot.jcypher.domain.internal.DomainAccess.GenericDomainAccess
 
store(Object) - Method in class iot.jcypher.domain.internal.DomainAccess
 
store(List<?>) - Method in class iot.jcypher.domain.internal.DomainAccess
 
store(DomainObject) - Method in class iot.jcypher.domain.internal.DomainAccessSync.GenericDomainAccessSync
 
store(List<DomainObject>) - Method in class iot.jcypher.domain.internal.DomainAccessSync.GenericDomainAccessSync
 
store(List<?>) - Method in class iot.jcypher.domain.internal.DomainAccessSync
 
store(Object) - Method in class iot.jcypher.domain.internal.DomainAccessSync
 
store(Graph, Map<Long, Integer>) - Static method in class iot.jcypher.graph.GrAccess
 
store() - Method in class iot.jcypher.graph.Graph
Update the underlying database with changes made on the graph
store(Map<Long, Integer>) - Method in class iot.jcypher.query.result.util.ResultHandler
Update the underlying database with changes made on the graph
storeSimpleListComponentType(Object, GrNode) - Method in class iot.jcypher.domain.mapping.FieldMapping
 
storeSimpleListComponentType(Object, GrNode) - Method in class iot.jcypher.domain.mapping.ListFieldMapping
 
STR - Static variable in class iot.jcypher.query.values.functions.FUNCTION.Common
 
str() - Method in class iot.jcypher.query.values.ValueElement
JCYPHER
convert to a string, return a JcString

strict - Static variable in class iot.jcypher.domainquery.internal.Settings
 
STRING_BLOCK_SIZE - Static variable in interface iot.jcypher.database.DBProperties
OPTIONAL e.g. "60"
stringAtttribute(String) - Method in class iot.jcypher.domainquery.api.DomainObjectMatch
Access a string attribute
stringProperty(String) - Method in class iot.jcypher.query.values.JcElement
JCYPHER
access a named string property, return a JcString

stringToDate(String, Class<?>) - Static method in class iot.jcypher.domain.mapping.MappingUtil
 
SubExpression - Class in iot.jcypher.query.ast.predicate
 
SubExpression() - Constructor for class iot.jcypher.query.ast.predicate.SubExpression
 
subLength(int) - Method in class iot.jcypher.query.values.SubString
JCYPHER
specify the length of a substring to be extracted

SUBSTRING - Static variable in class iot.jcypher.query.values.functions.FUNCTION.String
 
substring(int) - Method in class iot.jcypher.query.values.JcString
JCYPHER
specify the start offset of a substring to be extracted

SubString - Class in iot.jcypher.query.values
 
sum(JcProperty) - Method in class iot.jcypher.query.api.returns.Aggregate
JCYPHER
sum all the numeric values which are encountered.
Surrogate2ListEntry - Class in iot.jcypher.domain.mapping.surrogate
 
Surrogate2ListEntry(int, ListEntriesUpdater, AbstractSurrogate) - Constructor for class iot.jcypher.domain.mapping.surrogate.Surrogate2ListEntry
 
Surrogate2MapEntry - Class in iot.jcypher.domain.mapping.surrogate
 
Surrogate2MapEntry(String, MapEntry, AbstractSurrogate) - Constructor for class iot.jcypher.domain.mapping.surrogate.Surrogate2MapEntry
 
SurrogateField - Class in iot.jcypher.domain.mapping.surrogate
 
SurrogateField(Field) - Constructor for class iot.jcypher.domain.mapping.surrogate.SurrogateField
 
SurrogateState - Class in iot.jcypher.domain.mapping.surrogate
 
SurrogateState() - Constructor for class iot.jcypher.domain.mapping.surrogate.SurrogateState
 
SurrogateState.ReferredSurrogate<T extends AbstractSurrogate> - Class in iot.jcypher.domain.mapping.surrogate
 
SurrogateState.ReferredSurrogate(T) - Constructor for class iot.jcypher.domain.mapping.surrogate.SurrogateState.ReferredSurrogate
 
SurrogateState.Surrogate_Key - Class in iot.jcypher.domain.mapping.surrogate
 
SyncInfo - Class in iot.jcypher.domain
 
SyncInfo(long, ResolutionDepth) - Constructor for class iot.jcypher.domain.SyncInfo
 
syncState - Variable in class iot.jcypher.graph.PersistableItem
 
SyncState - Enum in iot.jcypher.graph
 

T

TAIL() - Static method in class iot.jcypher.query.api.collection.CFactory
 
TAIL(JcCollection) - Static method in class iot.jcypher.query.api.collection.CFactory
 
TAIL() - Method in class iot.jcypher.query.api.collection.Collection
JCYPHER
return all but the first element in a collection
e.g. ...
TAIL(JcCollection) - Method in class iot.jcypher.query.api.collection.Collection
JCYPHER
return all but the first element in a collection
e.g. ...
TAIL() - Static method in class iot.jcypher.query.factories.xpression.C
JCYPHER
return all but the first element in a collection
e.g. ...
TAIL(JcCollection) - Static method in class iot.jcypher.query.factories.xpression.C
JCYPHER
return all but the first element in a collection
e.g. ...
TAN - Static variable in class iot.jcypher.query.values.functions.FUNCTION.Math
 
tan() - Method in class iot.jcypher.query.values.MathFunctions
JCYPHER
return the the tangent of a number.
TerminalResult - Class in iot.jcypher.domainquery.api
 
TEST_MODE - Static variable in class iot.jcypher.domainquery.internal.Settings
 
testForSyncState() - Method in class iot.jcypher.graph.GrNode
 
testForSyncState() - Method in class iot.jcypher.graph.GrPropertyContainer
 
timeStamp() - Static method in class iot.jcypher.query.factories.JC
JCYPHER
return the current time, returns the same value during a whole query

TIMESTAMP - Static variable in class iot.jcypher.query.values.functions.FUNCTION.Common
 
timeStamp() - Static method in class iot.jcypher.query.values.ValueAccess
 
TO(Class<T>) - Method in class iot.jcypher.domainquery.api.TraversalStep
End the traversal of the domain object graph matching a specific type of domain objects
to(JcValue) - Method in class iot.jcypher.query.api.collection.ReduceTo
JCYPHER
specify the accumulator variable of a REDUCE expression.
to(JcElement) - Method in class iot.jcypher.query.api.modify.CopyProperties
JCYPHER
select a node or relation to be the target for copying all properties
e.g. ...copyPropertiesFrom(n).
to(E) - Method in class iot.jcypher.query.api.modify.Set
JCYPHER LANGUAGE ELEMENT
set to a primitive value like a String or a Number

TO_GENERIC(String) - Method in class iot.jcypher.domainquery.api.TraversalStep
End the traversal of the domain object graph matching a specific type of domain objects.
toCypher(JcQuery, Format) - Static method in class iot.jcypher.util.Util
 
toCypherExpression(JcQuery, WriterContext) - Static method in class iot.jcypher.query.writer.CypherWriter
 
toCypherExpression(IClause[], int, WriterContext) - Static method in class iot.jcypher.query.writer.CypherWriter
 
toCypherExpression(IClause, int, WriterContext) - Static method in class iot.jcypher.query.writer.CypherWriter
 
TOFLOAT - Static variable in class iot.jcypher.query.values.functions.FUNCTION.Common
 
toFloat() - Method in class iot.jcypher.query.values.ValueElement
JCYPHER
convert the argument to a float, return a JcNumber, if the conversion fails return NULL

TOINT - Static variable in class iot.jcypher.query.values.functions.FUNCTION.Common
 
toInt() - Method in class iot.jcypher.query.values.ValueElement
JCYPHER
convert the argument to an integer, return a JcNumber, if the conversion fails return NULL

toJSON(List<JcQuery>, WriterContext) - Static method in class iot.jcypher.query.writer.JSONWriter
 
toJSON(JcQuery, WriterContext) - Static method in class iot.jcypher.query.writer.JSONWriter
 
toJSON(JcQuery, Format) - Static method in class iot.jcypher.util.Util
 
toJSON(List<JcQuery>, Format) - Static method in class iot.jcypher.util.Util
 
toNull() - Method in class iot.jcypher.query.api.modify.Set
JCYPHER LANGUAGE ELEMENT
remove the property (set to NULL)

toString() - Method in class iot.jcypher.domain.DomainInformation.DomainObjectType
 
toString() - Method in class iot.jcypher.domain.mapping.DomainState.KeyedRelation
 
toString() - Method in class iot.jcypher.domain.mapping.DomainState.Relation
 
toString() - Method in class iot.jcypher.domain.SyncInfo
 
toString() - Method in class iot.jcypher.domainquery.ast.ConcatenateExpression
 
toString() - Method in class iot.jcypher.domainquery.ast.PredicateExpression
 
toString() - Method in class iot.jcypher.domainquery.internal.RecordedQuery
 
toString() - Method in class iot.jcypher.graph.GrLabel
 
toString() - Method in class iot.jcypher.graph.GrProperty
 
toString() - Method in class iot.jcypher.graph.internal.GrId
 
toString() - Method in class iot.jcypher.graph.internal.LocalId
 
toString() - Method in class iot.jcypher.query.LiteralMap
 
toValueExpression(ValueElement, WriterContext, StringBuilder) - Static method in class iot.jcypher.query.values.ValueWriter
 
transactionClosed(boolean, boolean, boolean) - Method in class iot.jcypher.domain.internal.DomainAccess.InternalDomainAccess
 
TraversalExpression - Class in iot.jcypher.domainquery.ast
 
TraversalExpression(DomainObjectMatch<?>, QueryExecutor) - Constructor for class iot.jcypher.domainquery.ast.TraversalExpression
 
TraversalExpression.Step - Class in iot.jcypher.domainquery.ast
 
TraversalStep - Class in iot.jcypher.domainquery.api
 
Traverse - Class in iot.jcypher.domainquery.api
 
TRAVERSE_FROM(DomainObjectMatch<?>) - Method in class iot.jcypher.domainquery.AbstractDomainQuery
Start traversing the graph of domain objects.
TRIM - Static variable in class iot.jcypher.query.values.functions.FUNCTION.String
 
trim() - Method in class iot.jcypher.query.values.JcString
JCYPHER
return the result of removing leading and trailing white spaces form a string, return a JcString

trimLeft() - Method in class iot.jcypher.query.values.JcString
JCYPHER
return the result of removing leading white spaces form a string, return a JcString

trimRight() - Method in class iot.jcypher.query.values.JcString
JCYPHER
return the result of removing trailing white spaces form a string, return a JcString

type(String) - Method in class iot.jcypher.query.api.pattern.Relation
JCYPHER
set a type to match or create relations with that type
e.g.
TYPE - Static variable in class iot.jcypher.query.values.functions.FUNCTION.Relation
 
type() - Method in class iot.jcypher.query.values.JcRelation
JCYPHER
return the type of a relation, return a JcString

typeIterator() - Method in class iot.jcypher.domain.mapping.CompoundObjectType
 

U

UFactory - Class in iot.jcypher.query.api.using
 
UFactory() - Constructor for class iot.jcypher.query.api.using.UFactory
 
UNION(DomainObjectMatch<T>...) - Method in class iot.jcypher.domainquery.AbstractDomainQuery
Build the union of the specified sets
UNION - Class in iot.jcypher.query.factories.clause
JCYPHER CLAUSE
combine results of multiple queries

UNION() - Constructor for class iot.jcypher.query.factories.clause.UNION
 
UnionExpression - Class in iot.jcypher.domainquery.ast
 
UnionExpression(boolean) - Constructor for class iot.jcypher.domainquery.ast.UnionExpression
 
UnionExpression - Class in iot.jcypher.query.ast.union
 
UnionExpression() - Constructor for class iot.jcypher.query.ast.union.UnionExpression
 
UnionFactory - Class in iot.jcypher.query.api.union
 
UnionFactory() - Constructor for class iot.jcypher.query.api.union.UnionFactory
 
UnionTerminal - Class in iot.jcypher.query.api.union
 
updatedToGraph() - Method in class iot.jcypher.domain.genericmodel.internal.DomainModel
 
updateFrom(Surrogate2ListEntry) - Method in class iot.jcypher.domain.mapping.surrogate.ListEntriesUpdater
 
updateWith(Object) - Method in class iot.jcypher.domain.mapping.DomainState.Relation.RelationUpdate
 
upInTree - Variable in class iot.jcypher.domain.mapping.surrogate.AbstractDeferred
 
UPPER - Static variable in class iot.jcypher.query.values.functions.FUNCTION.String
 
upper() - Method in class iot.jcypher.query.values.JcString
JCYPHER
return the original string in uppercase

useTransationalEndpoint(WriterContext) - Static method in class iot.jcypher.query.writer.ContextAccess
 
USING - Class in iot.jcypher.query.factories.clause
JCYPHER CLAUSE
USING() - Constructor for class iot.jcypher.query.factories.clause.USING
 
UsingExpression - Class in iot.jcypher.query.ast.using
 
UsingExpression() - Constructor for class iot.jcypher.query.ast.using.UsingExpression
 
UsingIndex - Class in iot.jcypher.query.api.using
 
UsingScan - Class in iot.jcypher.query.api.using
 
UTerminal - Class in iot.jcypher.query.api.using
 
Util - Class in iot.jcypher.util
 
Util() - Constructor for class iot.jcypher.util.Util
 

V

value(E) - Method in class iot.jcypher.query.api.pattern.Property
JCYPHER
specify a property value (of a node or relation) to be matched or created in a pattern;
takes a primitive java value like a String or a Number
e.g.
value(E...) - Method in class iot.jcypher.query.api.pattern.Property
JCYPHER
specify a property value (of a node or relation) representing a list to be matched or created in a pattern;
takes primitive java values like Strings or Numbers
e.g.
value(ValueElement) - Method in class iot.jcypher.query.api.pattern.Property
JCYPHER
specify a property value (of a node or relation) to be matched or created in a pattern;
takes a JCypher value expression
e.g.
value(JcValue) - Method in class iot.jcypher.query.api.returns.RDistinct
JCYPHER
select a named (identified) element
e.g.
value(JcValue) - Static method in class iot.jcypher.query.api.returns.RFactory
 
value(Object) - Method in class iot.jcypher.query.api.start.SPropertyValue
JCYPHER
set the property value to be matched by the lookup
e.g.
value(JcValue) - Static method in class iot.jcypher.query.factories.clause.RETURN
JCYPHER
select a named (identified) value
e.g.
value() - Static method in class iot.jcypher.query.factories.clause.WHEN
JCYPHER
WHEN part of a CASE expression pairs with CASE.resultOf(...)
value(JcValue) - Static method in class iot.jcypher.query.factories.clause.WITH
JCYPHER
select a named (identified) value
e.g.
ValueAccess - Class in iot.jcypher.query.values
 
ValueAccess() - Constructor for class iot.jcypher.query.values.ValueAccess
 
ValueAndTypeMapping - Class in iot.jcypher.domain.mapping
 
ValueAndTypeMapping(IField) - Constructor for class iot.jcypher.domain.mapping.ValueAndTypeMapping
 
ValueAndTypeMapping(IField, String) - Constructor for class iot.jcypher.domain.mapping.ValueAndTypeMapping
 
ValueElement - Class in iot.jcypher.query.values
 
ValueElement(ValueElement, IOperatorOrFunction) - Constructor for class iot.jcypher.query.values.ValueElement
 
valueField - Static variable in class iot.jcypher.domain.mapping.surrogate.Surrogate2MapEntry
 
valueOf(String) - Static method in enum iot.jcypher.concurrency.Locking
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum iot.jcypher.concurrency.QExecution.ExecType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum iot.jcypher.database.DBType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum iot.jcypher.database.internal.PlannerStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum iot.jcypher.domain.genericmodel.DOType.Kind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum iot.jcypher.domain.IDomainAccess.DomainLabelUse
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum iot.jcypher.domain.internal.DomainAccessFactoryImpl.SyncType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum iot.jcypher.domain.mapping.CompoundObjectType.CType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum iot.jcypher.domain.mapping.FieldMapping.FieldKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum iot.jcypher.domain.ResolutionDepth
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum iot.jcypher.domainquery.ast.ConcatenateExpression.Concatenator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum iot.jcypher.domainquery.ast.PredicateExpression.Operator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum iot.jcypher.graph.SyncState
Returns the enum constant of this type with the specified name.
valueOf(JcValue) - Method in class iot.jcypher.query.api.collection.ExtractExpression
JCYPHER
specify the value for an extract expression
e.g. ...EXTRACT().
valueOf(ValueElement) - Method in class iot.jcypher.query.api.predicate.Concat
 
valueOf(ValueElement) - Method in interface iot.jcypher.query.api.predicate.IBeforePredicate
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. ...
valueOf(ValueElement) - Static method in class iot.jcypher.query.api.predicate.PFactory
 
valueOf(String) - Static method in enum iot.jcypher.query.ast.ClauseType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum iot.jcypher.query.ast.collection.CollectExpression.CollectXpressionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum iot.jcypher.query.ast.index.IndexExpression.IndexAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum iot.jcypher.query.ast.modify.ModifyExpression.ModifyAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum iot.jcypher.query.ast.pattern.PatternPath.PathFunction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum iot.jcypher.query.ast.pattern.PatternRelation.Direction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum iot.jcypher.query.ast.predicate.BooleanOp.Operator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum iot.jcypher.query.ast.predicate.PredicateConcatenator.ConcatOperator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum iot.jcypher.query.ast.predicate.PredicateFunction.PredicateFunctionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum iot.jcypher.query.ast.returns.ReturnAggregate.AggregateFunctionType
Returns the enum constant of this type with the specified name.
valueOf(ValueElement) - Static method in class iot.jcypher.query.factories.clause.WHEN
JCYPHER
WHEN part of a CASE expression pairs with CASE.result()
takes an expression like 'n.property("age")', yielding a property

valueOf(ValueElement) - Static method in class iot.jcypher.query.factories.clause.WHERE
JCYPHER
takes an expression like 'n.property("age")', yielding a property,
or 'x.length()', calculating some value
e.g.
valueOf(ValueElement) - Static method in class iot.jcypher.query.factories.xpression.P
JCYPHER
takes an expression like 'n.property("age")', yielding a property,
or 'x.length()', calculating some value
e.g. ...
valueOf(String) - Static method in enum iot.jcypher.query.values.functions.FTYPE.Collection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum iot.jcypher.query.values.functions.FTYPE.Common
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum iot.jcypher.query.values.functions.FTYPE.Math
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum iot.jcypher.query.values.functions.FTYPE.Node
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum iot.jcypher.query.values.functions.FTYPE.Path
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum iot.jcypher.query.values.functions.FTYPE.PropertyContainer
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum iot.jcypher.query.values.functions.FTYPE.Relation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum iot.jcypher.query.values.functions.FTYPE.String
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum iot.jcypher.query.values.operators.OPTYPE.Node
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum iot.jcypher.query.values.operators.OPTYPE.Number
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum iot.jcypher.query.values.operators.OPTYPE.PropertyContainer
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum iot.jcypher.query.values.operators.OPTYPE.String
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum iot.jcypher.query.writer.Format
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum iot.jcypher.util.QueriesPrintObserver.ContentToObserve
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum iot.jcypher.util.QueriesPrintObserver.QueryToObserve
Returns the enum constant of this type with the specified name.
values() - Static method in enum iot.jcypher.concurrency.Locking
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum iot.jcypher.concurrency.QExecution.ExecType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum iot.jcypher.database.DBType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum iot.jcypher.database.internal.PlannerStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum iot.jcypher.domain.genericmodel.DOType.Kind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum iot.jcypher.domain.IDomainAccess.DomainLabelUse
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum iot.jcypher.domain.internal.DomainAccessFactoryImpl.SyncType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum iot.jcypher.domain.mapping.CompoundObjectType.CType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum iot.jcypher.domain.mapping.FieldMapping.FieldKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum iot.jcypher.domain.ResolutionDepth
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum iot.jcypher.domainquery.ast.ConcatenateExpression.Concatenator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum iot.jcypher.domainquery.ast.PredicateExpression.Operator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum iot.jcypher.graph.SyncState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum iot.jcypher.query.ast.ClauseType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum iot.jcypher.query.ast.collection.CollectExpression.CollectXpressionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum iot.jcypher.query.ast.index.IndexExpression.IndexAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum iot.jcypher.query.ast.modify.ModifyExpression.ModifyAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum iot.jcypher.query.ast.pattern.PatternPath.PathFunction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum iot.jcypher.query.ast.pattern.PatternRelation.Direction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum iot.jcypher.query.ast.predicate.BooleanOp.Operator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum iot.jcypher.query.ast.predicate.PredicateConcatenator.ConcatOperator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum iot.jcypher.query.ast.predicate.PredicateFunction.PredicateFunctionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum iot.jcypher.query.ast.returns.ReturnAggregate.AggregateFunctionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum iot.jcypher.query.values.functions.FTYPE.Collection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum iot.jcypher.query.values.functions.FTYPE.Common
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum iot.jcypher.query.values.functions.FTYPE.Math
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum iot.jcypher.query.values.functions.FTYPE.Node
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum iot.jcypher.query.values.functions.FTYPE.Path
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum iot.jcypher.query.values.functions.FTYPE.PropertyContainer
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum iot.jcypher.query.values.functions.FTYPE.Relation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum iot.jcypher.query.values.functions.FTYPE.String
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum iot.jcypher.query.values.operators.OPTYPE.Node
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum iot.jcypher.query.values.operators.OPTYPE.Number
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum iot.jcypher.query.values.operators.OPTYPE.PropertyContainer
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum iot.jcypher.query.values.operators.OPTYPE.String
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum iot.jcypher.query.writer.Format
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum iot.jcypher.util.QueriesPrintObserver.ContentToObserve
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum iot.jcypher.util.QueriesPrintObserver.QueryToObserve
Returns an array containing the constants of this enum type, in the order they are declared.
ValueWriter - Class in iot.jcypher.query.values
 
ValueWriter() - Constructor for class iot.jcypher.query.values.ValueWriter
 

W

walkDOGraph() - Method in class iot.jcypher.domain.genericmodel.internal.DOWalker
 
WHEN - Class in iot.jcypher.query.factories.clause
JCYPHER CLAUSE - WHEN part of a CASE expression
WHEN() - Constructor for class iot.jcypher.query.factories.clause.WHEN
 
WHERE(IPredicateOperand1) - Method in class iot.jcypher.domainquery.AbstractDomainQuery
Start formulating a predicate expression.
WHERE() - Method in class iot.jcypher.query.api.collection.CWhere
JCYPHER
start a predicate expression which is evaluated against each element of a collection
e.g. ...holdsTrue(I.forAll(n)...
WHERE - Class in iot.jcypher.query.factories.clause
JCYPHER CLAUSE
WHERE() - Constructor for class iot.jcypher.query.factories.clause.WHERE
 
WITH - Class in iot.jcypher.query.factories.clause
JCYPHER CLAUSE
allows the same expressions as the RETURN clause
WITH() - Constructor for class iot.jcypher.query.factories.clause.WITH
 
with(String) - Method in class iot.jcypher.query.values.ReplaceWith
JCYPHER
specify the replacement for a part of a string

with(JcString) - Method in class iot.jcypher.query.values.ReplaceWith
JCYPHER
specify the replacement for a part of a string

write(int) - Method in class iot.jcypher.util.MultiOutputStream
 
writeKeyword(String, WriterContext) - Static method in class iot.jcypher.query.writer.Pretty
 
writePostClauseSeparator(WriterContext, StringBuilder) - Static method in class iot.jcypher.query.writer.Pretty
 
writePreClauseSeparator(WriterContext, StringBuilder) - Static method in class iot.jcypher.query.writer.Pretty
 
writePreFunctionSeparator(WriterContext) - Static method in class iot.jcypher.query.writer.Pretty
 
writePretty(JsonObject) - Static method in class iot.jcypher.util.Util
write a JsonObject formatted in a pretty way into a String
writePrimitiveValue(Object, WriterContext, StringBuilder) - Static method in class iot.jcypher.query.writer.CypherWriter.PrimitiveCypherWriter
 
WriterContext - Class in iot.jcypher.query.writer
 
WriterContext() - Constructor for class iot.jcypher.query.writer.WriterContext
 
writeStatementSeparator(WriterContext, StringBuilder) - Static method in class iot.jcypher.query.writer.Pretty
 
writeVersion - Static variable in class iot.jcypher.query.result.util.ResultHandler
 

X

X - Class in iot.jcypher.query.factories.xpression
JCYPHER FACTORY FOR PATTERN EXPRESSIONS
X() - Constructor for class iot.jcypher.query.factories.xpression.X
 
XFactory - Class in iot.jcypher.query.api.pattern
 
XFactory() - Constructor for class iot.jcypher.query.api.pattern.XFactory
 
XOR() - Method in class iot.jcypher.query.api.predicate.Concatenator
JCYPHER
'xor' (exclusive or) two boolean expressions or values

Y

y(Number) - Method in class iot.jcypher.query.values.Atan2
JCYPHER
return the arctangent2 of a set of coordinates (x, y), in radians;
specify the y coordinate, return a JcNumber

y(JcNumber) - Method in class iot.jcypher.query.values.Atan2
JCYPHER
return the arctangent2 of a set of coordinates (x, y), in radians;
specify the y coordinate, return a JcNumber

A B C D E F G H I J K L M N O P Q R S T U V W X Y 

Copyright © 2016. All rights reserved.