Class BarrierSignal

  • All Implemented Interfaces:
    Serializable

    @Deprecated
    public class BarrierSignal
    extends ExecutionFlowSignal
    Deprecated.
    since version 3.4. This API will be dropped with no replacement.
    A Barrier signal is used to silently stop exploring a path. This signal can be used for instance to limit the depth of the exploration or to prevent some recursions.
    See Also:
    Serialized Form
    • Constructor Detail

      • BarrierSignal

        public BarrierSignal()
        Deprecated.