ModelImporter
A ModelImporter updates an existing INode and its subtree based on a ModelData specification.
The import is incremental. Instead of simply overwriting the existing model, only a minimal amount of operations is used.
Properties, references, and child links are synchronized for this node and all of its (in-)direct children.
Changes to the behaviour of this class should also reflected in ModelImporter.
Parameters
the root node to be updated
if true, ignore exceptions and continue. Enabling this might lead to inconsistent models.
filter that is applied to all children of a parent. If the filter evaluates to true, the node is included.
Constructors
Functions
Incrementally updates the root of the receiver ModelImporter based on the ModelData specification contained in the given file.
Incrementally updates existing children of the given with specified data.