| java.lang.Object | ||
| ↳ | com.pnfsoftware.jeb.util.events.EventSource | |
| ↳ | com.pnfsoftware.jeb.core.output.graph.impl.StaticGraphDocument | |
Simple implementation of IGraphDocument meant to store all nodes.
| 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
| |||||||||||
Dispose of resources and handles used by this document. The object creator should call this method upon destruction.