Sha256: 79ec6b2e5d8acab17fdb23b8afc263f738f0fb6552d61f4da56df2d00e2c2a4a

Contents?: true

Size: 384 Bytes

Versions: 7

Compression:

Stored size: 384 Bytes

Contents

vocabulary MonthInSeason;

/*
 * Value Types
 */
Event Id is written as Auto Counter;
Month is written as String;
Season is written as String;

/*
 * Entity Types
 */
Event is identified by its Id;

Occurrence is where
	Event occurred in Month;

/*
 * Fact Types
 */
Month is in at most one Season;

/*
 * Constraints:
 */
each Season occurs at least one time in
	Month is in Season;

Version data entries

7 entries across 7 versions & 1 rubygems

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