...
type | name | description | args | comment | |||
---|---|---|---|---|---|---|---|
cypher | CypherQuery | Performs a Neo4J query | arg0 = query, | overrides process method | |||
model | CountNodes | Gives the numbers of nodes of a model | arg0 = model | ||||
model | FindNodeByProperty | Finds first node containing a given property value | arg0 = model, arg1 = propertyName, arg2 = propertyValue | ||||
model | FormatModelInJSON | Serializes the model in JSON | arg0 = model, arg1 = type, arg2 = template | ||||
model | GetId | Gets the id of a given node/edge | arg0 = BO (node or edge) | ||||
model | GetRoles | Gets the roles of a given node/edge | arg0 = BO (node or edge) | ||||
node | FindValuePropertyOnNode | Gives the value of a given property from a given node | arg0 = node, arg1 = propertyName | ||||
node | GetOnNode | Gives the value of a given field from a given node | arg0 = node, arg1 = fieldName | ||||
util | Get | Gives the value of a given field from a given generic object | arg0 = object, arg1 = fieldName | redundant? | |||
util | RandBound | Gives a given number (int or double) | arg0 = min, arg1 = max, arg2 = type (int | double) | ||||
util | StringToString | Returns the String value of an object | arg0 = the object | ||||
util | ContainsList | list.contains() equivalent | arg0 = the list arg1 = the element | ||||
A voir
...