Uses of Enum Class
com.e1c.g5.v8.dt.check.CheckComplexity
Packages that use CheckComplexity
Package
Description
-
Uses of CheckComplexity in com.e1c.g5.v8.dt.check
Methods in com.e1c.g5.v8.dt.check that return CheckComplexityModifier and TypeMethodDescriptionstatic CheckComplexity
Returns the enum constant of this class with the specified name.static CheckComplexity[]
CheckComplexity.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.e1c.g5.v8.dt.check with parameters of type CheckComplexityModifier and TypeMethodDescriptionvoid
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 CheckComplexityModifier and TypeMethodDescriptionBasicCheck.CheckConfigurer.complexity
(CheckComplexity complexity) Defines the complexity of the check.BasicCheck.CheckParameterBuilder.complexity
(CheckComplexity complexity) Defines the complexity of the check.BasicCheck.ModuleConfigurationBuilder.complexity
(CheckComplexity complexity) Defines the complexity of the check.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 CheckComplexityModifierConstructorDescriptionCheckContextCollectingSession
(String checkId, CheckComplexity complexity, boolean criticalDataIntegrityCheck, IContextCollectingSession session) Constructs an instance of the session -
Uses of CheckComplexity in com.e1c.g5.v8.dt.internal.check
Methods in com.e1c.g5.v8.dt.internal.check that return types with arguments of type CheckComplexityModifier and TypeMethodDescriptionICheckMetadataManager.getCheckComplexities()
Gets complexities for all registered checks -
Uses of CheckComplexity in com.e1c.g5.v8.dt.internal.check.derived
Methods in com.e1c.g5.v8.dt.internal.check.derived that return CheckComplexityMethods in com.e1c.g5.v8.dt.internal.check.derived with parameters of type CheckComplexityModifier and TypeMethodDescriptionvoid
ModelRebuildDefinition.addDefinition
(boolean topIsTarget, Set<org.eclipse.emf.ecore.EClass> checkedContainmentEClasses, CheckComplexity complexity, boolean criticalDataIntegrityCheck, CheckUid checkUid) Adds a check rebuild scope definition to the rebuild scope collectorModelRebuildDefinition.getApplicableCheckUids
(org.eclipse.emf.ecore.EClass targetEClass, boolean isTopObject, CheckComplexity complexity, boolean criticalDataIntegrityCheck) Gets applicable checks for the givenEClass
and the check complexityvoid
CheckDefinition.setComplexity
(CheckComplexity complexity) Constructors in com.e1c.g5.v8.dt.internal.check.derived with parameters of type CheckComplexityModifierConstructorDescriptionModelCheckDerivedDataComputer
(String supportedSegmentId, Collection<org.eclipse.emf.ecore.EClass> supportedTypes, CheckComplexity complexity, boolean criticalDataIntegrityChecks, Map<org.eclipse.emf.ecore.EClass, ModelRebuildDefinition> rebuildDefinitions, ICheckExecutor checkExecutor, ICheckRepository checkRepository, IResourceLookup resourceLookup, IModelEditingSupport modelEditingSupport, IMarkerManager markerManager) Constructs the instance of the computer. -
Uses of CheckComplexity in com.e1c.g5.v8.dt.internal.check.legacy
Methods in com.e1c.g5.v8.dt.internal.check.legacy that return CheckComplexityModifier and TypeMethodDescriptionValidationMethodDescriptor.getCheckComplexity()
Provides the check complexity -
Uses of CheckComplexity in com.e1c.g5.v8.dt.internal.check.repository
Methods in com.e1c.g5.v8.dt.internal.check.repository that return types with arguments of type CheckComplexity