| Interface | Description |
|---|---|
| GraphAdapterInterface<V,E> | |
| ParIterator<E> |
A Parallel Iterator over a collection.
|
| Class | Description |
|---|---|
| BookKeeping<V> |
Date created: 1 May 2008
Last modified: 7 September 2008
|
| DFSonDAGBottomTop<V> |
Date created: 16 July 2009 Last modified: 17 July 2009
This class represents a Parallel DFS Iterator which works on Directed Acyclic
Graphs (DAGs).
|
| DFSonDAGs<V> |
Date created: 9 September 2009
Last modified: 22 September 2009
This class represents a Parallel DFS Iterator which works on Directed Acyclic
Graphs (DAGs).
|
| DFSWorkStealing<V> |
Date created: 29 April 2009
Last modified: 30 April 2009
This class represents a Parallel DFS Iterator which is implemented with
a local stack for each thread.
|
| DynamicParIterator<E> |
Author: xiaoxing
Date: 1/06/13
|
| GuidedParIterator<E> |
Author: xiaoxing
Date: 1/06/13
|
| MemoryAwareParIterator<E> |
Author: xiaoxing
Date: 29/06/13
|
| ParIteratorAbstract<E> |
Author: xiaoxing
Date: 31/05/13
|
| ParIteratorFactory<E> |
This class defines the functionality of a Parallel Iterator factory.
|
| StaticParIterator<E> |
Author: xiaoxing
Date: 31/05/13
|
| Enum | Description |
|---|---|
| ParIterator.Schedule |
Enum representing the possible schedules that a Parallel Iterator may have.
|