Class PropertiesTest.Traversals
- java.lang.Object
- 
- org.apache.tinkerpop.gremlin.AbstractGremlinTest
- 
- org.apache.tinkerpop.gremlin.process.AbstractGremlinProcessTest
- 
- org.apache.tinkerpop.gremlin.process.traversal.step.map.PropertiesTest
- 
- org.apache.tinkerpop.gremlin.process.traversal.step.map.PropertiesTest.Traversals
 
 
 
 
- 
- Enclosing class:
- PropertiesTest
 
 public static class PropertiesTest.Traversals extends PropertiesTest 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class org.apache.tinkerpop.gremlin.process.traversal.step.map.PropertiesTestPropertiesTest.Traversals
 
- 
 - 
Field Summary- 
Fields inherited from class org.apache.tinkerpop.gremlin.AbstractGremlinTestconfig, g, graph, graphProvider, name, shouldTestIteratorLeak
 
- 
 - 
Constructor SummaryConstructors Constructor Description Traversals()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Traversal<VertexProperty<String>,String>get_g_injectXg_VX1X_propertiesXnameX_nextX_value(Object v1Id)Traversal<Vertex,Object>get_g_V_hasXageX_properties_hasXid_nameIdX_value(Object nameId)Traversal<Vertex,Object>get_g_V_hasXageX_propertiesXage_nameX_value()Traversal<Vertex,Object>get_g_V_hasXageX_propertiesXname_ageX_value()Traversal<Vertex,VertexProperty<String>>get_g_V_hasXageX_propertiesXnameX()- 
Methods inherited from class org.apache.tinkerpop.gremlin.process.traversal.step.map.PropertiesTestg_injectXg_VX1X_propertiesXnameX_nextX_value, g_V_hasXageX_properties_hasXid_nameIdAsStringX_value, g_V_hasXageX_properties_hasXid_nameIdX_value, g_V_hasXageX_propertiesXage_nameX_value, g_V_hasXageX_propertiesXname_ageX_value, g_V_hasXageX_propertiesXnameX
 - 
Methods inherited from class org.apache.tinkerpop.gremlin.process.AbstractGremlinProcessTestcheckHasNext, checkMap, checkOrderedResults, checkResults, checkResults, checkSideEffects, graphMeetsTestRequirements, hasGraphComputerRequirement, makeMapList, setupTest
 - 
Methods inherited from class org.apache.tinkerpop.gremlin.AbstractGremlinTestafterLoadGraphWith, assertVertexEdgeCounts, beforeLoadGraphWith, convertToEdge, convertToEdge, convertToEdgeId, convertToEdgeId, convertToVertex, convertToVertex, convertToVertexId, convertToVertexId, convertToVertexProperty, convertToVertexProperty, convertToVertexPropertyId, convertToVertexPropertyId, getAssertVertexEdgeCounts, printTraversalForm, setup, tearDown, tryCommit, tryCommit, tryRollback, validateException, verifyRootIdentification, verifyUniqueStepIds
 
- 
 
- 
- 
- 
Method Detail- 
get_g_V_hasXageX_propertiesXname_ageX_valuepublic Traversal<Vertex,Object> get_g_V_hasXageX_propertiesXname_ageX_value() - Specified by:
- get_g_V_hasXageX_propertiesXname_ageX_valuein class- PropertiesTest
 
 - 
get_g_V_hasXageX_propertiesXage_nameX_valuepublic Traversal<Vertex,Object> get_g_V_hasXageX_propertiesXage_nameX_value() - Specified by:
- get_g_V_hasXageX_propertiesXage_nameX_valuein class- PropertiesTest
 
 - 
get_g_V_hasXageX_properties_hasXid_nameIdX_valuepublic Traversal<Vertex,Object> get_g_V_hasXageX_properties_hasXid_nameIdX_value(Object nameId) - Specified by:
- get_g_V_hasXageX_properties_hasXid_nameIdX_valuein class- PropertiesTest
 
 - 
get_g_V_hasXageX_propertiesXnameXpublic Traversal<Vertex,VertexProperty<String>> get_g_V_hasXageX_propertiesXnameX() - Specified by:
- get_g_V_hasXageX_propertiesXnameXin class- PropertiesTest
 
 - 
get_g_injectXg_VX1X_propertiesXnameX_nextX_valuepublic Traversal<VertexProperty<String>,String> get_g_injectXg_VX1X_propertiesXnameX_nextX_value(Object v1Id) - Specified by:
- get_g_injectXg_VX1X_propertiesXnameX_nextX_valuein class- PropertiesTest
 
 
- 
 
-