Clients of this interface should be aware of the set of invariants maintained for satellites, so they may avoid violating these invariants inadvertently. The description below uses the notion of a world, which is a list of CD.Instance belonging to a cell or to the top level of the design:
I1) A master must be a non-text CD.Instance with a non-nil groupIDProp.
I2) A satellite must be a text CD.Instance with a non-nil groupIDProp.
I3) Every satellite in a given world must have a corresponding master. That is, if n is the value of its groupIDProp (its groupID), then there must be a master in world that also has n as its groupID.
I4) A design may have at most one master with a given groupID.
I5) Each master must have a satellitesProp property that points to a list instances that are the master's satellites.