Uses of Class
org.apache.tinkerpop.gremlin.FeatureRequirements
-
-
Uses of FeatureRequirements in org.apache.tinkerpop.gremlin.process.traversal
Methods in org.apache.tinkerpop.gremlin.process.traversal with annotations of type FeatureRequirements Modifier and Type Method Description void
CoreTraversalTest. g_addVXpersonX_propertyXname_nullX()
void
CoreTraversalTest. g_VX1X_asXaX_outXcreatedX_addEXcreatedByX_toXaX_propertyXweight_nullX()
-
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_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
IoIntegrateTest. shouldHaveSizeOfStarGraphLessThanDetached()
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.GraphSONV2D0Test. shouldProperlySerializeCustomIdWithGraphSON()
This is just a serialization check for JSON.void
IoTest.GraphSONV3D0Test. 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.GraphSONV2D0Test. shouldReadWriteModernWrappedInJsonObject()
void
IoTest.GraphSONV3D0Test. shouldReadWriteModernWrappedInJsonObject()
void
IoTest.GraphMLTest. shouldReadWriteSelfLoopingEdges()
void
IoTest.GraphSONTest. shouldReadWriteSelfLoopingEdges()
void
IoTest.GraphSONV2D0Test. shouldReadWriteSelfLoopingEdges()
void
IoTest.GraphSONV3D0Test. 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.GraphSONV2D0Test. shouldWriteNormalizedGraphSON()
Only need to execute this test with TinkerGraph or other graphs that support user supplied identifiers.void
IoTest.GraphSONV3D0Test. 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()
-