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.PropertiesTest
PropertiesTest.Traversals 
 - 
 
- 
Field Summary
- 
Fields inherited from class org.apache.tinkerpop.gremlin.AbstractGremlinTest
config, g, graph, graphProvider, name, shouldTestIteratorLeak 
 - 
 
- 
Constructor Summary
Constructors Constructor Description Traversals() 
- 
Method Summary
All 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.PropertiesTest
g_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.AbstractGremlinProcessTest
checkHasNext, checkMap, checkOrderedResults, checkResults, checkResults, checkSideEffects, graphMeetsTestRequirements, hasGraphComputerRequirement, makeMapList, setupTest 
- 
Methods inherited from class org.apache.tinkerpop.gremlin.AbstractGremlinTest
afterLoadGraphWith, 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_value
public Traversal<Vertex,Object> get_g_V_hasXageX_propertiesXname_ageX_value()
- Specified by:
 get_g_V_hasXageX_propertiesXname_ageX_valuein classPropertiesTest
 
- 
get_g_V_hasXageX_propertiesXage_nameX_value
public Traversal<Vertex,Object> get_g_V_hasXageX_propertiesXage_nameX_value()
- Specified by:
 get_g_V_hasXageX_propertiesXage_nameX_valuein classPropertiesTest
 
- 
get_g_V_hasXageX_properties_hasXid_nameIdX_value
public Traversal<Vertex,Object> get_g_V_hasXageX_properties_hasXid_nameIdX_value(Object nameId)
- Specified by:
 get_g_V_hasXageX_properties_hasXid_nameIdX_valuein classPropertiesTest
 
- 
get_g_V_hasXageX_propertiesXnameX
public Traversal<Vertex,VertexProperty<String>> get_g_V_hasXageX_propertiesXnameX()
- Specified by:
 get_g_V_hasXageX_propertiesXnameXin classPropertiesTest
 
- 
get_g_injectXg_VX1X_propertiesXnameX_nextX_value
public Traversal<VertexProperty<String>,String> get_g_injectXg_VX1X_propertiesXnameX_nextX_value(Object v1Id)
- Specified by:
 get_g_injectXg_VX1X_propertiesXnameX_nextX_valuein classPropertiesTest
 
 - 
 
 -