Class JSRMSimulation
java.lang.Object
com.github.jbgust.jsrm.application.JSRMSimulation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionrun()Run the simulation with default configurationrun(JSRMConfig customConfig) Run the simulation with the given configuration
-
Constructor Details
-
JSRMSimulation
Create a JSRMSimulation for a motor- Parameters:
motor- the motor that will be used in simulation
-
-
Method Details
-
run
Run the simulation with default configuration- Returns:
- The simuation result
-
run
Run the simulation with the given configuration- Parameters:
customConfig- JSRMConfig used to run the computation- Returns:
- The simuation result
-