public class PairwiseSP extends Object implements Program, ProgramDescription
| Modifier and Type | Class and Description |
|---|---|
static class |
PairwiseSP.ConcatPaths
Concatenates two paths where the from-node of the first path and the to-node of the second path are the same.
|
static class |
PairwiseSP.FindShortestPath
Gets two lists of paths as input and emits for each included from-node/to-node combination the shortest path(s).
|
static class |
PairwiseSP.PathInFormat
The PathInFormat reads paths consisting of a from-node a to-node, a length, and hop node list serialized as a string.
|
static class |
PairwiseSP.PathOutFormat
The PathOutFormat serializes paths to text.
|
static class |
PairwiseSP.RDFTripleInFormat
Reads RDF triples and filters on the foaf:knows RDF predicate.
|
| Constructor and Description |
|---|
PairwiseSP() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
Plan |
getPlan(String... args)
Assembles the Plan of the Pairwise Shortest Paths example Pact program.
|
public Plan getPlan(String... args)
public String getDescription()
getDescription in interface ProgramDescriptionCopyright © 2013. All rights reserved.