System Library: Difference between revisions
Jump to navigation
Jump to search
(Created page with "System library is a collection of Expression Language functions and properties that") |
No edit summary |
||
Line 1: | Line 1: | ||
System library is a collection of Expression Language functions and properties that | System library is a collection of Expression Language functions and properties that provide additional tools for scripting Process Analyzer functionalities. System library is referenced in scripts via ''_system''-property, which provides additional properties dedicated for different areas of interests for scripting. | ||
The following hierarchy shows the properties and functions available in System Library: | |||
* ML | |||
** [[Create Predicted Eventlog|GeneratePredictionModel]] | |||
** [[Create Simulated Eventlog|ApplyTransformations]] | |||
* Parallel | |||
** Parallel | |||
* RootCauses | |||
** FindRootCausesDataFrame | |||
* Utils | |||
** GetSampledEvents | |||
** ModifyColumnTypes | |||
** RunFunctionWithParallelLogging |
Revision as of 09:32, 19 November 2024
System library is a collection of Expression Language functions and properties that provide additional tools for scripting Process Analyzer functionalities. System library is referenced in scripts via _system-property, which provides additional properties dedicated for different areas of interests for scripting.
The following hierarchy shows the properties and functions available in System Library:
- ML
- Parallel
- Parallel
- RootCauses
- FindRootCausesDataFrame
- Utils
- GetSampledEvents
- ModifyColumnTypes
- RunFunctionWithParallelLogging