Sha256: e5d5e40085a16e787e5128f763e2dda7be6490f537164a563b1de1a78ddcfa4c

Contents?: true

Size: 534 Bytes

Versions: 7

Compression:

Stored size: 534 Bytes

Contents

vocabulary WindowInRoomInBldg;

/*
 * Value Types
 */
Building is written as Signed Integer(32);
Room Number is written as Signed Integer(32);
Wall Number is written as Signed Integer(32);
Window Number is written as Unsigned Integer(32);

/*
 * Entity Types
 */
Room is identified by Building and Room Number where
	Room is in one Building,
	Room has one Room Number;

Window is identified by Room and Wall Number and Window Number where
	Window is in one Room,
	Window is located in one Wall Number,
	Window has one Window Number;

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
activefacts-0.8.16 examples/CQL/WindowInRoomInBldg.cql
activefacts-0.8.15 examples/CQL/WindowInRoomInBldg.cql
activefacts-0.8.13 examples/CQL/WindowInRoomInBldg.cql
activefacts-0.8.12 examples/CQL/WindowInRoomInBldg.cql
activefacts-0.8.10 examples/CQL/WindowInRoomInBldg.cql
activefacts-0.8.9 examples/CQL/WindowInRoomInBldg.cql
activefacts-0.8.8 examples/CQL/WindowInRoomInBldg.cql