Package no.sikt.graphitron.configuration
Class CodeGenerationThresholds
java.lang.Object
no.sikt.graphitron.configuration.CodeGenerationThresholds
-
Constructor Summary
ConstructorsConstructorDescriptionCodeGenerationThresholds(Integer upperBoundLinesOfCode, Integer crashPointLinesOfCode, Integer upperBoundNestingDepth, Integer crashPointNestingDepth) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
CodeGenerationThresholds
public CodeGenerationThresholds() -
CodeGenerationThresholds
-
-
Method Details
-
getUpperBoundLinesOfCode
-
getUpperBoundNestingDepth
-
getCrashPointLinesOfCode
-
getCrashPointNestingDepth
-