Sha256: 799e04a1ddb4ce3d19a1e49589a253a79a3c819c606f87dec540d282c5d51c28
Contents?: true
Size: 270 Bytes
Versions: 1
Compression:
Stored size: 270 Bytes
Contents
vocabulary AbsorbViaObjFact; /* * Value Types */ GameCode is defined as FixedLengthText(); PersonName is defined as VariableLengthText(); /* * Entity Types */ Game is identified by its Code; Person is identified by its Name; Playing is where Person plays Game;
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
activefacts-0.6.0 | examples/CQL/PersonPlaysGame.cql |