Uses of Interface
com.solibri.smc.api.checking.PreCheckResult
-
Uses of PreCheckResult in com.solibri.smc.api.checking
Modifier and TypeMethodDescriptionstatic PreCheckResult
PreCheckResult.createIrrelevant()
Static creation method for this interface.static PreCheckResult
PreCheckResult.createIrrelevant
(String comment) Static creation method for this interface.static PreCheckResult
PreCheckResult.createRelevant()
Static creation method for this interface.static PreCheckResult
PreCheckResult.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.final PreCheckResult
OneByOneRule.preCheck
(ComponentSelector components) Rule.preCheck
(ComponentSelector components) This method is called once before the actual checking of the components.