package gl8080.physics.domain; public interface PhysicalLaw { void apply(Physical physical, double sec); }