Source: factory.service/package.core/ObjServiceCalculation.py
Service-layer wrapper for ObjCalculation.
Provides the service framework integration (Connect, Compute,
run_workflow_direct) on top of the core calculation engine.
All calculation logic lives in ObjCalculation.
| Method | Signature | Description |
|---|---|---|
| Compute | Compute(group_name: str = '', guid_val = '') |
Public entry point for running a calculation group. |
| Connect | Connect() |
|
| run_workflow_direct | run_workflow_direct(group_name, guid_val = '', param_2 = '', param_3 = '') |
|
| Send | Send() |
|
| SelectCompute | SelectCompute() |