sliceDeep

fun sliceDeep(rootNodeURI: String): Set<Node>

Create a slice of the Node set. The slice includes the inheritance hierarchy of the root as well as compositions and their inheritance hierarchies recursively. This method is cycle-safe.

Parameters

rootNodeURI

URI string of the model root.

Throws

if the URI is not found