net.simplace.sim.model.IntegratableComponent
public interface interface IntegratableComponent {
// Public Instance Methods public void postIntegrate();
The model integration function. Is guaranteed to be called once per module-specific time step.
}
Implemented by: net.simplace.sim.components.FWSimpleSimComponent