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.ObjectA firing function for simulating (e.g. deadlock simulation)- Author:
 - dai
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description ActoractorThe actor that fires.intfunctionIndexThe 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. 
 - 
 
 -