us.ihmc.simulationconstructionset.SimulationConstructor 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;
public interface SimulationConstructor extends java.io.Serializable
{
public Simulation constructSimulation(String[] structuralParameterNames, double[] structuralParameterValues);
public void doActionAfterSimulationStateInitialized(Simulation simulation);
}