| Package | Description |
|---|---|
| com.tinkerpop.pipes.sideeffect | |
| com.tinkerpop.pipes.transform | |
| com.tinkerpop.pipes.util |
| Constructor and Description |
|---|
LinkPipe(com.tinkerpop.blueprints.Direction direction,
String label,
AsPipe<?,com.tinkerpop.blueprints.Vertex> asPipe) |
| Constructor and Description |
|---|
TablePipe(Table table,
Collection<String> stepNames,
List<AsPipe> allPreviousAsPipes,
PipeFunction... columnFunctions) |
| Constructor and Description |
|---|
SelectPipe(Collection<String> stepNames,
List<AsPipe> allPreviousAsPipes,
PipeFunction... stepFunctions) |
| Modifier and Type | Method and Description |
|---|---|
static AsPipe |
FluentUtility.getAsPipe(MetaPipe metaPipe,
String namedStep)
Get an AsPipe by name in the respective MetaPipe.
|
| Modifier and Type | Method and Description |
|---|---|
static List<AsPipe> |
FluentUtility.getAsPipes(MetaPipe metaPipe)
Get all the AsPipes in the provided MetaPipe.
|
Copyright © 2010-2014. All Rights Reserved.