Sha256: 4dd25e8c55f54abbb9a8d59216a32a1ed25829845e034e58b3cec7398a00757a
Contents?: true
Size: 521 Bytes
Versions: 3
Compression:
Stored size: 521 Bytes
Contents
vocabulary WindowInRoomInBldg; /* * Value Types */ Building is written as SignedInteger(32); RoomNumber is written as SignedInteger(32); WallNumber is written as SignedInteger(32); WindowNumber is written as UnsignedInteger(32); /* * Entity Types */ Room is identified by Building and RoomNumber where Room is in one Building, Room has one RoomNumber; Window is identified by Room and WallNumber and WindowNumber where Window is in one Room, Window is located in one WallNumber, Window has one WindowNumber;
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
activefacts-0.8.6 | examples/CQL/WindowInRoomInBldg.cql |
activefacts-0.8.5 | examples/CQL/WindowInRoomInBldg.cql |
activefacts-0.7.3 | examples/CQL/WindowInRoomInBldg.cql |