| Package | Description |
|---|---|
| com.tinkerpop.gremlin.structure.strategy |
| Modifier and Type | Method and Description |
|---|---|
<V> java.util.function.UnaryOperator<java.util.function.Supplier<java.lang.Void>> |
SequenceStrategy.getRemoveVertexPropertyStrategy(StrategyContext<StrategyVertexProperty<V>> ctx,
GraphStrategy composingStrategy) |
<V> java.util.function.UnaryOperator<java.util.function.Supplier<java.lang.Void>> |
ReadOnlyStrategy.getRemoveVertexPropertyStrategy(StrategyContext<StrategyVertexProperty<V>> ctx,
GraphStrategy composingStrategy) |
default <V> java.util.function.UnaryOperator<java.util.function.Supplier<java.lang.Void>> |
GraphStrategy.getRemoveVertexPropertyStrategy(StrategyContext<StrategyVertexProperty<V>> ctx,
GraphStrategy composingStrategy)
Construct a
Supplier that enhances the features of Property.remove(). |
<V> java.util.function.UnaryOperator<java.util.function.Supplier<Vertex>> |
SequenceStrategy.getVertexPropertyGetElementStrategy(StrategyContext<StrategyVertexProperty<V>> ctx,
GraphStrategy composingStrategy) |
default <V> java.util.function.UnaryOperator<java.util.function.Supplier<Vertex>> |
GraphStrategy.getVertexPropertyGetElementStrategy(StrategyContext<StrategyVertexProperty<V>> ctx,
GraphStrategy composingStrategy)
Construct a
Supplier that enhances the features of VertexProperty.element(). |
<V> java.util.function.UnaryOperator<java.util.function.Supplier<Graph>> |
SequenceStrategy.getVertexPropertyGraphStrategy(StrategyContext<StrategyVertexProperty<V>> ctx,
GraphStrategy composingStrategy) |
default <V> java.util.function.UnaryOperator<java.util.function.Supplier<Graph>> |
GraphStrategy.getVertexPropertyGraphStrategy(StrategyContext<StrategyVertexProperty<V>> ctx,
GraphStrategy composingStrategy)
Construct a
Supplier that enhances the features of VertexProperty.graph(). |
<V> java.util.function.UnaryOperator<java.util.function.Supplier<java.lang.Object>> |
SequenceStrategy.getVertexPropertyIdStrategy(StrategyContext<StrategyVertexProperty<V>> ctx,
GraphStrategy composingStrategy) |
default <V> java.util.function.UnaryOperator<java.util.function.Supplier<java.lang.Object>> |
GraphStrategy.getVertexPropertyIdStrategy(StrategyContext<StrategyVertexProperty<V>> ctx,
GraphStrategy composingStrategy)
Construct a
Supplier that enhances the features of Element.id(). |
<V,U> java.util.function.UnaryOperator<java.util.function.Function<java.lang.String[],java.util.Iterator<Property<V>>>> |
SequenceStrategy.getVertexPropertyIteratorsPropertyIteratorStrategy(StrategyContext<StrategyVertexProperty<U>> ctx,
GraphStrategy composingStrategy) |
default <V,U> java.util.function.UnaryOperator<java.util.function.Function<java.lang.String[],java.util.Iterator<Property<V>>>> |
GraphStrategy.getVertexPropertyIteratorsPropertyIteratorStrategy(StrategyContext<StrategyVertexProperty<U>> ctx,
GraphStrategy composingStrategy)
Construct a
Function that enhances the features of VertexProperty.Iterators.propertyIterator(java.lang.String...). |
<V,U> java.util.function.UnaryOperator<java.util.function.Function<java.lang.String[],java.util.Iterator<V>>> |
SequenceStrategy.getVertexPropertyIteratorsValueIteratorStrategy(StrategyContext<StrategyVertexProperty<U>> ctx,
GraphStrategy composingStrategy) |
default <V,U> java.util.function.UnaryOperator<java.util.function.Function<java.lang.String[],java.util.Iterator<V>>> |
GraphStrategy.getVertexPropertyIteratorsValueIteratorStrategy(StrategyContext<StrategyVertexProperty<U>> ctx,
GraphStrategy composingStrategy)
Construct a
Function that enhances the features of Element.Iterators.valueIterator(java.lang.String...). |
<V> java.util.function.UnaryOperator<java.util.function.Supplier<java.util.Set<java.lang.String>>> |
SequenceStrategy.getVertexPropertyKeysStrategy(StrategyContext<StrategyVertexProperty<V>> ctx,
GraphStrategy composingStrategy) |
default <V> java.util.function.UnaryOperator<java.util.function.Supplier<java.util.Set<java.lang.String>>> |
GraphStrategy.getVertexPropertyKeysStrategy(StrategyContext<StrategyVertexProperty<V>> ctx,
GraphStrategy composingStrategy)
Construct a
Supplier that enhances the features of Element.keys(). |
<V> java.util.function.UnaryOperator<java.util.function.Supplier<java.lang.String>> |
SequenceStrategy.getVertexPropertyKeyStrategy(StrategyContext<StrategyVertexProperty<V>> ctx,
GraphStrategy composingStrategy) |
default <V> java.util.function.UnaryOperator<java.util.function.Supplier<java.lang.String>> |
GraphStrategy.getVertexPropertyKeyStrategy(StrategyContext<StrategyVertexProperty<V>> ctx,
GraphStrategy composingStrategy)
Construct a
Supplier that enhances the features of Property.key(). |
<V> java.util.function.UnaryOperator<java.util.function.Supplier<java.lang.String>> |
SequenceStrategy.getVertexPropertyLabelStrategy(StrategyContext<StrategyVertexProperty<V>> ctx,
GraphStrategy composingStrategy) |
default <V> java.util.function.UnaryOperator<java.util.function.Supplier<java.lang.String>> |
GraphStrategy.getVertexPropertyLabelStrategy(StrategyContext<StrategyVertexProperty<V>> ctx,
GraphStrategy composingStrategy)
Construct a
Supplier that enhances the features of VertexProperty.label(). |
<V,U> java.util.function.UnaryOperator<java.util.function.BiFunction<java.lang.String,V,Property<V>>> |
SequenceStrategy.getVertexPropertyPropertyStrategy(StrategyContext<StrategyVertexProperty<U>> ctx,
GraphStrategy composingStrategy) |
<V,U> java.util.function.UnaryOperator<java.util.function.BiFunction<java.lang.String,V,Property<V>>> |
ReadOnlyStrategy.getVertexPropertyPropertyStrategy(StrategyContext<StrategyVertexProperty<U>> ctx,
GraphStrategy composingStrategy) |
default <V,U> java.util.function.UnaryOperator<java.util.function.BiFunction<java.lang.String,V,Property<V>>> |
GraphStrategy.getVertexPropertyPropertyStrategy(StrategyContext<StrategyVertexProperty<U>> ctx,
GraphStrategy composingStrategy)
Construct a
BiFunction that enhances the features of Element.property(String, Object). |
<V> java.util.function.UnaryOperator<java.util.function.Supplier<V>> |
SequenceStrategy.getVertexPropertyValueStrategy(StrategyContext<StrategyVertexProperty<V>> ctx,
GraphStrategy composingStrategy) |
default <V> java.util.function.UnaryOperator<java.util.function.Supplier<V>> |
GraphStrategy.getVertexPropertyValueStrategy(StrategyContext<StrategyVertexProperty<V>> ctx,
GraphStrategy composingStrategy)
Construct a
Supplier that enhances the features of Property.value(). |
Copyright © 2013-2015 TinkerPop. All Rights Reserved.