us.ihmc.simulationconstructionset.ParameterRootNamespaceHolder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of simulation-construction-set
Show all versions of simulation-construction-set
Simulation Construction Set
package us.ihmc.simulationconstructionset;
import java.io.File;
import us.ihmc.yoVariables.registry.YoNamespace;
public interface ParameterRootNamespaceHolder
{
public YoNamespace getParameterRootPath();
public File getDefaultParameterFile();
}