Uses of Interface
com.solibri.smc.api.checking.PreCheckResult
Packages that use PreCheckResult
-
Uses of PreCheckResult in com.solibri.smc.api.checking
Methods in com.solibri.smc.api.checking that return PreCheckResultModifier and TypeMethodDescriptionstatic PreCheckResultPreCheckResult.createIrrelevant()Static creation method for this interface.static PreCheckResultPreCheckResult.createIrrelevant(String comment)Static creation method for this interface.static PreCheckResultPreCheckResult.createRelevant()Static creation method for this interface.static PreCheckResultPreCheckResult.createRelevant(String comment)Static creation method for this interface.ConcurrentRule.preCheck()This is called once before the checking of components.ConcurrentRule.preCheck(ComponentSelector components)OneByOneRule.preCheck()This is called once before the checking of components.OneByOneRule.preCheck(ComponentSelector components)Rule.preCheck(ComponentSelector components)This method is called once before the actual checking of the components.