net.simplace.simulation.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: FWSimpleSimComponent