Assignment
class Assignment(val value: Expression, val target: HasType, val holder: AssignmentHolder) : PropertyEdge<Node>
An assignment assigns a certain value (usually an Expression) to a certain target.
Functions
Link copied to clipboard
Link copied to clipboard
Adds a property to a PropertyEdge If the object is not a built-in type you must provide a serializer and deserializer in the PropertyEdgeConverter
Link copied to clipboard
Checks if the properties of the edge contain the given properties with the specified values.
Link copied to clipboard
Link copied to clipboard