openmct/platform/containment
Pete Richards 65325b90fd Composition policy takes child instance
The composition policy now takes a child instance instead
of the child type, as in all cases we have access to the child
object.

This allows new-style objects to be contained by old-style objects.

Updated all composition policies to use standardized argument names
instead of `context` and `candidate`; this makes it easier to
understand.

Updated AddActionProvider to hardcode the object types supported.
2017-02-21 12:32:49 -08:00
..
src Composition policy takes child instance 2017-02-21 12:32:49 -08:00
test Composition policy takes child instance 2017-02-21 12:32:49 -08:00
bundle.js Composition policy takes child instance 2017-02-21 12:32:49 -08: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.