us.ihmc.simulationconstructionset.commands.SelectGraphConfigurationCommandExecutor Maven / Gradle / Ivy
package us.ihmc.simulationconstructionset.commands;
public interface SelectGraphConfigurationCommandExecutor
{
public abstract void selectGraphConfiguration(String name);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy