Uses of Enum Class
com.github.jbgust.jsrm.application.result.MotorClassification
Packages that use MotorClassification
-
Uses of MotorClassification in com.github.jbgust.jsrm.application.result
Methods in com.github.jbgust.jsrm.application.result that return MotorClassificationModifier and TypeMethodDescriptionJSRMResult.getMotorClassification()static MotorClassificationMotorClassification.getMotorClassification(double totalImpulseInNewtonSecond) static MotorClassificationReturns the enum constant of this class with the specified name.static MotorClassification[]MotorClassification.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.github.jbgust.jsrm.application.result with parameters of type MotorClassificationModifierConstructorDescriptionJSRMResult(double maxThrustInNewton, double totalImpulseInNewtonSecond, double specificImpulseInSecond, double maxChamberPressureInMPa, double averageChamberPressureInMPa, double thrustTimeInSecond, MotorClassification motorClassification, List<MotorParameters> motorParameters, Nozzle nozzle, long averageThrustInNewton, Double grainMassInKg, long numberOfKNCorrection, PortToThroatAreaWarning portToThroatAreaWarning, double portToThroatArea)