ModelImporter

constructor(root: INode)


constructor(root: INode, continueOnError: Boolean, childFilter: (INode) -> Boolean = { true })

Parameters

root

the root node to be updated

continueOnError

if true, ignore exceptions and continue. Enabling this might lead to inconsistent models.

childFilter

filter that is applied to all children of a parent. If the filter evaluates to true, the node is included.