Methods
- cleanupAllGraphs
- clearAll
- getAllRegisteredGraphs
- registerExecution
- registerGraph
- unregisterExecution
- unregisterGraph
Methods
cleanupAllGraphs
Returns
void
clearAll
Returns
void
getAllRegisteredGraphs
Returns
Graph[]
registerExecution
Parameters
Unique identifier for the graph
Returns
void
registerGraph
Parameters
Unique identifier for the graph
Graph instance to register
Returns
void
unregisterExecution
Parameters
Unique identifier for the graph to unregister
Returns
void
unregisterGraph
Parameters
Unique identifier for the graph instance to unregister
Returns
void