All Known Subinterfaces:
RangeGlobalStepContract<S>, TailGlobalStepContract<S>
All Known Implementing Classes:
RangeGlobalStep, RangeGlobalStepPlaceholder, TailGlobalStep, TailGlobalStepPlaceholder

public interface Bypassing
A ByPassing step can be stated (at runtime) to simply enact the identity function. This is useful in for steps that need to dynamically change their behavior on GraphComputer.
Author:
Marko A. Rodriguez (http://markorodriguez.com)
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setBypass(boolean bypass)
     
  • Method Details

    • setBypass

      void setBypass(boolean bypass)