Sha256: 72e54db822a9acd058c174e6b10fd0a1dd859ac9b9e210086df685c21e90b834

Contents?: true

Size: 306 Bytes

Versions: 23

Compression:

Stored size: 306 Bytes

Contents

vocabulary OneToOnes;

/*
 * Value Types
 */
Boy ID is written as Auto Counter;
Girl ID is written as Auto Counter;

/*
 * Entity Types
 */
Boy is independent identified by its ID;

Girl is independent identified by its ID;
Girl is going out with at most one Boy,
	Boy is going out with at most one Girl;

Version data entries

23 entries across 23 versions & 2 rubygems

Version Path
activefacts-0.8.13 examples/CQL/OneToOnes.cql
activefacts-0.8.12 examples/CQL/OneToOnes.cql
activefacts-0.8.10 examples/CQL/OneToOnes.cql