| 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) |
| Modifier and Type | Method and Description |
|---|---|
default <E2> GraphTraversal<Vertex,VertexProperty<E2>> |
VertexTraversal.properties(java.lang.String... propertyKeys) |
default <E2> GraphTraversal<VertexProperty,Property<E2>> |
VertexPropertyTraversal.properties(java.lang.String... propertyKeys) |
default <E2> GraphTraversal<Vertex,java.util.Map<java.lang.String,java.util.List<VertexProperty<E2>>>> |
VertexTraversal.propertyMap(java.lang.String... propertyKeys) |
default <E2> GraphTraversal<VertexProperty,java.util.Map<java.lang.String,Property<E2>>> |
VertexPropertyTraversal.propertyMap(java.lang.String... propertyKeys) |
default GraphTraversal<VertexProperty,VertexProperty> |
VertexPropertyTraversal.start() |
default GraphTraversal<VertexProperty,VertexProperty> |
VertexPropertyTraversal.start() |
default <E2> GraphTraversal<VertexProperty,java.util.Map<java.lang.String,E2>> |
VertexPropertyTraversal.valueMap(boolean includeTokens,
java.lang.String... propertyKeys) |
default <E2> GraphTraversal<VertexProperty,java.util.Map<java.lang.String,E2>> |
VertexPropertyTraversal.valueMap(java.lang.String... propertyKeys) |
| Modifier and Type | Method and Description |
|---|---|
static <V> VertexProperty<V> |
VertexProperty.empty()
Constructs an empty
VertexProperty. |
default <V> VertexProperty<V> |
Vertex.property(java.lang.String key) |
<V> VertexProperty<V> |
Vertex.property(java.lang.String key,
V value) |
default <V> VertexProperty<V> |
Vertex.property(java.lang.String key,
V value,
java.lang.Object... keyValues) |
default <V> VertexProperty<V> |
Vertex.singleProperty(java.lang.String key,
V value,
java.lang.Object... keyValues) |
| Modifier and Type | Method and Description |
|---|---|
<V> java.util.Iterator<VertexProperty<V>> |
Vertex.Iterators.propertyIterator(java.lang.String... propertyKeys)
Get an
Iterator of properties. |
| Modifier and Type | Method and Description |
|---|---|
VertexProperty |
GraphSONVertexProperty.getToSerialize() |
| Constructor and Description |
|---|
GraphSONVertexProperty(VertexProperty toSerialize) |
| Modifier and Type | Class and Description |
|---|---|
class |
StrategyVertexProperty<V> |
| Modifier and Type | Method and Description |
|---|---|
VertexProperty<V> |
StrategyVertexProperty.getBaseVertexProperty() |
<V> VertexProperty<V> |
StrategyVertex.property(java.lang.String key) |
<V> VertexProperty<V> |
StrategyVertex.property(java.lang.String key,
V value) |
| Modifier and Type | Method and Description |
|---|---|
<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). |
<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.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.Iterator<VertexProperty<V>> |
StrategyVertex.propertyIterator(java.lang.String... propertyKeys) |
| Constructor and Description |
|---|
StrategyVertexProperty(VertexProperty<V> baseVertexProperty,
StrategyGraph strategyGraph) |
| Modifier and Type | Method and Description |
|---|---|
static java.util.Map<java.lang.String,java.util.List<VertexProperty>> |
ElementHelper.vertexPropertyMap(Vertex vertex,
java.lang.String... propertyKeys) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
ElementHelper.areEqual(VertexProperty a,
java.lang.Object b)
A standard method for determining if two
VertexProperty objects are equal. |
| Modifier and Type | Class and Description |
|---|---|
class |
DetachedVertexProperty<V> |
| Modifier and Type | Method and Description |
|---|---|
VertexProperty<V> |
DetachedVertexProperty.attach(Graph hostGraph) |
VertexProperty<V> |
DetachedVertexProperty.attach(Vertex hostVertex) |
<V> VertexProperty<V> |
DetachedVertex.property(java.lang.String key) |
<V> VertexProperty<V> |
DetachedVertex.property(java.lang.String key,
V value) |
| Modifier and Type | Method and Description |
|---|---|
<V> java.util.Iterator<VertexProperty<V>> |
DetachedVertex.propertyIterator(java.lang.String... propertyKeys) |
| Modifier and Type | Method and Description |
|---|---|
static <V> DetachedVertexProperty |
DetachedFactory.detach(VertexProperty<V> vertexProperty,
boolean withProperties) |
| Constructor and Description |
|---|
DetachedVertexProperty(VertexProperty<V> vertexProperty,
boolean withProperties) |
| Modifier and Type | Class and Description |
|---|---|
class |
EmptyVertexProperty<V> |
| Modifier and Type | Method and Description |
|---|---|
static <U> VertexProperty<U> |
EmptyVertexProperty.instance() |
Copyright © 2013-2015 TinkerPop. All Rights Reserved.