java.lang.Object
org.kordamp.jarviz.reporting.Node
- Since:
- 0.2.0
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionchildren(String name, Collection<String> elements) children(Collection<String> elements) cleanup()collapsable(String name) collapsableChildren(String name, Collection<String> elements) end()intgetName()getValue()booleanisArray()booleanbooleanbooleanstatic Node
-
Field Details
-
parent
-
indentation
private final int indentation -
name
-
children
-
array
private final boolean array -
collapsable
private final boolean collapsable -
value
-
-
Constructor Details
-
Node
-
-
Method Details
-
getIndentation
public int getIndentation() -
getName
-
getValue
-
getChildren
-
getParent
-
isCollapsable
public boolean isCollapsable() -
isArray
public boolean isArray() -
isArrayElement
public boolean isArrayElement() -
isFirstChild
public boolean isFirstChild() -
value
-
node
-
array
-
collapsable
-
children
-
children
-
collapsableChildren
-
cleanup
-
end
-
root
-