Class ModularSDFCodeGenerator.SimulationFiringFunction
- java.lang.Object
-
- ptolemy.cg.kernel.generic.program.procedural.java.modular.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.
-
-
-
Field Detail
-
actor
public Actor actor
The actor that fires.
-
functionIndex
public int functionIndex
The index of the firing function of the actor.
-
-