Uses of Class
org.apache.tinkerpop.gremlin.FeatureRequirements
-
-
Uses of FeatureRequirements in org.apache.tinkerpop.gremlin.process.traversal.step
Methods in org.apache.tinkerpop.gremlin.process.traversal.step with annotations of type FeatureRequirements Modifier and Type Method Description void
OrderabilityTest. g_E_properties_order_value()
Order by edge property (orders by key, then value).void
OrderabilityTest. g_V_out_out_asXheadX_path_order_byXascX_selectXheadX()
Order asc by vertex in path: v[3], v[5]void
OrderabilityTest. g_V_out_out_asXheadX_path_order_byXdescX_selectXheadX()
Order desc by vertex in path: v[5], v[3]void
OrderabilityTest. g_V_out_out_order_byXascX()
Order asc by vertex: v[3], v[5]void
OrderabilityTest. g_V_out_out_order_byXdescX()
Order desc by vertex: v[5], v[3]void
OrderabilityTest. g_V_out_out_properties_asXheadX_path_order_byXascX_selectXheadX_value()
Order asc by vertex and then vertex property id in path.void
OrderabilityTest. g_V_out_out_properties_asXheadX_path_order_byXdescX_selectXheadX_value()
Order desc by vertex and then vertex property id in path.void
OrderabilityTest. g_V_out_out_values_asXheadX_path_order_byXascX_selectXheadX()
Order asc by vertex and then vertex property value in path.void
OrderabilityTest. g_V_out_out_values_asXheadX_path_order_byXdescX_selectXheadX()
Order desc by vertex and then vertex property value in path.void
OrderabilityTest. g_V_out_outE_asXheadX_path_order_byXascX_selectXheadX()
Order asc by edge in path: e[10], e[11]void
OrderabilityTest. g_V_out_outE_asXheadX_path_order_byXdescX_selectXheadX()
Order desc by edge in path: e[11], e[10]void
OrderabilityTest. g_V_out_outE_order_byXascX()
Order asc by edge: e[10], v[e11]void
OrderabilityTest. g_V_out_outE_order_byXdescX()
Order desc by edge: e[11], v[e10]void
OrderabilityTest. g_V_properties_order()
Order by vertex property (orders by id). -
Uses of FeatureRequirements in org.apache.tinkerpop.gremlin.process.traversal.step.filter
Methods in org.apache.tinkerpop.gremlin.process.traversal.step.filter with annotations of type FeatureRequirements Modifier and Type Method Description void
HasTest. g_V_hasXk_withinXcXX_valuesXkX()
void
HasTest. g_V_hasXname_regexXTinkerUnicodeXX()
void
HasTest. g_V_hasXname_regexXTinkerXX()
void
HasTest. g_VX1X_out_hasXid_lt_3X()
-
Uses of FeatureRequirements in org.apache.tinkerpop.gremlin.process.traversal.step.map
-
Uses of FeatureRequirements in org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect
Methods in org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect with annotations of type FeatureRequirements Modifier and Type Method Description void
SubgraphTest. g_V_withSideEffectXsgX_outEXknowsX_subgraphXsgX_name_capXsgX()
void
SubgraphTest. g_V_withSideEffectXsgX_repeatXbothEXcreatedX_subgraphXsgX_outVX_timesX5X_name_dedup()
void
SubgraphTest. g_withSideEffectXsgX_V_hasXname_danielXout_capXsgX()
-
Uses of FeatureRequirements in org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration
Methods in org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration with annotations of type FeatureRequirements Modifier and Type Method Description void
PartitionStrategyProcessTest. shouldAppendPartitionToVertexPropertyOverMultiProperty()
-
Uses of FeatureRequirements in org.apache.tinkerpop.gremlin.structure
-
Uses of FeatureRequirements in org.apache.tinkerpop.gremlin.structure.io
Methods in org.apache.tinkerpop.gremlin.structure.io with annotations of type FeatureRequirements Modifier and Type Method Description void
IoGraphTest. shouldMigrateClassicGraph()
void
IoGraphTest. shouldMigrateModernGraph()
void
IoTest.GraphMLTest. shouldProperlyEncodeWithGraphML()
Note: this is only a very lightweight test of writer/reader encoding.void
IoCustomTest. shouldProperlySerializeCustomId()
void
IoTest.GraphSONTest. shouldProperlySerializeCustomIdWithGraphSON()
This is just a serialization check for JSON.void
IoTest.GraphSONV2Test. shouldProperlySerializeCustomIdWithGraphSON()
This is just a serialization check for JSON.void
IoTest.GraphSONV3Test. shouldProperlySerializeCustomIdWithGraphSON()
This is just a serialization check for JSON.void
IoTest.GraphMLTest. shouldReadGraphML()
void
IoTest.GraphMLTest. shouldReadGraphMLUnorderedElements()
void
IoTest.GraphMLTest. shouldReadGraphMLWithAllSupportedDataTypes()
void
IoTest.GraphMLTest. shouldReadGraphMLWithCommonVertexAndEdgePropertyNames()
void
IoTest.GraphMLTest. shouldReadGraphMLWithNoEdgeLabels()
void
IoTest.GraphMLTest. shouldReadGraphMLWithoutEdgeIds()
void
IoTest.GraphMLTest. shouldReadGraphMLWithoutStrictOption()
void
IoTest.GraphMLTest. shouldReadGraphMLWithStrictOption()
void
IoTest.GraphSONLegacyTest. shouldReadLegacyGraphSON()
void
IoGraphTest. shouldReadWriteClassic()
void
IoGraphTest. shouldReadWriteClassicToFileWithHelpers()
void
IoGraphTest. shouldReadWriteCrew()
void
IoEdgeTest. shouldReadWriteDetachedEdge()
void
IoEdgeTest. shouldReadWriteDetachedEdgeAsReference()
void
IoVertexTest. shouldReadWriteDetachedVertexAsReferenceNoEdges()
void
IoVertexTest. shouldReadWriteDetachedVertexNoEdges()
void
IoEdgeTest. shouldReadWriteEdge()
void
IoGraphTest. shouldReadWriteModern()
void
IoGraphTest. shouldReadWriteModernToFileWithHelpers()
void
IoTest.GraphSONTest. shouldReadWriteModernWrappedInJsonObject()
void
IoTest.GraphSONV2Test. shouldReadWriteModernWrappedInJsonObject()
void
IoTest.GraphSONV3Test. shouldReadWriteModernWrappedInJsonObject()
void
IoTest.GraphMLTest. shouldReadWriteSelfLoopingEdges()
void
IoTest.GraphSONTest. shouldReadWriteSelfLoopingEdges()
void
IoTest.GraphSONV2Test. shouldReadWriteSelfLoopingEdges()
void
IoTest.GraphSONV3Test. shouldReadWriteSelfLoopingEdges()
void
IoTest.GryoTest. shouldReadWriteSelfLoopingEdges()
void
IoVertexTest. shouldReadWriteVertexMultiPropsNoEdges()
void
IoVertexTest. shouldReadWriteVertexNoEdges()
void
IoVertexTest. shouldReadWriteVertexWithBOTHEdges()
void
IoVertexTest. shouldReadWriteVertexWithINEdges()
void
IoVertexTest. shouldReadWriteVertexWithOUTEdges()
void
IoCustomTest. shouldSupportUUID()
void
IoTest.GraphMLTest. shouldTransformGraphMLV2ToV3ViaXSLT()
void
IoTest.GraphMLTest. shouldWriteNormalizedGraphML()
Only need to execute this test with TinkerGraph or other graphs that support user supplied identifiers.void
IoTest.GraphSONTest. shouldWriteNormalizedGraphSON()
Only need to execute this test with TinkerGraph or other graphs that support user supplied identifiers.void
IoTest.GraphSONV2Test. shouldWriteNormalizedGraphSON()
Only need to execute this test with TinkerGraph or other graphs that support user supplied identifiers.void
IoTest.GraphSONV3Test. shouldWriteNormalizedGraphSON()
Only need to execute this test with TinkerGraph or other graphs that support user supplied identifiers. -
Uses of FeatureRequirements in org.apache.tinkerpop.gremlin.structure.util.detached
Methods in org.apache.tinkerpop.gremlin.structure.util.detached with annotations of type FeatureRequirements Modifier and Type Method Description void
DetachedGraphTest. testAttachableCreateMethod()
-
Uses of FeatureRequirements in org.apache.tinkerpop.gremlin.structure.util.star
Methods in org.apache.tinkerpop.gremlin.structure.util.star with annotations of type FeatureRequirements Modifier and Type Method Description void
StarGraphTest. shouldAttachWithCreateMethod()
void
StarGraphTest. shouldCopyFromGraphAToGraphB()
void
StarGraphTest. shouldHandleBothEdgesGraphFilterOnSelfLoop()
void
StarGraphTest. shouldHandleSelfLoops()
-