| Package | Description |
|---|---|
| com.tinkerpop.gremlin.process.computer.util | |
| com.tinkerpop.gremlin.structure.strategy |
| Modifier and Type | Method and Description |
|---|---|
static StrategyVertex |
ComputerDataStrategy.wrapVertex(Vertex vertex,
VertexProgram<?> vertexProgram) |
| Modifier and Type | Method and Description |
|---|---|
<V> java.util.function.UnaryOperator<java.util.function.Function<java.lang.String[],java.util.Iterator<VertexProperty<V>>>> |
ComputerDataStrategy.getVertexIteratorsPropertyIteratorStrategy(StrategyContext<StrategyVertex> ctx,
GraphStrategy strategyComposer) |
<V> java.util.function.UnaryOperator<java.util.function.Function<java.lang.String[],java.util.Iterator<V>>> |
ComputerDataStrategy.getVertexIteratorsValueIteratorStrategy(StrategyContext<StrategyVertex> ctx,
GraphStrategy strategyComposer) |
java.util.function.UnaryOperator<java.util.function.Supplier<java.util.Set<java.lang.String>>> |
ComputerDataStrategy.getVertexKeysStrategy(StrategyContext<StrategyVertex> ctx,
GraphStrategy strategyComposer) |
| Modifier and Type | Method and Description |
|---|---|
java.util.function.UnaryOperator<TriFunction<java.lang.String,Vertex,java.lang.Object[],Edge>> |
SequenceStrategy.getAddEdgeStrategy(StrategyContext<StrategyVertex> ctx,
GraphStrategy composingStrategy) |
java.util.function.UnaryOperator<TriFunction<java.lang.String,Vertex,java.lang.Object[],Edge>> |
ReadOnlyStrategy.getAddEdgeStrategy(StrategyContext<StrategyVertex> ctx,
GraphStrategy composingStrategy) |
java.util.function.UnaryOperator<TriFunction<java.lang.String,Vertex,java.lang.Object[],Edge>> |
PartitionStrategy.getAddEdgeStrategy(StrategyContext<StrategyVertex> ctx,
GraphStrategy composingStrategy) |
java.util.function.UnaryOperator<TriFunction<java.lang.String,Vertex,java.lang.Object[],Edge>> |
IdStrategy.getAddEdgeStrategy(StrategyContext<StrategyVertex> ctx,
GraphStrategy composingStrategy) |
default java.util.function.UnaryOperator<TriFunction<java.lang.String,Vertex,java.lang.Object[],Edge>> |
GraphStrategy.getAddEdgeStrategy(StrategyContext<StrategyVertex> ctx,
GraphStrategy composingStrategy)
Construct a
TriFunction that enhances the features of
Vertex.addEdge(String, com.tinkerpop.gremlin.structure.Vertex, Object...). |
java.util.function.UnaryOperator<java.util.function.Supplier<java.lang.Void>> |
SequenceStrategy.getRemoveVertexStrategy(StrategyContext<StrategyVertex> ctx,
GraphStrategy composingStrategy) |
java.util.function.UnaryOperator<java.util.function.Supplier<java.lang.Void>> |
ReadOnlyStrategy.getRemoveVertexStrategy(StrategyContext<StrategyVertex> ctx,
GraphStrategy composingStrategy) |
default java.util.function.UnaryOperator<java.util.function.Supplier<java.lang.Void>> |
GraphStrategy.getRemoveVertexStrategy(StrategyContext<StrategyVertex> ctx,
GraphStrategy composingStrategy)
Construct a
Supplier that enhances the features of Element.remove(). |
<V> java.util.function.UnaryOperator<java.util.function.Function<java.lang.String,VertexProperty<V>>> |
SequenceStrategy.getVertexGetPropertyStrategy(StrategyContext<StrategyVertex> ctx,
GraphStrategy composingStrategy) |
<V> java.util.function.UnaryOperator<java.util.function.Function<java.lang.String,VertexProperty<V>>> |
PartitionStrategy.getVertexGetPropertyStrategy(StrategyContext<StrategyVertex> ctx,
GraphStrategy composingStrategy) |
default <V> java.util.function.UnaryOperator<java.util.function.Function<java.lang.String,VertexProperty<V>>> |
GraphStrategy.getVertexGetPropertyStrategy(StrategyContext<StrategyVertex> ctx,
GraphStrategy composingStrategy)
Construct a
Function that enhances the features of Vertex.property(String). |
java.util.function.UnaryOperator<java.util.function.Supplier<Graph>> |
SequenceStrategy.getVertexGraphStrategy(StrategyContext<StrategyVertex> ctx,
GraphStrategy composingStrategy) |
default java.util.function.UnaryOperator<java.util.function.Supplier<Graph>> |
GraphStrategy.getVertexGraphStrategy(StrategyContext<StrategyVertex> ctx,
GraphStrategy composingStrategy)
Construct a
Supplier that enhances the features of Element.graph(). |
java.util.function.UnaryOperator<java.util.function.Supplier<java.lang.Object>> |
SequenceStrategy.getVertexIdStrategy(StrategyContext<StrategyVertex> ctx,
GraphStrategy composingStrategy) |
java.util.function.UnaryOperator<java.util.function.Supplier<java.lang.Object>> |
IdStrategy.getVertexIdStrategy(StrategyContext<StrategyVertex> ctx,
GraphStrategy composingStrategy) |
default java.util.function.UnaryOperator<java.util.function.Supplier<java.lang.Object>> |
GraphStrategy.getVertexIdStrategy(StrategyContext<StrategyVertex> ctx,
GraphStrategy composingStrategy)
Construct a
Supplier that enhances the features of Element.id(). |
java.util.function.UnaryOperator<java.util.function.BiFunction<Direction,java.lang.String[],java.util.Iterator<Edge>>> |
SubgraphStrategy.getVertexIteratorsEdgeIteratorStrategy(StrategyContext<StrategyVertex> ctx,
GraphStrategy composingStrategy) |
java.util.function.UnaryOperator<java.util.function.BiFunction<Direction,java.lang.String[],java.util.Iterator<Edge>>> |
SequenceStrategy.getVertexIteratorsEdgeIteratorStrategy(StrategyContext<StrategyVertex> ctx,
GraphStrategy composingStrategy) |
java.util.function.UnaryOperator<java.util.function.BiFunction<Direction,java.lang.String[],java.util.Iterator<Edge>>> |
PartitionStrategy.getVertexIteratorsEdgeIteratorStrategy(StrategyContext<StrategyVertex> ctx,
GraphStrategy composingStrategy) |
default java.util.function.UnaryOperator<java.util.function.BiFunction<Direction,java.lang.String[],java.util.Iterator<Edge>>> |
GraphStrategy.getVertexIteratorsEdgeIteratorStrategy(StrategyContext<StrategyVertex> ctx,
GraphStrategy composingStrategy)
Construct a
TriFunction that enhances the features of Vertex.Iterators.edgeIterator(com.tinkerpop.gremlin.structure.Direction, java.lang.String...). |
<V> java.util.function.UnaryOperator<java.util.function.Function<java.lang.String[],java.util.Iterator<VertexProperty<V>>>> |
SequenceStrategy.getVertexIteratorsPropertyIteratorStrategy(StrategyContext<StrategyVertex> ctx,
GraphStrategy composingStrategy) |
<V> java.util.function.UnaryOperator<java.util.function.Function<java.lang.String[],java.util.Iterator<VertexProperty<V>>>> |
PartitionStrategy.getVertexIteratorsPropertyIteratorStrategy(StrategyContext<StrategyVertex> ctx,
GraphStrategy composingStrategy) |
default <V> java.util.function.UnaryOperator<java.util.function.Function<java.lang.String[],java.util.Iterator<VertexProperty<V>>>> |
GraphStrategy.getVertexIteratorsPropertyIteratorStrategy(StrategyContext<StrategyVertex> ctx,
GraphStrategy composingStrategy)
Construct a
Function that enhances the features of Element.Iterators.propertyIterator(java.lang.String...). |
<V> java.util.function.UnaryOperator<java.util.function.Function<java.lang.String[],java.util.Iterator<V>>> |
SequenceStrategy.getVertexIteratorsValueIteratorStrategy(StrategyContext<StrategyVertex> ctx,
GraphStrategy composingStrategy) |
<V> java.util.function.UnaryOperator<java.util.function.Function<java.lang.String[],java.util.Iterator<V>>> |
PartitionStrategy.getVertexIteratorsValueIteratorStrategy(StrategyContext<StrategyVertex> ctx,
GraphStrategy composingStrategy) |
default <V> java.util.function.UnaryOperator<java.util.function.Function<java.lang.String[],java.util.Iterator<V>>> |
GraphStrategy.getVertexIteratorsValueIteratorStrategy(StrategyContext<StrategyVertex> ctx,
GraphStrategy composingStrategy)
Construct a
Function that enhances the features of Element.Iterators.valueIterator(java.lang.String...). |
java.util.function.UnaryOperator<java.util.function.BiFunction<Direction,java.lang.String[],java.util.Iterator<Vertex>>> |
SubgraphStrategy.getVertexIteratorsVertexIteratorStrategy(StrategyContext<StrategyVertex> ctx,
GraphStrategy composingStrategy) |
java.util.function.UnaryOperator<java.util.function.BiFunction<Direction,java.lang.String[],java.util.Iterator<Vertex>>> |
SequenceStrategy.getVertexIteratorsVertexIteratorStrategy(StrategyContext<StrategyVertex> ctx,
GraphStrategy composingStrategy) |
java.util.function.UnaryOperator<java.util.function.BiFunction<Direction,java.lang.String[],java.util.Iterator<Vertex>>> |
PartitionStrategy.getVertexIteratorsVertexIteratorStrategy(StrategyContext<StrategyVertex> ctx,
GraphStrategy composingStrategy) |
default java.util.function.UnaryOperator<java.util.function.BiFunction<Direction,java.lang.String[],java.util.Iterator<Vertex>>> |
GraphStrategy.getVertexIteratorsVertexIteratorStrategy(StrategyContext<StrategyVertex> ctx,
GraphStrategy composingStrategy)
Construct a
TriFunction that enhances the features of Vertex.Iterators.vertexIterator(com.tinkerpop.gremlin.structure.Direction, java.lang.String...). |
java.util.function.UnaryOperator<java.util.function.Supplier<java.util.Set<java.lang.String>>> |
SequenceStrategy.getVertexKeysStrategy(StrategyContext<StrategyVertex> ctx,
GraphStrategy composingStrategy) |
java.util.function.UnaryOperator<java.util.function.Supplier<java.util.Set<java.lang.String>>> |
PartitionStrategy.getVertexKeysStrategy(StrategyContext<StrategyVertex> ctx,
GraphStrategy composingStrategy) |
default java.util.function.UnaryOperator<java.util.function.Supplier<java.util.Set<java.lang.String>>> |
GraphStrategy.getVertexKeysStrategy(StrategyContext<StrategyVertex> ctx,
GraphStrategy composingStrategy)
Construct a
Supplier that enhances the features of Element.keys(). |
java.util.function.UnaryOperator<java.util.function.Supplier<java.lang.String>> |
SequenceStrategy.getVertexLabelStrategy(StrategyContext<StrategyVertex> ctx,
GraphStrategy composingStrategy) |
default java.util.function.UnaryOperator<java.util.function.Supplier<java.lang.String>> |
GraphStrategy.getVertexLabelStrategy(StrategyContext<StrategyVertex> ctx,
GraphStrategy composingStrategy)
Construct a
Supplier that enhances the features of Element.label(). |
<V> java.util.function.UnaryOperator<java.util.function.BiFunction<java.lang.String,V,VertexProperty<V>>> |
SequenceStrategy.getVertexPropertyStrategy(StrategyContext<StrategyVertex> ctx,
GraphStrategy composingStrategy) |
<V> java.util.function.UnaryOperator<java.util.function.BiFunction<java.lang.String,V,VertexProperty<V>>> |
ReadOnlyStrategy.getVertexPropertyStrategy(StrategyContext<StrategyVertex> ctx,
GraphStrategy composingStrategy) |
<V> java.util.function.UnaryOperator<java.util.function.BiFunction<java.lang.String,V,VertexProperty<V>>> |
IdStrategy.getVertexPropertyStrategy(StrategyContext<StrategyVertex> ctx,
GraphStrategy composingStrategy) |
default <V> java.util.function.UnaryOperator<java.util.function.BiFunction<java.lang.String,V,VertexProperty<V>>> |
GraphStrategy.getVertexPropertyStrategy(StrategyContext<StrategyVertex> ctx,
GraphStrategy composingStrategy)
Construct a
BiFunction that enhances the features of Vertex.property(String, Object). |
<V> java.util.function.UnaryOperator<java.util.function.Function<java.lang.String,V>> |
SequenceStrategy.getVertexValueStrategy(StrategyContext<StrategyVertex> ctx,
GraphStrategy composingStrategy) |
default <V> java.util.function.UnaryOperator<java.util.function.Function<java.lang.String,V>> |
GraphStrategy.getVertexValueStrategy(StrategyContext<StrategyVertex> ctx,
GraphStrategy composingStrategy)
Construct a
Function that enhances the features of Element.value(String). |
Copyright © 2013-2015 TinkerPop. All Rights Reserved.