See: Description
| Interface | Description |
|---|---|
| Edge |
Wrapper interface for edges in a graph to be queried.
|
| Graph |
This graph interface is used in graph algorithms.
|
| GraphObject |
A graph object is the common interface for nodes and edges in a graph.
|
| Node |
Node interface to use in graph algorithms.
|
| Class | Description |
|---|---|
| AbstractEdge |
The base class for an edge in the traversed graph.
|
| AbstractGraph |
Adapter class for a graph that is queried.
|
| AbstractNode |
Copyright © 2015 BioPAX. All rights reserved.