See: Description
| Interface | Description |
|---|---|
| Graph<S extends Node> |
A directed, acyclic graph that can be used to store
Nodes that are linked together. |
| Node |
A node in a MAGETAB graph data structure (either ADF or SDRF).
|
| Class | Description |
|---|---|
| AbstractGraph<S extends Node> |
An abstract top-level implementation of a MAGE-TAB graph.
|
| AbstractNode |
An abstract top-level implementation of a Node in the MAGE-TAB graph.
|
| UnresolvedPlaceholderNode |
A dedicated type of graph node that serves as a simple placeholder in lieu of the node being fully parsed.
|
Copyright © 2014. All rights reserved.