path_schema_connections
Find the concrete instance connections of a single (resolved) schema, with metrics and
throughput. Entities are referenced by their compact OCEL index.
throughput. Entities are referenced by their compact OCEL index.
fn path_schema_connections(ocel*: SlimLinkedOCEL, schema*: ResolvedPathSchema, params: PathConnectionParams) → PathSchemaConnections
Arguments
Returns
import r4pm
ocel = r4pm.import_item('SlimLinkedOCEL','path/to/file')
schema = {"source": {"Event": 'example'}, "steps": [{"edge": {"qualifier": 'places', "source": {"Event": 'example'}, "target": {"Event": 'example'}}, "reverse": False}], "target": {"Event": 'example'}}
# Optional argument: params, can also be omitted
params = {"dedup_targets": False, "selection": 'All', "temporal": 'None'}
res = r4pm.bindings.path_schema_connections(ocel, schema, params)