Uses of Class
pulse.problem.statements.ProblemComplexity
-
Packages that use ProblemComplexity Package Description pulse.problem.statements Introduces various problem statements for the heat conduction problem in the laser flash experiment. -
-
Uses of ProblemComplexity in pulse.problem.statements
Methods in pulse.problem.statements that return ProblemComplexity Modifier and Type Method Description ProblemComplexity
Problem. getComplexity()
static ProblemComplexity
ProblemComplexity. valueOf(String name)
Returns the enum constant of this type with the specified name.static ProblemComplexity[]
ProblemComplexity. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in pulse.problem.statements with parameters of type ProblemComplexity Modifier and Type Method Description void
Problem. setComplexity(ProblemComplexity complexity)
-