artisynth.core.mechmodels
Interface RequiresInitialize

All Known Subinterfaces:
ExcitationComponent
All Known Implementing Classes:
FemMuscleModel, FrameExciter, HydrostatModel, MFreeMuscleBundle, MFreeMuscleElementDesc, MFreeMuscleModel, MultiPointMuscle, MultiPointMuscleVia, Muscle, MuscleBundle, MuscleElementDesc, MuscleExciter, PointExciter, PointToPointMuscle, SpongeModel

public interface RequiresInitialize

Indicates a component, other than a MechSystemModel, that requires initialization when its containing model is initialized.


Method Summary
 void initialize(double t)
          Called from within the model's initialize() method.
 

Method Detail

initialize

void initialize(double t)
Called from within the model's initialize() method.

Parameters:
t - initialization time (seconds)