public interface IDifferenceList extends IDifference
| Modifier and Type | Method and Description |
|---|---|
void |
addChild(IDifference childDiff)
Adds a new
IDifference as child to this tree. |
void |
addChildren(List<IDifference> children)
Adds multiple
IDifferences as child to this tree. |
int |
childCount()
Returns the number of children of this
IDifference. |
Iterable<IDifference> |
getChildren()
|
void addChild(IDifference childDiff)
IDifference as child to this tree. For example, an IAtom difference
would have a child difference for Point2d.childDiff - child IDifference to add to this IDifferencevoid addChildren(List<IDifference> children)
IDifferences as child to this tree.children - a List of IDifferences to add to this IDifferenceIterable<IDifference> getChildren()
Iterable implementation with all childrenint childCount()
IDifference.Copyright © 2021. All rights reserved.