| Package | Description |
|---|---|
| org.apache.tinkerpop.gremlin.process.traversal.step.filter | |
| org.apache.tinkerpop.gremlin.process.traversal.step.map |
| Modifier and Type | Method and Description |
|---|---|
static ConjunctionStep.Conjunction |
ConjunctionStep.Conjunction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConjunctionStep.Conjunction[] |
ConjunctionStep.Conjunction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ConjunctionStep.Conjunction |
MatchStep.getConjunction() |
| Constructor and Description |
|---|
MatchStep(Traversal.Admin traversal,
ConjunctionStep.Conjunction conjunction,
Traversal... matchTraversals) |
Copyright © 2013–2015 Apache Software Foundation. All rights reserved.