| Package | Description | 
|---|---|
| org.apache.tinkerpop.gremlin.process.traversal | |
| org.apache.tinkerpop.gremlin.process.traversal.dsl.graph | 
| Modifier and Type | Method and Description | 
|---|---|
| static Pop | Pop. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static Pop[] | Pop. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Modifier and Type | Method and Description | 
|---|---|
| default <A> A | Path. get(Pop pop,
   String label)Pop the object(s) associated with the label of the path. | 
| default <A> A | Traverser. path(Pop pop,
    String stepLabel) | 
| default boolean | Path. popEquals(Pop pop,
         Object other) | 
| Modifier and Type | Method and Description | 
|---|---|
| default <E2> GraphTraversal<S,E2> | GraphTraversal. select(Pop pop,
      String selectKey) | 
| default <E2> GraphTraversal<S,Map<String,E2>> | GraphTraversal. select(Pop pop,
      String selectKey1,
      String selectKey2,
      String... otherSelectKeys) | 
Copyright © 2013–2015 Apache Software Foundation. All rights reserved.