node/src
Paul Campbell 2ed0024bc0 Node: clean up method names
Deprecate:
* findOrCreateChild()

Rename:
* getChild() => findChild()
* isChildOf() => isDescendantOf()
* walkTree() => findInPath()
* placeNodeIn() => insertInPath()
* findChildNamed() => findChildByName()
* getChildNamed() => getChildByName()
2016-05-24 14:25:55 +01:00
..
main/java/net/kemitix/node Node: clean up method names 2016-05-24 14:25:55 +01:00
test/java/net/kemitix/node Node: clean up method names 2016-05-24 14:25:55 +01:00