Interface IBlackboardInteractingWorkflowComponent<BlackboardType extends Blackboard<?>>

Type Parameters:
BlackboardType - the generic type
All Known Implementing Classes:
BlackboardReader, MWE2BlackboardWorkflowComponentBridge

public interface IBlackboardInteractingWorkflowComponent<BlackboardType extends Blackboard<?>>
The Interface IBlackboardInteractingWorkflowComponent.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Sets the blackboard of this job to the given blackboard.
  • Method Details

    • setBlackboard

      void setBlackboard(BlackboardType blackboard)
      Sets the blackboard of this job to the given blackboard.
      Parameters:
      blackboard - The blackboard to be used by this job