us.ihmc.simulationconstructionset.commands.SimulateCommandExecutor Maven / Gradle / Ivy
package us.ihmc.simulationconstructionset.commands;
public interface SimulateCommandExecutor
{
public abstract void simulate();
public abstract boolean isSimulating();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy