tree-ware / tree-ware-kotlin-core

Apache License 2.0
1 stars 0 forks source link

Implement an operator for populating a sub-tree #170

Closed deepak-nulu closed 2 years ago

deepak-nulu commented 2 years ago

The inputs are the root of the sub-tree and an optional lambda that allows aux data to be set for each entity added by the operator. The sub-tree is populated based on the meta-model. The operator returns an error if the specified root is not empty.