public interface

IGraphNode

com.pnfsoftware.jeb.core.output.graph.IGraphNode
Known Indirect Subclasses

Class Overview

Defines a Graph node in the IGraphDocument.

A graph node can be a simple name, text buffers, items, bitmap images or other documents.
A graph node is connected to 0-n other IGraphNode.

Summary

Public Methods
abstract List<IGraphNode> getConnectedTo()
Get the list of all connections starting from this node (null or empty if the node is a leaf).
abstract IGenericDocument getDocument()
Get the IGenericDocument that represents the node.

Public Methods

public abstract 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 abstract IGenericDocument getDocument ()

Get the IGenericDocument that represents the node.