Sha256: b551835409e169b0801dfe1a1754787fc97d0047e920f4e41685f3c0a7e7323a
Contents?: true
Size: 650 Bytes
Versions: 2
Compression:
Stored size: 650 Bytes
Contents
vocabulary WaiterTips; /* * Value Types */ AUDValue is written as Money; MealId is written as Auto Counter; WaiterNr is written as Signed Integer(32); /* * Entity Types */ Amount is identified by AUDValue where Amount has one AUDValue, AUDValue is of at most one Amount; Meal is identified by its Id; Waiter is identified by its Nr; WaiterTip is where Waiter for serving Meal reported a tip of one Amount; Service is where Waiter served Meal; Service earned a tip of at most one Amount; /* * Constraints: */ Service (where Waiter served Meal) earned a tip of Amount if and only if Waiter for serving Meal reported a tip of Amount;
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
activefacts-0.8.10 | examples/CQL/WaiterTips.cql |
activefacts-0.8.9 | examples/CQL/WaiterTips.cql |