public class

TextGraphNode

extends Object
implements IGraphNode
java.lang.Object
   ↳ com.pnfsoftware.jeb.core.output.graph.impl.TextGraphNode

Class Overview

A simple IGraphNode implementation that displays a string as its content. It relies on StaticTextDocument

Summary

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

Public Constructors

public TextGraphNode (List<ILine> lines)

public TextGraphNode (String name)

Public Methods

public void addConnection (IGraphNode node)

public List<IGraphNode> getConnectedTo ()

Get the list of all connections starting from this node (null or empty if the node is a leaf).

Returns
  • list of connections.

public IGenericDocument getDocument ()

Get the IGenericDocument that represents the node.