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 int
boolean
final ComparableNode
getChild
(int position) int
hashCode()
boolean
isChild
(ComparableNode node) iterator()
static RenderableNode
of
(ComparableNode expectedRoot, ComparableNode observedRoot, List<Violation> violations) final int
final void
setPositionOfChildInParent
(int position) Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface de.hsh.graja.regression.treecompare.ComparableNode
containsPath, isLeaf, isRoot, query
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
RenderableNode
-
-
Method Details
-
getRenderFlags
-
getUrl
-
nodeRepresentation
- Specified by:
nodeRepresentation
in interfaceComparableNode
-
childCount
public final int childCount()- Specified by:
childCount
in interfaceComparableNode
-
positionInParent
public final int positionInParent()- Specified by:
positionInParent
in interfaceComparableNode
-
setPositionOfChildInParent
public final void setPositionOfChildInParent(int position) - Specified by:
setPositionOfChildInParent
in interfaceComparableNode
-
getChild
- Specified by:
getChild
in interfaceComparableNode
-
iterator
- Specified by:
iterator
in interfaceIterable<ComparableNode>
-
isChild
-
childrenReversed
-
of
public static RenderableNode of(ComparableNode expectedRoot, ComparableNode observedRoot, List<Violation> violations) -
getReferenceFormatString
-
hashCode
public int hashCode() -
equals
-