| Class | Description |
|---|---|
| GraphAssembler |
Constructs a data graph starting with a given root SDO type based on
a "selection graph" of selected SDO properties, where properties are mapped by
selected types required in the result graph.
|
| ParallelGraphAssembler |
Constructs a data graph in parallel starting with a given root SDO type based on
a given "selection graph", where processing
proceeds as a breadth-first traversal and tasks/threads are dynamically added based on availability
within a shared thread pool.
|
| ParallelSubgraphTask |
A concurrent task which processes a portion of a data graph or sub-graph while leveraging
shared resources, such as the data graph being assembled and the thread pool, through the
shared parent
ParallelGraphAssembler. |
Copyright © 2015. All Rights Reserved.