| java.lang.Object | |
| ↳ | com.pnfsoftware.jeb.core.output.graph.impl.TextGraphNode |
A simple IGraphNode implementation that displays a string as its content. It relies on
StaticTextDocument
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| TextGraphNode(List<ILine> lines) | |||||||||||
| TextGraphNode(String name) | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| void | addConnection(IGraphNode node) | ||||||||||
| List<IGraphNode> |
getConnectedTo()
Get the list of all connections starting from this node (null or empty if the node is a
leaf).
| ||||||||||
| IGenericDocument |
getDocument()
Get the
IGenericDocument that represents the node. | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.pnfsoftware.jeb.core.output.graph.IGraphNode
| |||||||||||
Get the list of all connections starting from this node (null or empty if the node is a leaf).