Uses of Enum Class
org.apache.tinkerpop.gremlin.process.computer.ProgramPhase
Packages that use ProgramPhase
Package
Description
-
Uses of ProgramPhase in org.apache.tinkerpop.gremlin.process.computer
Methods in org.apache.tinkerpop.gremlin.process.computer that return ProgramPhaseModifier and TypeMethodDescriptionstatic ProgramPhaseReturns the enum constant of this class with the specified name.static ProgramPhase[]ProgramPhase.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ProgramPhase in org.apache.tinkerpop.gremlin.process.computer.traversal
Methods in org.apache.tinkerpop.gremlin.process.computer.traversal that return ProgramPhaseModifier and TypeMethodDescriptionstatic ProgramPhaseMemoryTraversalSideEffects.getMemorySideEffectsPhase(Traversal.Admin<?, ?> traversal) Methods in org.apache.tinkerpop.gremlin.process.computer.traversal with parameters of type ProgramPhaseModifier and TypeMethodDescriptionstatic voidMemoryTraversalSideEffects.setMemorySideEffects(Traversal.Admin<?, ?> traversal, Memory memory, ProgramPhase phase)