
us.ihmc.simulationconstructionset.commands.RunCommandsExecutor Maven / Gradle / Ivy
package us.ihmc.simulationconstructionset.commands;
public interface RunCommandsExecutor extends PlayCommandExecutor, SimulateCommandExecutor, StopCommandExecutor
{
public abstract void setPlaybackRealTimeRate(double realtimeRate);
public abstract double getPlaybackRealTimeRate();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy