Class ModularSDFCodeGenerator.SimulationFiringFunction

  • Enclosing class:
    ModularSDFCodeGenerator

    public static class ModularSDFCodeGenerator.SimulationFiringFunction
    extends java.lang.Object
    A firing function for simulating (e.g. deadlock simulation)
    Author:
    dai
    • Field Summary

      Fields 
      Modifier and Type Field Description
      Actor actor
      The actor that fires.
      int functionIndex
      The index of the firing function of the actor.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • actor

        public Actor actor
        The actor that fires.
      • functionIndex

        public int functionIndex
        The index of the firing function of the actor.