Sha256: 7d7524665ea009ff55eb95f4d86108a7fa5ec08277a2435e326282fe27978711

Contents?: true

Size: 245 Bytes

Versions: 25

Compression:

Stored size: 245 Bytes

Contents

vocabulary PersonPlaysGame;

/*
 * Value Types
 */
Game Code is written as Char;
Person Name is written as String;

/*
 * Entity Types
 */
Game is identified by its Code;

Person is identified by its Name;

Playing is where
	Person plays Game;

Version data entries

25 entries across 25 versions & 2 rubygems

Version Path
activefacts-0.8.13 examples/CQL/PersonPlaysGame.cql
activefacts-0.8.12 examples/CQL/PersonPlaysGame.cql
activefacts-0.8.10 examples/CQL/PersonPlaysGame.cql
activefacts-0.8.9 examples/CQL/PersonPlaysGame.cql
activefacts-0.8.8 examples/CQL/PersonPlaysGame.cql