PetriNet
A Petri net of Places and Transitions
Bipartite graph of Places and Transitions with Arcs connecting them, as well as initial and final
Bipartite graph of Places and Transitions with Arcs connecting them, as well as initial and final
MarkingsUsed as Input
6
functions accept this type
Used as Output
1
function return this type
Type Definition
26 nested items
PetriNet— A Petri net of Places and Transitions
final_markings:Option<Vec<_>>— Final markings (any of them are accepted as a final marking)
[items]:HashMap<String, u64>
initial_marking:Option<Object>— Initial marking
[key: string]:u64
Example JSON Value
{
"arcs": [
{
"from_to": {
"nodes": [
"example",
"example"
],
"type": "PlaceTransition"
},
"weight": 1
}
],
"places": {
"something": {
"id": "893f8ab9"
}
},
"transitions": {
"something": {
"id": "893f8ab9"
}
}
}Functions Accepting This Type(6)
compute_fitness(net)
process_mining::conformance::case_centric::alignments
align_empty_trace(net)
process_mining::conformance::case_centric::alignments
align_trace(net)
process_mining::conformance::case_centric::alignments
align_variants(net)
process_mining::conformance::case_centric::alignments
export_petri_net_image_png(net)
process_mining::core::process_models::case_centric::petri_net::image_export
export_petri_net_image_svg(net)
process_mining::core::process_models::case_centric::petri_net::image_export