@@ -42,9 +42,6 @@ standard library package Flows {
4242 * a transfer of objects or values between two occurrences. It is
4343 * the base type of all FlowUsages.
4444 */
45-
46- end occurrence source: Occurrence :>> Transfer::source;
47- end occurrence target: Occurrence :>> Transfer::target;
4845
4946 ref payload :>> MessageAction::payload, Transfer::payload;
5047
@@ -104,12 +101,9 @@ standard library package Flows {
104101 /*
105102 * messages is the base feature of all FlowUsages.
106103 */
107-
108- end occurrence source: Occurrence :>> Message::source, transfers::source;
109- end occurrence target: Occurrence :>> Message::target, transfers::target;
110104 }
111105
112- abstract message flows: Flow[0..*] nonunique :> messages, flowTransfers {
106+ abstract flow flows: Flow[0..*] nonunique :> messages, flowTransfers {
113107 doc
114108 /*
115109 * flows is the base feature for FlowUsages that identify their source output
@@ -120,7 +114,7 @@ standard library package Flows {
120114 end occurrence target: Occurrence :>> Flow::target, messages::target, flowTransfers::target;
121115 }
122116
123- abstract message successionFlows: SuccessionFlow[0..*] nonunique :> flows, flowTransfersBefore {
117+ abstract flow successionFlows: SuccessionFlow[0..*] nonunique :> flows, flowTransfersBefore {
124118 doc
125119 /*
126120 * successionFlows is the base feature of all SuccessionFlowUsages.
0 commit comments