Uses of Enum Class
io.aleph0.yap.core.pipeline.DefaultPipelineController.PipelineState
Packages that use DefaultPipelineController.PipelineState
-
Uses of DefaultPipelineController.PipelineState in io.aleph0.yap.core.pipeline
Subclasses with type arguments of type DefaultPipelineController.PipelineState in io.aleph0.yap.core.pipelineModifier and TypeClassDescriptionstatic enumThe internal state of a pipeline.Methods in io.aleph0.yap.core.pipeline that return DefaultPipelineController.PipelineStateModifier and TypeMethodDescriptionDefaultPipelineController.PipelineState.to(DefaultPipelineController.PipelineState target) Validate the transition from this state to the target state.Returns the enum constant of this class with the specified name.DefaultPipelineController.PipelineState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.aleph0.yap.core.pipeline with parameters of type DefaultPipelineController.PipelineStateModifier and TypeMethodDescriptionDefaultPipelineController.PipelineState.to(DefaultPipelineController.PipelineState target) Validate the transition from this state to the target state.