Class IntCounter

All Implemented Interfaces:
CompilableControlFlow, CompilableDataFlow, IntSignalSource, Realtime, SignalSource<Integer>, Runnable, IntSupplier, Supplier<Integer>

public class IntCounter extends IntClockedSignalSource
PROVIS stimmt noch nicht! Zählt "run()" aufrufe, die SONST keine Semantik haben sollten!"
  • Field Details

  • Constructor Details

  • Method Details

    • run

      public void run()
      Description copied from interface: Realtime
      Processes an event.

      Any implementation of this method should complete promptly and normally. In particular it must not block indefinitely.