Uses of Interface
com.solibri.smc.api.checking.PreCheckResult
-
Packages that use PreCheckResult Package Description com.solibri.smc.api.checking -
-
Uses of PreCheckResult in com.solibri.smc.api.checking
Methods in com.solibri.smc.api.checking that return PreCheckResult Modifier and Type Method Description static 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.PreCheckResult
ConcurrentRule. preCheck()
This is called once before the checking of components.PreCheckResult
ConcurrentRule. preCheck(ComponentSelector components)
PreCheckResult
OneByOneRule. preCheck()
This is called once before the checking of components.PreCheckResult
OneByOneRule. preCheck(ComponentSelector components)
PreCheckResult
Rule. preCheck(ComponentSelector components)
This method is called once before the actual checking of the components.
-