Sha256: 3a298269eaa0233d463f2f344df051d4d1aa98557ed654c87ac7e2cea4d03b4a

Contents?: true

Size: 391 Bytes

Versions: 8

Compression:

Stored size: 391 Bytes

Contents

vocabulary Moon;

/*
 * Value Types
 */
Moon Name is written as String;
Nr Days Nr is written as Signed Integer(32);
Planet Name is written as String;

/*
 * Entity Types
 */
Moon is identified by its Name;

Nr Days is identified by its Nr;

Orbit is where
	Moon is in orbit;
Orbit has a synodic period of at most one Nr Days;

Planet is identified by its Name;
Orbit is around one Planet;

Version data entries

8 entries across 8 versions & 1 rubygems

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