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 ProblemComplexityProblem. getComplexity()static ProblemComplexityProblemComplexity. 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 voidProblem. setComplexity(ProblemComplexity complexity)
-