Uses of Class
com.e1c.g5.v8.dt.check.CheckComplexity
-
Packages that use CheckComplexity Package Description com.e1c.g5.v8.dt.check com.e1c.g5.v8.dt.check.components com.e1c.g5.v8.dt.check.context -
-
Uses of CheckComplexity in com.e1c.g5.v8.dt.check
Methods in com.e1c.g5.v8.dt.check that return CheckComplexity Modifier and Type Method Description static CheckComplexity
CheckComplexity. valueOf(String name)
Returns the enum constant of this type with the specified name.static CheckComplexity[]
CheckComplexity. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.e1c.g5.v8.dt.check with parameters of type CheckComplexity Modifier and Type Method Description void
ICheckDefinition. setComplexity(CheckComplexity complexity)
Sets the complexity of the check. -
Uses of CheckComplexity in com.e1c.g5.v8.dt.check.components
Methods in com.e1c.g5.v8.dt.check.components with parameters of type CheckComplexity Modifier and Type Method Description BasicCheck.CheckConfigurer
BasicCheck.CheckConfigurer. complexity(CheckComplexity complexity)
Defines the complexity of the check.BasicCheck.CheckConfigurer
BasicCheck.CheckParameterBuilder. complexity(CheckComplexity complexity)
Defines the complexity of the check.BasicCheck.CheckConfigurer
BasicCheck.ModuleConfigurationBuilder. complexity(CheckComplexity complexity)
Defines the complexity of the check.BasicCheck.CheckConfigurer
BasicCheck.TopObjectConfigurationBuilder. complexity(CheckComplexity complexity)
Defines the complexity of the check. -
Uses of CheckComplexity in com.e1c.g5.v8.dt.check.context
Constructors in com.e1c.g5.v8.dt.check.context with parameters of type CheckComplexity Constructor Description CheckContextCollectingSession(String checkId, CheckComplexity complexity, IContextCollectingSession session)
Constructs an instance of the session
-