openmct/platform/containment
Victor Woeltjen 036722b275 [Containment] Disallow composition in immutable objects
Disallow composition in objects which cannot be created, under
the rationale that creatable objects must also be immutable.
WTD-1098.
2015-04-10 19:24:16 -07:00
..
src [Containment] Disallow composition in immutable objects 2015-04-10 19:24:16 -07:00
test [Containment] Disallow composition in immutable objects 2015-04-10 19:24:16 -07:00
bundle.json [Containment] Disallow composition in immutable objects 2015-04-10 19:24:16 -07:00
README.md [Containment] Add general policy for containment rules 2015-04-07 19:58:39 -07:00

Implements support for rules which determine which objects are allowed to contain other objects, typically by type.