DirectlyFollowsGraph
A directly-follows graph of
Graph containing a set of activities, a set of directly-follows relations, a set of start
activities, and a set of end activities.
Both, the number of occurrences of activities and of directly follows relations are annotated
with their frequency.
Activitys.Graph containing a set of activities, a set of directly-follows relations, a set of start
activities, and a set of end activities.
Both, the number of occurrences of activities and of directly follows relations are annotated
with their frequency.
Used as Input
0
functions accept this type
Used as Output
1
function return this type(+1 nested)
Type Definition
12 nested items
DirectlyFollowsGraph— A directly-follows graph of
Activitys.activities*:HashMap<String, u32>— Activities
[key: string]:u32
directly_follows_relations*:Vec<((String, String), u32)>— Directly-follows relations
[items]:((String, String), u32)
end_activities*:Vec<String>— End activities
[items]:String
start_activities*:Vec<String>— Start activities
[items]:String