Options.
The graph data.
The Node map.
Perform a breadth first search of the graph.
A cytoscape search visit function.
Optional
options: { Options.
Optional
directed?: booleanA boolean indicating whether the algorithm should only go along edges from source to target.
Optional
type?: string | Set<string>Specific type to retrieve.
Perform a depth first search of the graph.
A cytoscape search visit function.
Optional
options: { Options.
Optional
directed?: booleanA boolean indicating whether the algorithm should only go along edges from source to target.
Optional
type?: string | Set<string>Specific type to retrieve.
Provides a wrapper around a headless
cytoscape
instance loaded with the given graph data and node Map.A GraphAnalysis instance for the dependencies graph is passed into the postprocessor ProcessorFunction functions managed by PostProcess.