| Class | Description |
|---|---|
| EntityGraph |
This is a read-only implementation of the Tinkerpop Blueprints graph model.
|
| EntityGraph.EdgeEntityXform |
A config function to turn an
Entity into an EntityEdge |
| EntityGraph.EdgeToVertexIndexXform |
This config function will pull the vertex index from the correct side of given the edge based on the given
direction and will structure the result as an index to be used to query the entity store.
|
| EntityGraph.EntityFilterPredicate<T extends com.tinkerpop.blueprints.Element> | |
| EntityGraph.EntityIndexXform |
A config function to turn an
EntityElement into an EntityIndex so that it can be directly
applied to the EntityStore. |
| EntityGraph.VertexEntityXform |
A config function to turn an
Entity into an EntityVertex. |
Copyright © 2014 Calrissian. All Rights Reserved.