Class ParallelCheckJoinTask

    • Field Detail

      • strategy

        protected final FederationEvalStrategy strategy
        Deprecated, for removal: This API element is subject to removal in a future version.
      • expr

        protected final CheckStatementPattern expr
        Deprecated, for removal: This API element is subject to removal in a future version.
      • bindings

        protected final List<BindingSet> bindings
        Deprecated, for removal: This API element is subject to removal in a future version.
      • joinControl

        protected final ParallelExecutor<BindingSet> joinControl
        Deprecated, for removal: This API element is subject to removal in a future version.
    • Method Detail

      • getControl

        public ParallelExecutor<BindingSet> getControl()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Description copied from interface: ParallelTask
        return the controlling instance, e.g. in most cases the instance of a thread. Shared variables are used to inform the thread about new events.
        Returns:
        the control executor