summaryrefslogtreecommitdiffstats
path: root/Woflan
diff options
context:
space:
mode:
authorMaik Teurlings <mteur@gmx.net>2008-04-11 14:24:36 (GMT)
committerMaik Teurlings <mteur@gmx.net>2008-04-11 14:24:36 (GMT)
commit53ae27a21597e6c724a82f2d0481109837013ce4 (patch)
tree11b73ba8f62d405ea09d32a14238520299a527f0 /Woflan
parent5a6ed8783bf4cd70147ecd550c760f5ccfcb18a6 (diff)
download2ii55-53ae27a21597e6c724a82f2d0481109837013ce4.zip
2ii55-53ae27a21597e6c724a82f2d0481109837013ce4.tar.gz
2ii55-53ae27a21597e6c724a82f2d0481109837013ce4.tar.bz2
Party Party Protos en Woflan v_1
Hele map van het voorbeeld project van Wimpie
Diffstat (limited to 'Woflan')
-rw-r--r--Woflan/PartyParty/Hoofdproces.scr820
-rw-r--r--Woflan/PartyParty/Hoofdproces.tpn232
-rw-r--r--Woflan/PartyParty/_.gtp52
3 files changed, 1104 insertions, 0 deletions
diff --git a/Woflan/PartyParty/Hoofdproces.scr b/Woflan/PartyParty/Hoofdproces.scr
new file mode 100644
index 0000000..964d8d3
--- /dev/null
+++ b/Woflan/PartyParty/Hoofdproces.scr
@@ -0,0 +1,820 @@
+/*
+**
+** COVC scriptfile: D:\My Documents\Protos\Classic\Woflan\PartyParty\Hoofdproces.scr
+** Generated by Protos Exspect generator version 3.0.1
+** Generated at: Fri Apr 11 16:11:47 2008
+**
+*/
+declare flow Hoofdproces
+declare files
+end files
+;
+
+declare condition Complete(0.0,735.0)
+ type activity_ruled
+end condition
+declare condition Process_Goods(30.0,495.0)
+ type activity_ruled
+end condition
+declare condition Not_Complete(120.0,735.0)
+ type activity_ruled
+end condition
+declare condition Logistics_Paid(165.0,1695.0)
+ type activity_ruled
+end condition
+declare condition Goods_Ready(165.0,1065.0)
+ type activity_ruled
+end condition
+declare condition Goods_Back(165.0,1785.0)
+ type activity_ruled
+end condition
+declare condition Process_Order(165.0,345.0)
+ type activity_ruled
+end condition
+declare condition Goods_Not_Ok(165.0,1875.0)
+ type activity_ruled
+end condition
+declare condition Logistics_Planned___Confirmed(165.0,1605.0)
+ type activity_ruled
+end condition
+declare condition Fine_Send(165.0,2025.0)
+ type activity_ruled
+end condition
+declare condition Party__(165.0,1515.0)
+ type activity_ruled
+end condition
+declare condition Goods_Ordered(240.0,630.0)
+ type activity_ruled
+end condition
+declare condition Order_Ready(240.0,1200.0)
+ type activity_ruled
+end condition
+declare condition Fine_Never_Paid(285.0,2175.0)
+ type activity_ruled
+end condition
+declare condition Logistics_Ready(315.0,1065.0)
+ type activity_ruled
+end condition
+declare condition Ready_for_Party(360.0,1395.0)
+ type activity_ruled
+end condition
+declare condition Logistics_Planned(435.0,660.0)
+ type activity_ruled
+end condition
+declare condition Logistics_Confirmed(435.0,855.0)
+ type activity_ruled
+end condition
+declare condition Process_Logistics(435.0,480.0)
+ type activity_ruled
+end condition
+declare condition Start(555.0,75.0)
+ type activity_ruled
+end condition
+declare condition Order_Done(555.0,195.0)
+ type activity_ruled
+end condition
+declare condition Party_Cancelled(600.0,1515.0)
+ type activity_ruled
+end condition
+declare condition Not_Paid(690.0,750.0)
+ type activity_ruled
+end condition
+declare condition Bill_Send(780.0,630.0)
+ type activity_ruled
+end condition
+declare condition Bill_Created(780.0,480.0)
+ type activity_ruled
+end condition
+declare condition Process_Payment(870.0,300.0)
+ type activity_ruled
+end condition
+declare condition Order_Cancelled(960.0,1035.0)
+ type activity_ruled
+end condition
+declare condition End(960.0,1965.0)
+ type activity_ruled
+end condition
+declare condition Paid(990.0,870.0)
+ type activity_ruled
+end condition
+;
+
+ declare activity Pick_Order (60.0,600.0)
+//<FONT face="Arial" size=2></FONT>
+memo "Pick Order"ENG
+ input
+ Process_Goods
+
+ output
+ Complete
+ Not_Complete
+
+ process
+ "res_ar Warehouse_Employee 1" analysis
+ "res_usage costs 0.000000e0" analysis
+ "abs_frequ 1.000000e0" analysis
+ "duration expression 0.000000e0" analysis
+ "priority expression 1.000000e0" analysis
+ "xor-split" analysis
+ "and-join" analysis
+
+access "Warehouse_Employee"
+ priority
+ 0
+ end activity
+ declare activity Inspect_Order (60.0,855.0)
+//<FONT face="Arial" size=2></FONT>
+memo "Inspect Order"ENG
+ input
+ Complete
+
+ output
+ Process_Goods
+ Goods_Ready
+
+ process
+ "res_ar Warehouse_Employee 1" analysis
+ "res_usage costs 0.000000e0" analysis
+ "abs_frequ 1.000000e0" analysis
+ "duration expression 0.000000e0" analysis
+ "priority expression 1.000000e0" analysis
+ "xor-split" analysis
+ "and-join" analysis
+
+access "Warehouse_Employee"
+ priority
+ 0
+ end activity
+ declare activity Pick_Up_Goods (165.0,1740.0)
+//<FONT face=Arial size=2></FONT>
+memo "Pick Up Goods"ENG
+ input
+ Logistics_Paid
+
+ output
+ Goods_Back
+
+ process
+ "res_ar Chauffeur 1" analysis
+ "res_usage costs 0.000000e0" analysis
+ "abs_frequ 1.000000e0" analysis
+ "duration expression 0.000000e0" analysis
+ "priority expression 1.000000e0" analysis
+ "and-split" analysis
+ "and-join" analysis
+
+access "Chauffeur"
+ priority
+ 0
+ end activity
+ declare activity AND_Split_2 (165.0,405.0)
+//
+memo "AND-Split 2"ENG
+ input
+ Process_Order
+
+ output
+ Process_Goods
+ Process_Logistics
+
+ process
+ "res_usage costs 0.000000e0" analysis
+ "abs_frequ 1.000000e0" analysis
+ "duration expression 0.000000e0" analysis
+ "priority expression 1.000000e0" analysis
+ "and-split" analysis
+ "and-join" analysis
+
+ priority
+ 0
+ end activity
+ declare activity Plan___Confirm_Logistics (165.0,1560.0)
+//<FONT face=Arial size=2></FONT>
+memo "Plan & Confirm Logistics"ENG
+ input
+ Party__
+
+ output
+ Logistics_Planned___Confirmed
+
+ process
+ "res_ar Logistics_Manager 1" analysis
+ "res_usage costs 0.000000e0" analysis
+ "abs_frequ 1.000000e0" analysis
+ "duration expression 0.000000e0" analysis
+ "priority expression 1.000000e0" analysis
+ "and-split" analysis
+ "and-join" analysis
+
+access "Logistics_Manager"
+ priority
+ 0
+ end activity
+ declare activity Pay_Logistics_2 (165.0,1650.0)
+//<FONT face=Arial size=2></FONT>
+memo "Pay Logistics 2"ENG
+ input
+ Logistics_Planned___Confirmed
+
+ output
+ Logistics_Paid
+
+ process
+ "res_ar Administration_Manager 1" analysis
+ "res_usage costs 0.000000e0" analysis
+ "abs_frequ 1.000000e0" analysis
+ "duration expression 0.000000e0" analysis
+ "priority expression 1.000000e0" analysis
+ "and-split" analysis
+ "and-join" analysis
+
+access "Administration_Manager"
+ priority
+ 0
+ end activity
+ declare activity Deliver_Goods (165.0,1470.0)
+//<FONT face="Arial" size=2></FONT>
+memo "Deliver Goods"ENG
+ input
+ Ready_for_Party
+
+ output
+ Party__
+
+ process
+ "res_ar Chauffeur 1" analysis
+ "res_usage costs 0.000000e0" analysis
+ "abs_frequ 1.000000e0" analysis
+ "duration expression 0.000000e0" analysis
+ "priority expression 1.000000e0" analysis
+ "and-split" analysis
+ "and-join" analysis
+
+access "Chauffeur"
+ priority
+ 0
+ end activity
+ declare activity Inspect_Goods (165.0,1830.0)
+//<FONT face=Arial size=2></FONT>
+memo "Inspect Goods"ENG
+ input
+ Goods_Back
+
+ output
+ End
+ Goods_Not_Ok
+
+ process
+ "res_ar Warehouse_Manager 1" analysis
+ "res_usage costs 0.000000e0" analysis
+ "abs_frequ 1.000000e0" analysis
+ "duration expression 0.000000e0" analysis
+ "priority expression 1.000000e0" analysis
+ "xor-split" analysis
+ "and-join" analysis
+
+access "Warehouse_Manager"
+ priority
+ 0
+ end activity
+ declare activity Send_Fine (165.0,1950.0)
+//<FONT face="Arial" size=2></FONT>
+memo "Send Fine"ENG
+ input
+ Goods_Not_Ok
+
+ output
+ Fine_Send
+
+ process
+ "res_ar Administration_Employee 1" analysis
+ "res_usage costs 0.000000e0" analysis
+ "abs_frequ 1.000000e0" analysis
+ "duration expression 0.000000e0" analysis
+ "priority expression 1.000000e0" analysis
+ "and-split" analysis
+ "and-join" analysis
+
+access "Administration_Employee"
+ priority
+ 0
+ end activity
+ declare activity Fine_Time_Out (165.0,2115.0)
+//<FONT face=Arial size=2></FONT>
+memo "Fine Time Out"ENG
+ input
+ Fine_Send
+
+ output
+ Goods_Not_Ok
+ Fine_Never_Paid
+
+ process
+ "res_ar Administration_Manager 1" analysis
+ "res_usage costs 0.000000e0" analysis
+ "abs_frequ 1.000000e0" analysis
+ "duration expression 0.000000e0" analysis
+ "priority expression 1.000000e0" analysis
+ "xor-split" analysis
+ "and-join" analysis
+
+access "Administration_Manager"
+ priority
+ 0
+ end activity
+ declare activity And_Join_2 (240.0,1140.0)
+//<FONT face=Arial size=2></FONT>
+memo "And-Join 2"ENG
+ input
+ Goods_Ready
+ Logistics_Ready
+
+ output
+ Order_Ready
+
+ process
+ "res_ar System 1" analysis
+ "res_usage costs 0.000000e0" analysis
+ "abs_frequ 1.000000e0" analysis
+ "duration expression 0.000000e0" analysis
+ "priority expression 1.000000e0" analysis
+ "and-split" analysis
+ "and-join" analysis
+
+access "System"
+ priority
+ 0
+ end activity
+ declare activity Order_Goods (240.0,735.0)
+//<FONT face="Arial" size=2></FONT>
+memo "Order Goods"ENG
+ input
+ Not_Complete
+
+ output
+ Goods_Ordered
+
+ process
+ "res_ar Warehouse_Manager 1" analysis
+ "res_usage costs 0.000000e0" analysis
+ "abs_frequ 1.000000e0" analysis
+ "duration expression 0.000000e0" analysis
+ "priority expression 1.000000e0" analysis
+ "and-split" analysis
+ "and-join" analysis
+
+access "Warehouse_Manager"
+ priority
+ 0
+ end activity
+ declare activity Receive_Goods (255.0,555.0)
+//<FONT face="Arial" size=2></FONT>
+memo "Receive Goods"ENG
+ input
+ Goods_Ordered
+
+ output
+ Process_Goods
+
+ process
+ "res_ar Administration_Employee 1" analysis
+ "res_usage costs 0.000000e0" analysis
+ "abs_frequ 1.000000e0" analysis
+ "duration expression 0.000000e0" analysis
+ "priority expression 1.000000e0" analysis
+ "and-split" analysis
+ "and-join" analysis
+
+access "Administration_Employee"
+ priority
+ 0
+ end activity
+ declare activity And_Join_1 (360.0,1320.0)
+//<FONT face="Arial" size=2></FONT>
+memo "And-Join 1"ENG
+ input
+ Order_Ready
+ Paid
+
+ output
+ Ready_for_Party
+
+ process
+ "res_usage costs 0.000000e0" analysis
+ "abs_frequ 1.000000e0" analysis
+ "duration expression 0.000000e0" analysis
+ "priority expression 1.000000e0" analysis
+ "and-split" analysis
+ "and-join" analysis
+
+ priority
+ 0
+ end activity
+ declare activity Receive_Fine (375.0,2025.0)
+//<FONT face="Arial" size=2></FONT>
+memo "Receive Fine"ENG
+ input
+ Fine_Send
+
+ output
+ End
+
+ process
+ "res_ar Administration_Manager 1" analysis
+ "res_usage costs 0.000000e0" analysis
+ "abs_frequ 1.000000e0" analysis
+ "duration expression 0.000000e0" analysis
+ "priority expression 1.000000e0" analysis
+ "and-split" analysis
+ "and-join" analysis
+
+access "Administration_Manager"
+ priority
+ 0
+ end activity
+ declare activity Confirm_Logistics_1 (435.0,780.0)
+//<FONT face="Arial" size=2></FONT>
+memo "Confirm Logistics 1"ENG
+ input
+ Logistics_Planned
+ Paid
+
+ output
+ Paid
+ Logistics_Confirmed
+
+ process
+ "res_ar Logistics_Manager 1" analysis
+ "res_usage costs 0.000000e0" analysis
+ "abs_frequ 1.000000e0" analysis
+ "duration expression 0.000000e0" analysis
+ "priority expression 1.000000e0" analysis
+ "and-split" analysis
+ "and-join" analysis
+
+access "Logistics_Manager"
+ priority
+ 0
+ end activity
+ declare activity Plan_Logistics_1 (435.0,585.0)
+//<FONT face="Arial" size=2></FONT>
+memo "Plan Logistics 1"ENG
+ input
+ Process_Logistics
+
+ output
+ Logistics_Planned
+
+ process
+ "res_ar Logistics_Manager 1" analysis
+ "res_usage costs 0.000000e0" analysis
+ "abs_frequ 1.000000e0" analysis
+ "duration expression 0.000000e0" analysis
+ "priority expression 1.000000e0" analysis
+ "and-split" analysis
+ "and-join" analysis
+
+access "Logistics_Manager"
+ priority
+ 0
+ end activity
+ declare activity Pay_Logistics (435.0,930.0)
+//<FONT face="Arial" size=2></FONT>
+memo "Pay Logistics"ENG
+ input
+ Logistics_Confirmed
+
+ output
+ Logistics_Ready
+
+ process
+ "res_usage costs 0.000000e0" analysis
+ "abs_frequ 1.000000e0" analysis
+ "duration expression 0.000000e0" analysis
+ "priority expression 1.000000e0" analysis
+ "and-split" analysis
+ "and-join" analysis
+
+ priority
+ 0
+ end activity
+ declare activity Cancel_Party (465.0,1470.0)
+//<FONT face="Arial" size=2></FONT>
+memo "Cancel Party"ENG
+ input
+ Ready_for_Party
+
+ output
+ Party_Cancelled
+
+ process
+ "res_ar Manager 1" analysis
+ "res_usage costs 0.000000e0" analysis
+ "abs_frequ 1.000000e0" analysis
+ "duration expression 0.000000e0" analysis
+ "priority expression 1.000000e0" analysis
+ "and-split" analysis
+ "and-join" analysis
+
+access "Manager"
+ priority
+ 0
+ end activity
+ declare activity Paid_By_Lawsuit (510.0,2175.0)
+//<FONT face="Arial" size=2></FONT>
+memo "Paid By Lawsuit"ENG
+ input
+ Fine_Never_Paid
+
+ output
+ End
+
+ process
+ "res_ar Administration_Manager 1" analysis
+ "res_usage costs 0.000000e0" analysis
+ "abs_frequ 1.000000e0" analysis
+ "duration expression 0.000000e0" analysis
+ "priority expression 1.000000e0" analysis
+ "and-split" analysis
+ "and-join" analysis
+
+access "Administration_Manager"
+ priority
+ 0
+ end activity
+ declare activity Order (555.0,120.0)
+//<FONT face="Arial" size=2></FONT>
+memo "Order"ENG
+ input
+ Start
+
+ output
+ Order_Done
+
+ process
+ "res_ar Store_Employee 1" analysis
+ "res_usage costs 0.000000e0" analysis
+ "abs_frequ 1.000000e0" analysis
+ "duration expression 0.000000e0" analysis
+ "priority expression 1.000000e0" analysis
+ "and-split" analysis
+ "and-join" analysis
+
+access "Store_Employee"
+ priority
+ 0
+ end activity
+ declare activity AND_Split_1 (555.0,255.0)
+//<FONT face=Arial size=2></FONT>
+memo "AND-Split 1"ENG
+ input
+ Order_Done
+
+ output
+ Process_Payment
+ Process_Order
+
+ process
+ "res_usage costs 0.000000e0" analysis
+ "abs_frequ 1.000000e0" analysis
+ "duration expression 0.000000e0" analysis
+ "priority expression 1.000000e0" analysis
+ "and-split" analysis
+ "and-join" analysis
+
+ priority
+ 0
+ end activity
+ declare activity Start_Pocess (555.0,30.0)
+//<FONT face=Arial size=2></FONT>
+memo "Start Pocess"ENG
+
+ output
+ Start
+
+ process
+ "simulation 10 100 0" analysis
+ "gen_iatime nexp 2.500000e0" analysis
+ "gen_nrbatches 1000000" analysis
+ "gen_batchsize 1" analysis
+ "res_available Warehouse_Employee 1" analysis
+ "res_available Warehouse_Manager 1" analysis
+ "res_available Store_Employee 1" analysis
+ "res_available Administration_Employee 1" analysis
+ "res_available Administration_Manager 1" analysis
+ "res_available Chauffeur 1" analysis
+ "res_available Logistics_Manager 1" analysis
+ "res_available Manager 1" analysis
+ "res_available System 1" analysis
+ "res_usage costs 0.000000e0" analysis
+ "abs_frequ 1.000000e0" analysis
+ "duration expression 0.000000e0" analysis
+ "priority expression 1.000000e0" analysis
+ "and-split" analysis
+ "and-join" analysis
+
+ priority
+ 0
+ end activity
+ declare activity Cancel_Order (690.0,990.0)
+//<FONT face="Arial" size=2></FONT>
+memo "Cancel Order"ENG
+ input
+ Goods_Ready
+ Logistics_Planned
+ Not_Paid
+
+ output
+ Order_Cancelled
+
+ process
+ "res_ar Manager 1" analysis
+ "res_usage costs 0.000000e0" analysis
+ "abs_frequ 1.000000e0" analysis
+ "duration expression 0.000000e0" analysis
+ "priority expression 1.000000e0" analysis
+ "and-split" analysis
+ "and-join" analysis
+
+access "Manager"
+ priority
+ 0
+ end activity
+ declare activity Payment_Timeout (705.0,660.0)
+//<FONT face=Arial size=2></FONT>
+memo "Payment Timeout"ENG
+ input
+ Bill_Send
+
+ output
+ Bill_Created
+ Not_Paid
+
+ process
+ "res_usage costs 0.000000e0" analysis
+ "abs_frequ 1.000000e0" analysis
+ "duration expression 0.000000e0" analysis
+ "priority expression 1.000000e0" analysis
+ "xor-split" analysis
+ "and-join" analysis
+
+ priority
+ 0
+ end activity
+ declare activity Refund (735.0,1590.0)
+//<FONT face="Arial" size=2></FONT>
+memo "Refund"ENG
+ input
+ Party_Cancelled
+
+ output
+ End
+
+ process
+ "res_ar Administration_Manager 1" analysis
+ "res_usage costs 0.000000e0" analysis
+ "abs_frequ 1.000000e0" analysis
+ "duration expression 0.000000e0" analysis
+ "priority expression 1.000000e0" analysis
+ "and-split" analysis
+ "and-join" analysis
+
+access "Administration_Manager"
+ priority
+ 0
+ end activity
+ declare activity Send_Bill (780.0,570.0)
+//<FONT face="Arial" size=2></FONT>
+memo "Send Bill"ENG
+ input
+ Bill_Created
+
+ output
+ Bill_Send
+
+ process
+ "res_ar Administration_Employee 1" analysis
+ "res_usage costs 0.000000e0" analysis
+ "abs_frequ 1.000000e0" analysis
+ "duration expression 0.000000e0" analysis
+ "priority expression 1.000000e0" analysis
+ "and-split" analysis
+ "and-join" analysis
+
+access "Administration_Employee"
+ priority
+ 0
+ end activity
+ declare activity Create_Bill (780.0,405.0)
+//<FONT face="Arial" size=2></FONT>
+memo "Create Bill"ENG
+ input
+ Process_Payment
+
+ output
+ Bill_Created
+
+ process
+ "res_ar Administration_Employee 1" analysis
+ "res_usage costs 0.000000e0" analysis
+ "abs_frequ 1.000000e0" analysis
+ "duration expression 0.000000e0" analysis
+ "priority expression 1.000000e0" analysis
+ "and-split" analysis
+ "and-join" analysis
+
+access "Administration_Employee"
+ priority
+ 0
+ end activity
+ declare activity Payment_Received (900.0,675.0)
+//<FONT face=Arial size=2></FONT>
+memo "Payment Received"ENG
+ input
+ Bill_Send
+
+ output
+ Paid
+
+ process
+ "res_ar Administration_Manager 1" analysis
+ "res_usage costs 0.000000e0" analysis
+ "abs_frequ 1.000000e0" analysis
+ "duration expression 0.000000e0" analysis
+ "priority expression 1.000000e0" analysis
+ "and-split" analysis
+ "and-join" analysis
+
+access "Administration_Manager"
+ priority
+ 0
+ end activity
+ declare activity Put_Back_Goods (960.0,1170.0)
+//<FONT face="Arial" size=2></FONT>
+memo "Put Back Goods"ENG
+ input
+ Order_Cancelled
+
+ output
+ End
+
+ process
+ "res_ar Warehouse_Employee 1" analysis
+ "res_usage costs 0.000000e0" analysis
+ "abs_frequ 1.000000e0" analysis
+ "duration expression 0.000000e0" analysis
+ "priority expression 1.000000e0" analysis
+ "and-split" analysis
+ "and-join" analysis
+
+access "Warehouse_Employee"
+ priority
+ 0
+ end activity
+ declare activity End_Process (960.0,2070.0)
+//<FONT face=Arial size=2></FONT>
+memo "End Process"ENG
+ input
+ End
+
+
+ process
+ "res_usage costs 0.000000e0" analysis
+ "abs_frequ 1.000000e0" analysis
+ "duration expression 0.000000e0" analysis
+ "priority expression 1.000000e0" analysis
+ "and-split" analysis
+ "xor-join" analysis
+
+ priority
+ 0
+ end activity
+ declare activity Receive_Cash (975.0,420.0)
+//<FONT face="Arial" size=2></FONT>
+memo "Receive Cash"ENG
+ input
+ Process_Payment
+
+ output
+ Paid
+
+ process
+ "res_ar Store_Employee 1" analysis
+ "res_usage costs 0.000000e0" analysis
+ "abs_frequ 1.000000e0" analysis
+ "duration expression 0.000000e0" analysis
+ "priority expression 1.000000e0" analysis
+ "and-split" analysis
+ "and-join" analysis
+
+access "Store_Employee"
+ priority
+ 0
+ end activity
+;
+
+declare start_act Start_Pocess;
+
+declare end_act End_Process;
+
+end flow
diff --git a/Woflan/PartyParty/Hoofdproces.tpn b/Woflan/PartyParty/Hoofdproces.tpn
new file mode 100644
index 0000000..26fe91d
--- /dev/null
+++ b/Woflan/PartyParty/Hoofdproces.tpn
@@ -0,0 +1,232 @@
+-- Reading file D:\My Documents\Protos\Classic\Woflan\PartyParty\Hoofdproces.scr
+--
+-- Generated by Co2Tpn, d.d. Jul 10 2003 --
+--
+-- History
+--
+-- 10 Jul 2003:
+-- Fixed a subsubprocess nomenclature bug.
+-- Writing file handling errors to output file.
+--
+-- 16 Oct 2000:
+-- Moved "icon_id" and "duration" option outside "with" option.
+-- Added "command_ruled" option for conditions (has extra parameter).
+--
+-- 13 Oct 2000:
+-- Initial version.
+--
+-- declare flow: Hoofdproces
+place "start flow" init 1;
+-- declare activity: Receive_Cash
+trans "Receive_Cash"
+ in "Process_Payment"
+ out "Paid"
+;
+-- end activity: Receive_Cash
+-- declare activity: End_Process
+trans "End_Process"
+ in "End"
+ out "end flow"
+;
+-- end activity: End_Process
+-- declare activity: Put_Back_Goods
+trans "Put_Back_Goods"
+ in "Order_Cancelled"
+ out "End"
+;
+-- end activity: Put_Back_Goods
+-- declare activity: Payment_Received
+trans "Payment_Received"
+ in "Bill_Send"
+ out "Paid"
+;
+-- end activity: Payment_Received
+-- declare activity: Create_Bill
+trans "Create_Bill"
+ in "Process_Payment"
+ out "Bill_Created"
+;
+-- end activity: Create_Bill
+-- declare activity: Send_Bill
+trans "Send_Bill"
+ in "Bill_Created"
+ out "Bill_Send"
+;
+-- end activity: Send_Bill
+-- declare activity: Refund
+trans "Refund"
+ in "Party_Cancelled"
+ out "End"
+;
+-- end activity: Refund
+-- declare activity: Payment_Timeout
+trans "Payment_Timeout+Not_Paid"
+ in "Bill_Send"
+ out "Not_Paid"
+;
+trans "Payment_Timeout+Bill_Created"
+ in "Bill_Send"
+ out "Bill_Created"
+;
+-- end activity: Payment_Timeout
+-- declare activity: Cancel_Order
+trans "Cancel_Order"
+ in "Not_Paid" "Logistics_Planned" "Goods_Ready"
+ out "Order_Cancelled"
+;
+-- end activity: Cancel_Order
+-- declare activity: Start_Pocess
+trans "Start_Pocess"
+ in "start flow"
+ out "Start"
+;
+-- end activity: Start_Pocess
+-- declare activity: AND_Split_1
+trans "AND_Split_1"
+ in "Order_Done"
+ out "Process_Order" "Process_Payment"
+;
+-- end activity: AND_Split_1
+-- declare activity: Order
+trans "Order"
+ in "Start"
+ out "Order_Done"
+;
+-- end activity: Order
+-- declare activity: Paid_By_Lawsuit
+trans "Paid_By_Lawsuit"
+ in "Fine_Never_Paid"
+ out "End"
+;
+-- end activity: Paid_By_Lawsuit
+-- declare activity: Cancel_Party
+trans "Cancel_Party"
+ in "Ready_for_Party"
+ out "Party_Cancelled"
+;
+-- end activity: Cancel_Party
+-- declare activity: Pay_Logistics
+trans "Pay_Logistics"
+ in "Logistics_Confirmed"
+ out "Logistics_Ready"
+;
+-- end activity: Pay_Logistics
+-- declare activity: Plan_Logistics_1
+trans "Plan_Logistics_1"
+ in "Process_Logistics"
+ out "Logistics_Planned"
+;
+-- end activity: Plan_Logistics_1
+-- declare activity: Confirm_Logistics_1
+trans "Confirm_Logistics_1"
+ in "Paid" "Logistics_Planned"
+ out "Logistics_Confirmed" "Paid"
+;
+-- end activity: Confirm_Logistics_1
+-- declare activity: Receive_Fine
+trans "Receive_Fine"
+ in "Fine_Send"
+ out "End"
+;
+-- end activity: Receive_Fine
+-- declare activity: And_Join_1
+trans "And_Join_1"
+ in "Paid" "Order_Ready"
+ out "Ready_for_Party"
+;
+-- end activity: And_Join_1
+-- declare activity: Receive_Goods
+trans "Receive_Goods"
+ in "Goods_Ordered"
+ out "Process_Goods"
+;
+-- end activity: Receive_Goods
+-- declare activity: Order_Goods
+trans "Order_Goods"
+ in "Not_Complete"
+ out "Goods_Ordered"
+;
+-- end activity: Order_Goods
+-- declare activity: And_Join_2
+trans "And_Join_2"
+ in "Logistics_Ready" "Goods_Ready"
+ out "Order_Ready"
+;
+-- end activity: And_Join_2
+-- declare activity: Fine_Time_Out
+trans "Fine_Time_Out+Fine_Never_Paid"
+ in "Fine_Send"
+ out "Fine_Never_Paid"
+;
+trans "Fine_Time_Out+Goods_Not_Ok"
+ in "Fine_Send"
+ out "Goods_Not_Ok"
+;
+-- end activity: Fine_Time_Out
+-- declare activity: Send_Fine
+trans "Send_Fine"
+ in "Goods_Not_Ok"
+ out "Fine_Send"
+;
+-- end activity: Send_Fine
+-- declare activity: Inspect_Goods
+trans "Inspect_Goods+Goods_Not_Ok"
+ in "Goods_Back"
+ out "Goods_Not_Ok"
+;
+trans "Inspect_Goods+End"
+ in "Goods_Back"
+ out "End"
+;
+-- end activity: Inspect_Goods
+-- declare activity: Deliver_Goods
+trans "Deliver_Goods"
+ in "Ready_for_Party"
+ out "Party__"
+;
+-- end activity: Deliver_Goods
+-- declare activity: Pay_Logistics_2
+trans "Pay_Logistics_2"
+ in "Logistics_Planned___Confirmed"
+ out "Logistics_Paid"
+;
+-- end activity: Pay_Logistics_2
+-- declare activity: Plan___Confirm_Logistics
+trans "Plan___Confirm_Logistics"
+ in "Party__"
+ out "Logistics_Planned___Confirmed"
+;
+-- end activity: Plan___Confirm_Logistics
+-- declare activity: AND_Split_2
+trans "AND_Split_2"
+ in "Process_Order"
+ out "Process_Logistics" "Process_Goods"
+;
+-- end activity: AND_Split_2
+-- declare activity: Pick_Up_Goods
+trans "Pick_Up_Goods"
+ in "Logistics_Paid"
+ out "Goods_Back"
+;
+-- end activity: Pick_Up_Goods
+-- declare activity: Inspect_Order
+trans "Inspect_Order+Goods_Ready"
+ in "Complete"
+ out "Goods_Ready"
+;
+trans "Inspect_Order+Process_Goods"
+ in "Complete"
+ out "Process_Goods"
+;
+-- end activity: Inspect_Order
+-- declare activity: Pick_Order
+trans "Pick_Order+Not_Complete"
+ in "Process_Goods"
+ out "Not_Complete"
+;
+trans "Pick_Order+Complete"
+ in "Process_Goods"
+ out "Complete"
+;
+-- end activity: Pick_Order
+-- end flow: Hoofdproces
diff --git a/Woflan/PartyParty/_.gtp b/Woflan/PartyParty/_.gtp
new file mode 100644
index 0000000..466106b
--- /dev/null
+++ b/Woflan/PartyParty/_.gtp
@@ -0,0 +1,52 @@
+/*This is an Exspect file */
+declare hierarchy demo
+end hierarchy
+declare users
+end users
+declare groups
+group 1:
+user_id: Warehouse_Employee
+name: Warehouse_Employee
+koordinaten: (15.0,15.0),(15.0,15.0)
+
+group 2:
+user_id: Warehouse_Manager
+name: Warehouse_Manager
+koordinaten: (15.0,45.0),(15.0,45.0)
+
+group 3:
+user_id: Store_Employee
+name: Store_Employee
+koordinaten: (15.0,105.0),(15.0,105.0)
+
+group 4:
+user_id: Administration_Employee
+name: Administration_Employee
+koordinaten: (15.0,165.0),(15.0,165.0)
+
+group 5:
+user_id: Administration_Manager
+name: Administration_Manager
+koordinaten: (15.0,195.0),(15.0,195.0)
+
+group 6:
+user_id: Chauffeur
+name: Chauffeur
+koordinaten: (15.0,240.0),(15.0,240.0)
+
+group 7:
+user_id: Logistics_Manager
+name: Logistics_Manager
+koordinaten: (15.0,270.0),(15.0,270.0)
+
+group 8:
+user_id: Manager
+name: Manager
+koordinaten: (15.0,330.0),(15.0,330.0)
+
+group 9:
+user_id: System
+name: System
+koordinaten: (15.0,405.0),(15.0,405.0)
+
+end groups