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 voidCoreTraversalTest. g_addVXpersonX_propertyXname_nullX()voidCoreTraversalTest. 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 voidHasTest. g_V_hasXk_withinXcXX_valuesXkX()voidHasTest. 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 voidSubgraphTest. g_V_withSideEffectXsgX_outEXknowsX_subgraphXsgX_name_capXsgX()voidSubgraphTest. g_V_withSideEffectXsgX_repeatXbothEXcreatedX_subgraphXsgX_outVX_timesX5X_name_dedup()voidSubgraphTest. 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 voidPartitionStrategyProcessTest. 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 voidIoIntegrateTest. shouldHaveSizeOfStarGraphLessThanDetached()voidIoGraphTest. shouldMigrateClassicGraph()voidIoGraphTest. shouldMigrateModernGraph()voidIoTest.GraphMLTest. shouldProperlyEncodeWithGraphML()Note: this is only a very lightweight test of writer/reader encoding.voidIoCustomTest. shouldProperlySerializeCustomId()voidIoTest.GraphSONTest. shouldProperlySerializeCustomIdWithGraphSON()This is just a serialization check for JSON.voidIoTest.GraphSONV2D0Test. shouldProperlySerializeCustomIdWithGraphSON()This is just a serialization check for JSON.voidIoTest.GraphSONV3D0Test. shouldProperlySerializeCustomIdWithGraphSON()This is just a serialization check for JSON.voidIoTest.GraphMLTest. shouldReadGraphML()voidIoTest.GraphMLTest. shouldReadGraphMLUnorderedElements()voidIoTest.GraphMLTest. shouldReadGraphMLWithAllSupportedDataTypes()voidIoTest.GraphMLTest. shouldReadGraphMLWithCommonVertexAndEdgePropertyNames()voidIoTest.GraphMLTest. shouldReadGraphMLWithNoEdgeLabels()voidIoTest.GraphMLTest. shouldReadGraphMLWithoutEdgeIds()voidIoTest.GraphMLTest. shouldReadGraphMLWithoutStrictOption()voidIoTest.GraphMLTest. shouldReadGraphMLWithStrictOption()voidIoTest.GraphSONLegacyTest. shouldReadLegacyGraphSON()voidIoGraphTest. shouldReadWriteClassic()voidIoGraphTest. shouldReadWriteClassicToFileWithHelpers()voidIoGraphTest. shouldReadWriteCrew()voidIoEdgeTest. shouldReadWriteDetachedEdge()voidIoEdgeTest. shouldReadWriteDetachedEdgeAsReference()voidIoVertexTest. shouldReadWriteDetachedVertexAsReferenceNoEdges()voidIoVertexTest. shouldReadWriteDetachedVertexNoEdges()voidIoEdgeTest. shouldReadWriteEdge()voidIoGraphTest. shouldReadWriteModern()voidIoGraphTest. shouldReadWriteModernToFileWithHelpers()voidIoTest.GraphSONTest. shouldReadWriteModernWrappedInJsonObject()voidIoTest.GraphSONV2D0Test. shouldReadWriteModernWrappedInJsonObject()voidIoTest.GraphSONV3D0Test. shouldReadWriteModernWrappedInJsonObject()voidIoTest.GraphMLTest. shouldReadWriteSelfLoopingEdges()voidIoTest.GraphSONTest. shouldReadWriteSelfLoopingEdges()voidIoTest.GraphSONV2D0Test. shouldReadWriteSelfLoopingEdges()voidIoTest.GraphSONV3D0Test. shouldReadWriteSelfLoopingEdges()voidIoTest.GryoTest. shouldReadWriteSelfLoopingEdges()voidIoVertexTest. shouldReadWriteVertexMultiPropsNoEdges()voidIoVertexTest. shouldReadWriteVertexNoEdges()voidIoVertexTest. shouldReadWriteVertexWithBOTHEdges()voidIoVertexTest. shouldReadWriteVertexWithINEdges()voidIoVertexTest. shouldReadWriteVertexWithOUTEdges()voidIoCustomTest. shouldSupportUUID()voidIoTest.GraphMLTest. shouldTransformGraphMLV2ToV3ViaXSLT()voidIoTest.GraphMLTest. shouldWriteNormalizedGraphML()Only need to execute this test with TinkerGraph or other graphs that support user supplied identifiers.voidIoTest.GraphSONTest. shouldWriteNormalizedGraphSON()Only need to execute this test with TinkerGraph or other graphs that support user supplied identifiers.voidIoTest.GraphSONV2D0Test. shouldWriteNormalizedGraphSON()Only need to execute this test with TinkerGraph or other graphs that support user supplied identifiers.voidIoTest.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 voidDetachedGraphTest. 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 voidStarGraphTest. shouldAttachWithCreateMethod()voidStarGraphTest. shouldCopyFromGraphAToGraphB()voidStarGraphTest. shouldHandleBothEdgesGraphFilterOnSelfLoop()voidStarGraphTest. shouldHandleSelfLoops()
-