List activities and durations from the network labels.
For preceding activities: start at the source. Activities starting there have '-'.
For other activities: look at the event the activity starts at. Activities ending at that event are the immediate predecessors.
Work through each activity systematically from source toward sink.
Given: A(-,4), B(A,5), C(A,3), D(B,6), E(C,4), F(D,E,6). A starts at source. B and C follow A and diverge from event 1. D follows B (event 2), E follows C (event 3). D and E meet at event 4 for F. F goes to sink (event 5).
Check: B is (1,2), C is (1,3), D is (2,4), E is (3,4), F is (4,5). All unique.