valueflows

valueflows docs
git clone https://s.sonu.ch/~srfsh/valueflows.git
Log | Files | Refs | README

commit 488dceaf10934a93dc9f8b1849751dad0a0f2339
parent 692018b2a133c32983fc5a4a8943959819709c92
Author: elf Pavlik <perpetual-tripper@wwelves.org>
Date:   Sat, 28 May 2016 12:44:20 -0500

Bus trip - enchance use case

Diffstat:
Muse-cases/bus-trip.md | 23++++++++++++++++++++---
1 file changed, 20 insertions(+), 3 deletions(-)

diff --git a/use-cases/bus-trip.md b/use-cases/bus-trip.md @@ -5,6 +5,23 @@ Bus driver drives bus. Inputs | Process | Output ------------- | ------------- | ----------- Bus use | Trip | Passenger transportation service -Driving work | -Repair work | -Cleaning work | +Highway use | | +Petrol consumption | | +Driving work | | +Repair work | | +Cleaning work | | + + + +## Passanger trips + +* The route has 5 stops: A, B, C, D & E +* The bus has **52 passenger seats** available, no standing allowed +* below observation of actual use of provided service + +| | A | -> | B | -> | C | -> | D | -> | E | +|---|----|----|----|----|----|----|----|----|----| +| + | 20 | | 12 | | 5 | | 18 | | 0 | +| - | 0 | | 6 | | 9 | | 12 | | 28 | +| = | | 20 | | 26 | | 22 | | 28 | | +| % | | 38 | | 50 | | 42 | | 54 | |