Class StopPathExplorationSignal

  • All Implemented Interfaces:
    Serializable

    @Deprecated
    public class StopPathExplorationSignal
    extends ExecutionFlowSignal
    Deprecated.
    since version 3.4. This API will be dropped with no replacement.
    This signal must be used when the end of a path has been reached. For instance when encountering the return; statement with java or the EXIT PROGRAM. statement with COBOL.
    See Also:
    Serialized Form
    • Constructor Detail

      • StopPathExplorationSignal

        public StopPathExplorationSignal()
        Deprecated.