public interface

IGraphDocument

implements IGenericDocument IEventSource
com.pnfsoftware.jeb.core.output.graph.IGraphDocument
Known Indirect Subclasses

Class Overview

A Graph document is used to represent graphs and trees in a visual way.

The Graph uses IGraphNode to represent its data. Each IGraphNode can be bound to 0-n IGraphNode

Summary

Public Methods
abstract List<IGraphNode> getNodes()
Get the complete list of nodes defined in this document.
[Expand]
Inherited Methods
From interface com.pnfsoftware.jeb.core.output.IGenericDocument
From interface com.pnfsoftware.jeb.util.events.IEventSource

Public Methods

public abstract List<IGraphNode> getNodes ()

Get the complete list of nodes defined in this document.