Source: factory.report/package.core/ObjReportEditTree.py
| Method | Signature | Description |
|---|---|---|
| RpcPositionnode | RpcPositionnode(data) |
Updates node position and degree information in a database based on the provided |
| RpcGetedgecount | RpcGetedgecount(data) -> int |
|
| RpcGetcalculationgroupreport | RpcGetcalculationgroupreport(data) |
|
| provision_javascript | provision_javascript() -> str |
Provides the necessary JavaScript and CSS resources for visualization |
| node_style_container | node_style_container(node_list: list) -> str |
Generates a string representing the styles for nodes in a network visualization |
| node_style | node_style() -> str |
Generates and returns a style configuration for nodes in a cytoscape graph. |
| node_style_gate | node_style_gate(node_list: list) -> str |
Generate style configuration for a list of node types. |
| node_style_process | node_style_process(node_list: list) -> str |
Processes a list of node types and generates a formatted string representing |
| get_element_json | get_element_json(workflow) -> str |
Generates a JSON representation of elements for a workflow visualization. |
| get_calculationgroup_form | get_calculationgroup_form() |
|
| get_singleclick_js | get_singleclick_js(workflow: str = '') |
|
| get_tooltip_js | get_tooltip_js() |
|
| get_cytoscape_context_menus | get_cytoscape_context_menus() |
|
| get_cytoscape_js | get_cytoscape_js(workflow: str, elements: str, node_styles: str) -> str |
Generates a Cytoscape.js script to render a graph interface with appropriate |
| get_edit_frame | get_edit_frame() -> str |