| Package | Description |
|---|---|
| com.tinkerpop.pipes.transform |
| Modifier and Type | Class and Description |
|---|---|
class |
BothPipe
BothPipe will emit those vertices adjacent to the incoming and outgoing edges of the incoming vertex.
|
class |
InPipe
InPipe will emit vertices that are the head/target of the incoming edges to the current vertex.
|
class |
OutPipe
OutPipe will emit vertices that are the tail/source of the outgoing edges to the current vertex.
|
Copyright © 2010-2014. All Rights Reserved.