All Downloads are FREE. Search and download functionalities are using the official Maven repository.

us.ihmc.simulationconstructionset.ParameterRootNamespaceHolder Maven / Gradle / Ivy

There is a newer version: 0.25.2
Show newest version
package us.ihmc.simulationconstructionset;

import java.io.File;

import us.ihmc.yoVariables.registry.YoNamespace;

public interface ParameterRootNamespaceHolder
{
   public YoNamespace getParameterRootPath();

   public File getDefaultParameterFile();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy