-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
73 lines (72 loc) · 2.18 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
# Generated by roxygen2: do not edit by hand
S3method(diagnostics_alignments,log)
S3method(diagnostics_token_based_replay,log)
S3method(discover_alpha,activitylog)
S3method(discover_alpha,eventlog)
S3method(discover_alpha_plus,eventlog)
S3method(discover_inductive,log)
S3method(discover_inductive_bpmn,log)
S3method(fitness_alignments,log)
S3method(fitness_token_based_replay,eventlog)
S3method(precision_alignments,log)
S3method(precision_token_based_replay,log)
S3method(py_to_r,pm4py.objects.log.log.EventLog)
S3method(py_to_r,pm4py.objects.log.log.TraceLog)
S3method(py_to_r,pm4py.objects.petri_net.obj.Marking)
S3method(py_to_r,pm4py.objects.petri_net.obj.PetriNet)
S3method(r_to_py,bpmn)
S3method(r_to_py,log)
S3method(r_to_py,petrinet)
export(as_pm4py_marking)
export(conformance_alignment)
export(default_parameters)
export(diagnostics_alignments)
export(diagnostics_token_based_replay)
export(discover_alpha)
export(discover_alpha_plus)
export(discover_inductive)
export(discover_inductive_bpmn)
export(discovery_alpha)
export(evaluation_all)
export(evaluation_fitness)
export(evaluation_precision)
export(fitness_alignments)
export(fitness_token_based_replay)
export(install_pm4py)
export(param_activity_key)
export(param_attribute_key)
export(param_caseid_key)
export(param_resource_key)
export(param_timestamp_key)
export(petrinet_check_relaxed_soundness)
export(petrinet_check_wfnet)
export(petrinet_synchronous_product)
export(pm4py)
export(pm4py_available)
export(pm4py_version)
export(precision_alignments)
export(precision_token_based_replay)
export(py_to_r)
export(r_to_py)
export(variant_alpha_classic)
export(variant_alpha_plus)
export(variant_dijkstra_no_heuristics)
export(variant_fitness_alignment_based)
export(variant_fitness_token_based)
export(variant_inductive_imdfb)
export(variant_inductive_only_dfg)
export(variant_precision_etconformance)
export(variant_state_equation_a_star)
export(version)
export(write_pnml)
import(bupaR)
import(dplyr)
import(reticulate)
importFrom(dplyr,tibble)
importFrom(petrinetR,create_marked_PN)
importFrom(purrr,map)
importFrom(purrr,map_chr)
importFrom(reticulate,iterate)
importFrom(reticulate,py_to_r)
importFrom(reticulate,r_to_py)
importFrom(stringr,str_remove)