Uses of Class
org.apache.tinkerpop.gremlin.structure.VertexProperty.Cardinality
-
-
Uses of VertexProperty.Cardinality in org.apache.tinkerpop.gremlin.groovy.jsr223.dsl.credential
Methods in org.apache.tinkerpop.gremlin.groovy.jsr223.dsl.credential with parameters of type VertexProperty.Cardinality Modifier and Type Method Description static <A> CredentialTraversal<A,A>
__. property(VertexProperty.Cardinality cardinality, Object key, Object value, Object... keyValues)
default CredentialTraversal<S,E>
CredentialTraversal. property(VertexProperty.Cardinality cardinality, Object key, Object value, Object... keyValues)
-
Uses of VertexProperty.Cardinality in org.apache.tinkerpop.gremlin.process.computer.util
Methods in org.apache.tinkerpop.gremlin.process.computer.util with parameters of type VertexProperty.Cardinality Modifier and Type Method Description <V> VertexProperty<V>
ComputerGraph.ComputerAdjacentVertex. property(VertexProperty.Cardinality cardinality, String key, V value, Object... keyValues)
<V> VertexProperty<V>
ComputerGraph.ComputerVertex. property(VertexProperty.Cardinality cardinality, String key, V value, Object... keyValues)
-
Uses of VertexProperty.Cardinality in org.apache.tinkerpop.gremlin.process.traversal
Methods in org.apache.tinkerpop.gremlin.process.traversal with parameters of type VertexProperty.Cardinality Modifier and Type Method Description protected abstract String
Translator.ScriptTranslator.AbstractTypeTranslator. getSyntax(VertexProperty.Cardinality o)
Take theVertexProperty.Cardinality
argument and convert it to a string representation in the target language. -
Uses of VertexProperty.Cardinality in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph
Methods in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph with parameters of type VertexProperty.Cardinality Modifier and Type Method Description static <A> GraphTraversal<A,A>
__. property(VertexProperty.Cardinality cardinality, Object key, Object value, Object... keyValues)
default GraphTraversal<S,E>
GraphTraversal. property(VertexProperty.Cardinality cardinality, Object key, Object value, Object... keyValues)
Sets aProperty
value and related meta properties if supplied, if supported by theGraph
and if theElement
is aVertexProperty
. -
Uses of VertexProperty.Cardinality in org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect
Methods in org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect that return VertexProperty.Cardinality Modifier and Type Method Description VertexProperty.Cardinality
AddPropertyStep. getCardinality()
Constructors in org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect with parameters of type VertexProperty.Cardinality Constructor Description AddPropertyStep(Traversal.Admin traversal, VertexProperty.Cardinality cardinality, Object keyObject, Object valueObject)
-
Uses of VertexProperty.Cardinality in org.apache.tinkerpop.gremlin.process.traversal.translator
Methods in org.apache.tinkerpop.gremlin.process.traversal.translator with parameters of type VertexProperty.Cardinality Modifier and Type Method Description protected String
DotNetTranslator.DefaultTypeTranslator. getSyntax(VertexProperty.Cardinality o)
protected String
GolangTranslator.DefaultTypeTranslator. getSyntax(VertexProperty.Cardinality o)
protected String
GroovyTranslator.DefaultTypeTranslator. getSyntax(VertexProperty.Cardinality o)
protected String
JavascriptTranslator.DefaultTypeTranslator. getSyntax(VertexProperty.Cardinality o)
protected String
PythonTranslator.DefaultTypeTranslator. getSyntax(VertexProperty.Cardinality o)
-
Uses of VertexProperty.Cardinality in org.apache.tinkerpop.gremlin.structure
Methods in org.apache.tinkerpop.gremlin.structure that return VertexProperty.Cardinality Modifier and Type Method Description default VertexProperty.Cardinality
Graph.Features.VertexFeatures. getCardinality(String key)
Gets theVertexProperty.Cardinality
for a key.static VertexProperty.Cardinality
VertexProperty.Cardinality. valueOf(String name)
Returns the enum constant of this type with the specified name.static VertexProperty.Cardinality[]
VertexProperty.Cardinality. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.tinkerpop.gremlin.structure with parameters of type VertexProperty.Cardinality Modifier and Type Method Description <V> VertexProperty<V>
Vertex. property(VertexProperty.Cardinality cardinality, String key, V value, Object... keyValues)
Create a new vertex property. -
Uses of VertexProperty.Cardinality in org.apache.tinkerpop.gremlin.structure.io.binary.types
Fields in org.apache.tinkerpop.gremlin.structure.io.binary.types with type parameters of type VertexProperty.Cardinality Modifier and Type Field Description static EnumSerializer<VertexProperty.Cardinality>
EnumSerializer. CardinalitySerializer
-
Uses of VertexProperty.Cardinality in org.apache.tinkerpop.gremlin.structure.util
Methods in org.apache.tinkerpop.gremlin.structure.util with parameters of type VertexProperty.Cardinality Modifier and Type Method Description static void
ElementHelper. attachProperties(Vertex vertex, VertexProperty.Cardinality cardinality, Object... propertyKeyValues)
Assign key/value pairs as properties to aVertex
.static <V> Optional<VertexProperty<V>>
ElementHelper. stageVertexProperty(Vertex vertex, VertexProperty.Cardinality cardinality, String key, V value, Object... keyValues)
This is a helper method for dealing with vertex property cardinality and typically used inVertex.property(VertexProperty.Cardinality, String, Object, Object...)
. -
Uses of VertexProperty.Cardinality in org.apache.tinkerpop.gremlin.structure.util.detached
Methods in org.apache.tinkerpop.gremlin.structure.util.detached with parameters of type VertexProperty.Cardinality Modifier and Type Method Description <V> VertexProperty<V>
DetachedVertex. property(VertexProperty.Cardinality cardinality, String key, V value, Object... keyValues)
-
Uses of VertexProperty.Cardinality in org.apache.tinkerpop.gremlin.structure.util.empty
Methods in org.apache.tinkerpop.gremlin.structure.util.empty that return VertexProperty.Cardinality Modifier and Type Method Description VertexProperty.Cardinality
EmptyGraph.EmptyGraphFeatures.EmptyGraphVertexFeatures. getCardinality(String key)
-
Uses of VertexProperty.Cardinality in org.apache.tinkerpop.gremlin.structure.util.reference
Methods in org.apache.tinkerpop.gremlin.structure.util.reference with parameters of type VertexProperty.Cardinality Modifier and Type Method Description <V> VertexProperty<V>
ReferenceVertex. property(VertexProperty.Cardinality cardinality, String key, V value, Object... keyValues)
-
Uses of VertexProperty.Cardinality in org.apache.tinkerpop.gremlin.structure.util.star
Methods in org.apache.tinkerpop.gremlin.structure.util.star with parameters of type VertexProperty.Cardinality Modifier and Type Method Description <V> VertexProperty<V>
StarGraph.StarAdjacentVertex. property(VertexProperty.Cardinality cardinality, String key, V value, Object... keyValues)
<V> VertexProperty<V>
StarGraph.StarVertex. property(VertexProperty.Cardinality cardinality, String key, V value, Object... keyValues)
-
Uses of VertexProperty.Cardinality in org.apache.tinkerpop.gremlin.tinkergraph.structure
Fields in org.apache.tinkerpop.gremlin.tinkergraph.structure declared as VertexProperty.Cardinality Modifier and Type Field Description protected VertexProperty.Cardinality
TinkerGraph. defaultVertexPropertyCardinality
Methods in org.apache.tinkerpop.gremlin.tinkergraph.structure that return VertexProperty.Cardinality Modifier and Type Method Description VertexProperty.Cardinality
TinkerGraph.TinkerGraphVertexFeatures. getCardinality(String key)
Methods in org.apache.tinkerpop.gremlin.tinkergraph.structure with parameters of type VertexProperty.Cardinality Modifier and Type Method Description <V> VertexProperty<V>
TinkerVertex. property(VertexProperty.Cardinality cardinality, String key, V value, Object... keyValues)
-