Class Runtime

java.lang.Object
java.lang.Thread
dev.narlyx.tweetybird.Runtime
All Implemented Interfaces:
Runnable

public class Runtime extends Thread
This class is the runtime for TweetyBird and currently handles all calculations and steps.
  • Field Details

    • busy

      protected boolean busy
  • Constructor Details

    • Runtime

      public Runtime(TweetyBird tweetyBird)
      Constructor
      Parameters:
      tweetyBird - Pull configuration and variables
  • Method Details

    • run

      public void run()
      Main method
      Specified by:
      run in interface Runnable
      Overrides:
      run in class Thread