Uses of Class
org.apache.tinkerpop.gremlin.FeatureRequirements
-
-
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 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.GraphSONV2Test. shouldProperlySerializeCustomIdWithGraphSON()This is just a serialization check for JSON.voidIoTest.GraphSONV3Test. 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.GraphSONV2Test. shouldReadWriteModernWrappedInJsonObject()voidIoTest.GraphSONV3Test. shouldReadWriteModernWrappedInJsonObject()voidIoTest.GraphMLTest. shouldReadWriteSelfLoopingEdges()voidIoTest.GraphSONTest. shouldReadWriteSelfLoopingEdges()voidIoTest.GraphSONV2Test. shouldReadWriteSelfLoopingEdges()voidIoTest.GraphSONV3Test. 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.GraphSONV2Test. shouldWriteNormalizedGraphSON()Only need to execute this test with TinkerGraph or other graphs that support user supplied identifiers.voidIoTest.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 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()
-