Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

typenamedescriptionargscomment
cypherCypherQuery??Performs a Neo4J query

arg0 = query,
arg1 = collaborationName,
arg2 = knowledgeSpceName

overrides process method
modelCountNodesGives the numbers of nodes of a modelarg0 = model 
modelFindNodeByPropertyFinds first node containing a given property valuearg0 = model,
arg1 = propertyName,
arg2 = propertyValue
first? 
modelFormatModelInJSONSerializes the model in JSONarg0 = model,
arg1 = type,
arg2 = template
 
modelGetIdGets the id of a given node/edgearg0 = BO (node or edge)Big hazardous cast in BO 
nodeFindValuePropertyOnNodeGives the value of a given property from a given nodearg0 = node,
arg1 = propertyName
hazardous cast + missing index out of bounds check 
nodeGetOnNodeGives the value of a given field from a given nodearg0 = node,
arg1 = fieldName
oh ... my ... god 
utilGetGives the value of a given field from a given generic objectarg0 = object,
arg1 = fieldName
redundant?
utilRandBoundGives a given number (int or double)arg0 = min,
arg1 = max,
arg2 = type (int | double)
 
utilStringReturns the String value of an objectarg0 = the object 
     
     
     
     
     

...