Uses of Class
org.neo4j.cypherdsl.core.Operation
Packages that use Operation
-
Uses of Operation in org.neo4j.cypherdsl.core
Methods in org.neo4j.cypherdsl.core that return OperationModifier and TypeMethodDescriptionstatic OperationCypher.add(Expression op1, Expression op2) default OperationExpression.add(Expression addend) Creates a+operation of this (the augend) and theaddend.static OperationCypher.concat(Expression op1, Expression op2) default OperationExpression.concat(Expression expression) Creates an expression concatenating two string or list expressions.static OperationCypher.divide(Expression op1, Expression op2) default OperationExpression.divide(Expression dividend) Creates a/operation of this (the divisor) and thedividend.static OperationCypher.minus(Expression e) Creates an unary minus operation.static OperationCypher.multiply(Expression op1, Expression op2) default OperationExpression.multiply(Expression multiplicand) Creates a*operation of this (the multiplier) and themultiplicand.static OperationCypher.mutate(Expression target, Expression value) Creates a+=operation.static OperationCypher.mutate(Expression target, MapExpression value) Creates a+=operation.PropertyContainer.mutate(MapExpression properties) Creates anOperationmutating the properties of this container to a new value.Creates anOperationmutating the properties of this container to a new value.static OperationCypher.pow(Expression op1, Expression op2) default OperationExpression.pow(Expression n) Returns the power of n of this value.static OperationCypher.remainder(Expression op1, Expression op2) default OperationExpression.remainder(Expression dividend) Returns the remainder of this value and thedividend.static OperationCypher.removeLabel(Node target, String... label) Creates an operation removing one or more labels from a givennode.static OperationCypher.set(Expression target, Expression value) Creates a=operation.PropertyContainer.set(MapExpression properties) Creates anSET operationsetting the properties of this container to a new value.Creates anSET operationsetting the properties of this container to a new value.static OperationCreates an operation adding one or more labels to a givennode.static OperationCreates an operation adding dynamic labels to anode.static OperationCypher.subtract(Expression op1, Expression op2) default OperationExpression.subtract(Expression subtrahend) Creates a-operation of this (the minuend) and thesubtrahend.Property.to(Expression expression) Creates anOperationsetting this property to a new value.