Sha256: 629c98dcce169ae805467ac7eb5b1ea4dac4c0d894643ff7e30906cbb709dcdf

Contents?: true

Size: 653 Bytes

Versions: 18

Compression:

Stored size: 653 Bytes

Contents

vocabulary WindowInRoomInBldg;

/*
 * Value Types
 */
Building Number 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
 */
Building is identified by its Number;

Room is identified by Building and Room Number where
	Room is in one Building,
	Room has one Room Number;

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

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

Version data entries

18 entries across 18 versions & 2 rubygems

Version Path
activefacts-examples-1.9.9 cql/WindowInRoomInBldg.cql
activefacts-examples-1.9.8 cql/WindowInRoomInBldg.cql
activefacts-examples-1.8.0 cql/WindowInRoomInBldg.cql
activefacts-examples-1.7.2 cql/WindowInRoomInBldg.cql
activefacts-examples-1.7.1 cql/WindowInRoomInBldg.cql
activefacts-1.6.0 examples/CQL/WindowInRoomInBldg.cql
activefacts-1.5.3 examples/CQL/WindowInRoomInBldg.cql
activefacts-1.5.2 examples/CQL/WindowInRoomInBldg.cql
activefacts-1.5.1 examples/CQL/WindowInRoomInBldg.cql
activefacts-1.5.0 examples/CQL/WindowInRoomInBldg.cql
activefacts-1.3.0 examples/CQL/WindowInRoomInBldg.cql
activefacts-1.2.1 examples/CQL/WindowInRoomInBldg.cql
activefacts-1.2.0 examples/CQL/WindowInRoomInBldg.cql
activefacts-1.1.0 examples/CQL/WindowInRoomInBldg.cql
activefacts-1.0.2 examples/CQL/WindowInRoomInBldg.cql
activefacts-1.0.1 examples/CQL/WindowInRoomInBldg.cql
activefacts-1.0.0 examples/CQL/WindowInRoomInBldg.cql
activefacts-0.8.18 examples/CQL/WindowInRoomInBldg.cql