public class

StaticGraphDocument

extends EventSource
implements IGraphDocument
java.lang.Object
   ↳ com.pnfsoftware.jeb.util.events.EventSource
     ↳ com.pnfsoftware.jeb.core.output.graph.impl.StaticGraphDocument

Class Overview

Simple implementation of IGraphDocument meant to store all nodes.

Summary

Public Constructors
StaticGraphDocument()
StaticGraphDocument(List<IGraphNode> nodes)
Public Methods
void addNode(IGraphNode node)
void dispose()
Dispose of resources and handles used by this document.
List<IGraphNode> getNodes()
Get the complete list of nodes defined in this document.
[Expand]
Inherited Methods
From class com.pnfsoftware.jeb.util.events.EventSource
From class java.lang.Object
From interface com.pnfsoftware.jeb.core.output.IGenericDocument
From interface com.pnfsoftware.jeb.core.output.graph.IGraphDocument
From interface com.pnfsoftware.jeb.util.events.IEventSource

Public Constructors

public StaticGraphDocument ()

public StaticGraphDocument (List<IGraphNode> nodes)

Public Methods

public void addNode (IGraphNode node)

public void dispose ()

Dispose of resources and handles used by this document. The object creator should call this method upon destruction.

public List<IGraphNode> getNodes ()

Get the complete list of nodes defined in this document.