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.groovy.jsr223.dsl.credential
Methods in org.apache.tinkerpop.gremlin.groovy.jsr223.dsl.credential with parameters of type VertexProperty.CardinalityModifier and TypeMethodDescriptiondefault <M,E2> CredentialTraversal<S, E> CredentialTraversal.option(Merge merge, Map<Object, Object> m, VertexProperty.Cardinality cardinality) 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.CardinalityModifier and TypeMethodDescription<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.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.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 aPropertyvalue and related meta properties if supplied, if supported by theGraphand if theElementis aVertexProperty. -
Uses of VertexProperty.Cardinality in org.apache.tinkerpop.gremlin.process.traversal.lambda
Methods in org.apache.tinkerpop.gremlin.process.traversal.lambda that return VertexProperty.CardinalityConstructors in org.apache.tinkerpop.gremlin.process.traversal.lambda with parameters of type VertexProperty.CardinalityModifierConstructorDescriptionCardinalityValueTraversal(VertexProperty.Cardinality cardinality, Object value) -
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.CardinalityModifier and TypeMethodDescriptionAddPropertyStep.getCardinality()AddPropertyStepContract.getCardinality()AddPropertyStepPlaceholder.getCardinality()Constructors in org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect with parameters of type VertexProperty.CardinalityModifierConstructorDescriptionAddPropertyStep(Traversal.Admin traversal, VertexProperty.Cardinality cardinality, Object keyObject, Object valueObject) AddPropertyStep(Traversal.Admin traversal, VertexProperty.Cardinality cardinality, Object keyObject, Object valueObject, boolean mapForm) AddPropertyStepPlaceholder(Traversal.Admin traversal, VertexProperty.Cardinality cardinality, Object keyObject, Object valueObject) AddPropertyStepPlaceholder(Traversal.Admin traversal, VertexProperty.Cardinality cardinality, Object keyObject, Object valueObject, boolean mapForm) -
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. -
Uses of VertexProperty.Cardinality in org.apache.tinkerpop.gremlin.structure.util
Methods in org.apache.tinkerpop.gremlin.structure.util with parameters of type VertexProperty.CardinalityModifier and TypeMethodDescriptionstatic voidElementHelper.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.CardinalityModifier and TypeMethodDescription<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.CardinalityModifier and TypeMethodDescriptionEmptyGraph.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.CardinalityModifier and TypeMethodDescription<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.CardinalityModifier and TypeMethodDescription<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.CardinalityModifier and TypeFieldDescriptionprotected VertexProperty.CardinalityAbstractTinkerGraph.defaultVertexPropertyCardinalityMethods in org.apache.tinkerpop.gremlin.tinkergraph.structure that return VertexProperty.CardinalityModifier and TypeMethodDescriptionAbstractTinkerGraph.TinkerGraphVertexFeatures.getCardinality(String key) Methods in org.apache.tinkerpop.gremlin.tinkergraph.structure with parameters of type VertexProperty.CardinalityModifier and TypeMethodDescription<V> VertexProperty<V>TinkerVertex.property(VertexProperty.Cardinality cardinality, String key, V value, Object... keyValues)