Package | Description |
---|---|
org.apache.tinkerpop.gremlin.process.computer | |
org.apache.tinkerpop.gremlin.process.computer.traversal |
Modifier and Type | Method and Description |
---|---|
static ProgramPhase |
ProgramPhase.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProgramPhase[] |
ProgramPhase.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static ProgramPhase |
MemoryTraversalSideEffects.getMemorySideEffectsPhase(Traversal.Admin<?,?> traversal) |
Modifier and Type | Method and Description |
---|---|
static void |
MemoryTraversalSideEffects.setMemorySideEffects(Traversal.Admin<?,?> traversal,
Memory memory,
ProgramPhase phase) |
Copyright © 2013–2018 Apache Software Foundation. All rights reserved.