Skip to Content
FASTSUITE E2API ReferencePython APIWorkflowsWorking with Programs

Working with Programs

Note: This workflow is generated from API structure analysis. Steps are inferred, not runtime-tested.

Participating Classes

ClassDomainMethods
ProgramPrograms12
Program ComponentPrograms4
OperationOperations10
Operation GroupOperations11

Workflow Steps

Step 1: Use Program

Class: CENPyOlpProgram

Key methods:

  • GetName()
  • GetAttribGetter()
  • GetAttribSetter()

Step 2: Use Program Component

Class: CENPyOlpProgramComponent

Key methods:

  • GetType()
  • GetParentComponent()
  • GetChildComponents()

Step 3: Use Operation

Class: CENPyOlpOperation

Key methods:

  • GetName()
  • SetName()
  • GetAttribGetter()

Step 4: Use Operation Group

Class: CENPyOlpOperationGroup

Key methods:

  • CreateOperation()
  • GetName()
  • SetName()
  • GetParentProgramName()

Inference Evidence

  • 4 classes identified from domain-map hints
  • Type co-occurrence: CENPyOlpProgramComponent, CENPyOlpOperation appear as both class and parameter/return type

Confidence: 90%

Was this page helpful?