| Package | Description |
|---|---|
| com.tinkerpop.gremlin.structure.strategy |
| Modifier and Type | Method and Description |
|---|---|
<V> java.util.function.UnaryOperator<java.util.function.Function<java.lang.String,Property<V>>> |
SequenceStrategy.getEdgeGetPropertyStrategy(StrategyContext<StrategyEdge> ctx,
GraphStrategy composingStrategy) |
<V> java.util.function.UnaryOperator<java.util.function.Function<java.lang.String,Property<V>>> |
PartitionStrategy.getEdgeGetPropertyStrategy(StrategyContext<StrategyEdge> ctx,
GraphStrategy composingStrategy) |
default <V> java.util.function.UnaryOperator<java.util.function.Function<java.lang.String,Property<V>>> |
GraphStrategy.getEdgeGetPropertyStrategy(StrategyContext<StrategyEdge> ctx,
GraphStrategy composingStrategy)
Construct a
Function that enhances the features of Element.property(String). |
java.util.function.UnaryOperator<java.util.function.Supplier<Graph>> |
SequenceStrategy.getEdgeGraphStrategy(StrategyContext<StrategyEdge> ctx,
GraphStrategy composingStrategy) |
default java.util.function.UnaryOperator<java.util.function.Supplier<Graph>> |
GraphStrategy.getEdgeGraphStrategy(StrategyContext<StrategyEdge> 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.getEdgeIdStrategy(StrategyContext<StrategyEdge> ctx,
GraphStrategy composingStrategy) |
java.util.function.UnaryOperator<java.util.function.Supplier<java.lang.Object>> |
IdStrategy.getEdgeIdStrategy(StrategyContext<StrategyEdge> ctx,
GraphStrategy composingStrategy) |
default java.util.function.UnaryOperator<java.util.function.Supplier<java.lang.Object>> |
GraphStrategy.getEdgeIdStrategy(StrategyContext<StrategyEdge> ctx,
GraphStrategy composingStrategy)
Construct a
Supplier that enhances the features of Element.id(). |
<V> java.util.function.UnaryOperator<java.util.function.Function<java.lang.String[],java.util.Iterator<Property<V>>>> |
SequenceStrategy.getEdgeIteratorsPropertyIteratorStrategy(StrategyContext<StrategyEdge> ctx,
GraphStrategy composingStrategy) |
<V> java.util.function.UnaryOperator<java.util.function.Function<java.lang.String[],java.util.Iterator<Property<V>>>> |
PartitionStrategy.getEdgeIteratorsPropertyIteratorStrategy(StrategyContext<StrategyEdge> ctx,
GraphStrategy composingStrategy) |
default <V> java.util.function.UnaryOperator<java.util.function.Function<java.lang.String[],java.util.Iterator<Property<V>>>> |
GraphStrategy.getEdgeIteratorsPropertyIteratorStrategy(StrategyContext<StrategyEdge> ctx,
GraphStrategy composingStrategy)
Construct a
Function that enhances the features of Edge.Iterators.propertyIterator(java.lang.String...). |
<V> java.util.function.UnaryOperator<java.util.function.Function<java.lang.String[],java.util.Iterator<V>>> |
SequenceStrategy.getEdgeIteratorsValueIteratorStrategy(StrategyContext<StrategyEdge> ctx,
GraphStrategy composingStrategy) |
<V> java.util.function.UnaryOperator<java.util.function.Function<java.lang.String[],java.util.Iterator<V>>> |
PartitionStrategy.getEdgeIteratorsValueIteratorStrategy(StrategyContext<StrategyEdge> ctx,
GraphStrategy composingStrategy) |
default <V> java.util.function.UnaryOperator<java.util.function.Function<java.lang.String[],java.util.Iterator<V>>> |
GraphStrategy.getEdgeIteratorsValueIteratorStrategy(StrategyContext<StrategyEdge> ctx,
GraphStrategy composingStrategy)
Construct a
Function that enhances the features of Element.Iterators.valueIterator(java.lang.String...). |
java.util.function.UnaryOperator<java.util.function.Function<Direction,java.util.Iterator<Vertex>>> |
SubgraphStrategy.getEdgeIteratorsVertexIteratorStrategy(StrategyContext<StrategyEdge> ctx,
GraphStrategy composingStrategy) |
java.util.function.UnaryOperator<java.util.function.Function<Direction,java.util.Iterator<Vertex>>> |
SequenceStrategy.getEdgeIteratorsVertexIteratorStrategy(StrategyContext<StrategyEdge> ctx,
GraphStrategy composingStrategy) |
java.util.function.UnaryOperator<java.util.function.Function<Direction,java.util.Iterator<Vertex>>> |
PartitionStrategy.getEdgeIteratorsVertexIteratorStrategy(StrategyContext<StrategyEdge> ctx,
GraphStrategy composingStrategy) |
default java.util.function.UnaryOperator<java.util.function.Function<Direction,java.util.Iterator<Vertex>>> |
GraphStrategy.getEdgeIteratorsVertexIteratorStrategy(StrategyContext<StrategyEdge> ctx,
GraphStrategy composingStrategy)
Construct a
Function that enhances the features of Edge.Iterators.vertexIterator(com.tinkerpop.gremlin.structure.Direction). |
java.util.function.UnaryOperator<java.util.function.Supplier<java.util.Set<java.lang.String>>> |
SequenceStrategy.getEdgeKeysStrategy(StrategyContext<StrategyEdge> ctx,
GraphStrategy composingStrategy) |
java.util.function.UnaryOperator<java.util.function.Supplier<java.util.Set<java.lang.String>>> |
PartitionStrategy.getEdgeKeysStrategy(StrategyContext<StrategyEdge> ctx,
GraphStrategy composingStrategy) |
default java.util.function.UnaryOperator<java.util.function.Supplier<java.util.Set<java.lang.String>>> |
GraphStrategy.getEdgeKeysStrategy(StrategyContext<StrategyEdge> 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.getEdgeLabelStrategy(StrategyContext<StrategyEdge> ctx,
GraphStrategy composingStrategy) |
default java.util.function.UnaryOperator<java.util.function.Supplier<java.lang.String>> |
GraphStrategy.getEdgeLabelStrategy(StrategyContext<StrategyEdge> 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,Property<V>>> |
SequenceStrategy.getEdgePropertyStrategy(StrategyContext<StrategyEdge> ctx,
GraphStrategy composingStrategy) |
<V> java.util.function.UnaryOperator<java.util.function.BiFunction<java.lang.String,V,Property<V>>> |
ReadOnlyStrategy.getEdgePropertyStrategy(StrategyContext<StrategyEdge> ctx,
GraphStrategy composingStrategy) |
<V> java.util.function.UnaryOperator<java.util.function.BiFunction<java.lang.String,V,Property<V>>> |
IdStrategy.getEdgePropertyStrategy(StrategyContext<StrategyEdge> ctx,
GraphStrategy composingStrategy) |
default <V> java.util.function.UnaryOperator<java.util.function.BiFunction<java.lang.String,V,Property<V>>> |
GraphStrategy.getEdgePropertyStrategy(StrategyContext<StrategyEdge> ctx,
GraphStrategy composingStrategy)
Construct a
BiFunction that enhances the features of Element.property(String, Object). |
<V> java.util.function.UnaryOperator<java.util.function.Function<java.lang.String,V>> |
SequenceStrategy.getEdgeValueStrategy(StrategyContext<StrategyEdge> ctx,
GraphStrategy composingStrategy) |
default <V> java.util.function.UnaryOperator<java.util.function.Function<java.lang.String,V>> |
GraphStrategy.getEdgeValueStrategy(StrategyContext<StrategyEdge> ctx,
GraphStrategy composingStrategy)
Construct a
Function that enhances the features of Element.value(String). |
java.util.function.UnaryOperator<java.util.function.Supplier<java.lang.Void>> |
SequenceStrategy.getRemoveEdgeStrategy(StrategyContext<StrategyEdge> ctx,
GraphStrategy composingStrategy) |
java.util.function.UnaryOperator<java.util.function.Supplier<java.lang.Void>> |
ReadOnlyStrategy.getRemoveEdgeStrategy(StrategyContext<StrategyEdge> ctx,
GraphStrategy composingStrategy) |
default java.util.function.UnaryOperator<java.util.function.Supplier<java.lang.Void>> |
GraphStrategy.getRemoveEdgeStrategy(StrategyContext<StrategyEdge> ctx,
GraphStrategy composingStrategy)
Construct a
Supplier that enhances the features of Element.remove(). |
Copyright © 2013-2015 TinkerPop. All Rights Reserved.