Uses of Enum Class
org.apache.tinkerpop.gremlin.structure.VertexProperty.Cardinality
Packages that use VertexProperty.Cardinality
Package
Description
-
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.CardinalityModifier and TypeMethodDescriptiondefault <M,E2> GraphTraversal<S, E> This is a step modulator toGraphTraversal.mergeV()where the provided argument associated to thetokenis applied according to the semantics of the step.default GraphTraversal<S,E> GraphTraversal.property(VertexProperty.Cardinality cardinality, Object key, Object value, Object... keyValues) Sets aPropertyvalue and related meta properties if supplied, if supported by theGraphand if theElementis aVertexProperty. -
Uses of VertexProperty.Cardinality in org.apache.tinkerpop.gremlin.structure
Methods in org.apache.tinkerpop.gremlin.structure that return VertexProperty.CardinalityModifier and TypeMethodDescriptiondefault VertexProperty.CardinalityGraph.Features.VertexFeatures.getCardinality(String key) Gets theVertexProperty.Cardinalityfor a key.static VertexProperty.CardinalityReturns the enum constant of this class with the specified name.static VertexProperty.Cardinality[]VertexProperty.Cardinality.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.tinkerpop.gremlin.structure with parameters of type VertexProperty.CardinalityModifier and TypeMethodDescription<V> VertexProperty<V>Vertex.property(VertexProperty.Cardinality cardinality, String key, V value, Object... keyValues) Create a new vertex property.