open-power / serverwiz

Apache License 2.0
4 stars 18 forks source link

Allow findConnections() to work off more than just direct children #28

Closed spinler closed 7 years ago

spinler commented 7 years ago

findConnections() will now also search great granchildren and below when looking for connections. Also added getAllTargetChildren() to return an array of every generation of children.

Signed-off-by: Matt Spinler spinler@us.ibm.com


This change is Reviewable