Class RenderableNode
java.lang.Object
de.hsh.graja.regression.report.treevisualiser.RenderableNode
- All Implemented Interfaces:
ComparableNode,Iterable<ComparableNode>
-
Field Summary
Fields inherited from interface de.hsh.graja.regression.treecompare.ComparableNode
IS_ROOT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal intbooleanfinal ComparableNodegetChild(int position) inthashCode()booleanisChild(ComparableNode node) iterator()static RenderableNodeof(ComparableNode expectedRoot, ComparableNode observedRoot, List<Violation> violations) final intfinal voidsetPositionOfChildInParent(int position) Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.hsh.graja.regression.treecompare.ComparableNode
containsPath, isLeaf, isRoot, queryMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
RenderableNode
-
-
Method Details
-
getRenderFlags
-
getUrl
-
nodeRepresentation
- Specified by:
nodeRepresentationin interfaceComparableNode
-
childCount
public final int childCount()- Specified by:
childCountin interfaceComparableNode
-
positionInParent
public final int positionInParent()- Specified by:
positionInParentin interfaceComparableNode
-
setPositionOfChildInParent
public final void setPositionOfChildInParent(int position) - Specified by:
setPositionOfChildInParentin interfaceComparableNode
-
getChild
- Specified by:
getChildin interfaceComparableNode
-
iterator
- Specified by:
iteratorin interfaceIterable<ComparableNode>
-
isChild
-
childrenReversed
-
of
public static RenderableNode of(ComparableNode expectedRoot, ComparableNode observedRoot, List<Violation> violations) -
getReferenceFormatString
-
hashCode
public int hashCode() -
equals
-