package physics; public interface ForceSource extends RTTSource { public float force_magnitude(); }