Package tests

Class myjob

All Implemented Interfaces:
Runnable

public class myjob extends defaultJob<Long,Long>
a defaultJob used for the thesis
  • Constructor Details

    • myjob

      public myjob()
  • Method Details

    • runJob

      public void runJob() throws InterruptedException
      Description copied from class: defaultJob
      blank function that should be overwritten by class extending bbflow.defaultJob. Here main computation task is done once we're sure there's data in at least one of the input channels Lists 'in' and 'out' must be used manually and EOS() must be managed by the user.
      Overrides:
      runJob in class defaultJob<Long,Long>
      Throws:
      InterruptedException