Package de.labathome.gears
Class GearsOutput
- java.lang.Object
-
- de.labathome.gears.GearsOutput
-
public class GearsOutput extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected org.apache.commons.math3.fraction.Fraction[]solutionprotected List<int[][]>teethCounts
-
Constructor Summary
Constructors Constructor Description GearsOutput(org.apache.commons.math3.fraction.Fraction[] solution, List<int[][]> teethCounts)
-
-
-
Field Detail
-
solution
protected org.apache.commons.math3.fraction.Fraction[] solution
-
teethCounts
protected List<int[][]> teethCounts
-
-
Constructor Detail
-
GearsOutput
public GearsOutput(org.apache.commons.math3.fraction.Fraction[] solution, List<int[][]> teethCounts)
-
-
Method Detail
-
toJson
public String toJson()
-
-