| Class | Description |
|---|---|
| PairwiseSP |
Implementation of the Pairwise Shortest Path example PACT program.
|
| PairwiseSP.ConcatPaths |
Concatenates two paths where the from-node of the first path and the to-node of the second path are the same.
|
| PairwiseSP.FindShortestPath |
Gets two lists of paths as input and emits for each included from-node/to-node combination the shortest path(s).
|
| PairwiseSP.PathInFormat |
The PathInFormat reads paths consisting of a from-node a to-node, a length, and hop node list serialized as a string.
|
| PairwiseSP.PathOutFormat |
The PathOutFormat serializes paths to text.
|
| PairwiseSP.RDFTripleInFormat |
Reads RDF triples and filters on the foaf:knows RDF predicate.
|
Copyright © 2013. All rights reserved.