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.final PreCheckResultConcurrentRule.preCheck(ComponentSelector components) OneByOneRule.preCheck()This is called once before the checking of components.final PreCheckResultOneByOneRule.preCheck(ComponentSelector components) Rule.preCheck(ComponentSelector components) This method is called once before the actual checking of the components.