From a3de3b3fb3bcdb86f42809321e8391456648c726 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sun, 28 Apr 2024 17:13:06 +0200 Subject: model emptying bin --- rdf/waste.sdm | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) (limited to 'rdf') diff --git a/rdf/waste.sdm b/rdf/waste.sdm index 08c387c..2b28fa5 100644 --- a/rdf/waste.sdm +++ b/rdf/waste.sdm @@ -6,8 +6,7 @@ module waste action unknown - viewsWasteAs -> waste_view:Grossness - emptiesBinsPerMonth -> {0..20} BinPurge + viewsWasteAs -> {unique 0..6} waste_view:Grossness end entity Household is @@ -23,12 +22,23 @@ module waste action Bin - movesWasteTo -> Container + entity Bin is + identity binId -> unknown + + capacity -> BinCapacity + spareCapacity -> BinSpareCapacity + end + + event BinEmptied source Bin is + of -> Bin + by -> Resident + to -> Container + resets -> BinSpareCapacity end - structure Bin + event BinFilled source Bin is + by -> Resident + end structure Container -- cgit v1.2.3