Uses of Enum Class
org.apache.tinkerpop.gremlin.structure.LabelCardinality
Packages that use LabelCardinality
-
Uses of LabelCardinality in org.apache.tinkerpop.gremlin.structure
Methods in org.apache.tinkerpop.gremlin.structure that return LabelCardinalityModifier and TypeMethodDescriptiondefault LabelCardinalityGraph.Features.EdgeFeatures.getLabelCardinality()Gets theLabelCardinalityfor edges in this graph.default LabelCardinalityGraph.Features.VertexFeatures.getLabelCardinality()Gets theLabelCardinalityfor vertices in this graph.static LabelCardinalityReturns the enum constant of this class with the specified name.static LabelCardinality[]LabelCardinality.values()Returns an array containing the constants of this enum class, in the order they are declared.