Uses of Interface
com.solibri.smc.api.checking.ResultFactory
Packages that use ResultFactory
-
Uses of ResultFactory in com.solibri.smc.api.checking
Fields in com.solibri.smc.api.checking declared as ResultFactoryModifier and TypeFieldDescriptionstatic final ResultFactoryResultFactory.INSTANCEThis instance can be used to create categories that are not related to just a single rule instance.Methods in com.solibri.smc.api.checking with parameters of type ResultFactoryModifier and TypeMethodDescriptionfinal voidConcurrentRule.check(CheckingSelection components, ResultFactory resultFactory) abstract Collection<Result>ConcurrentRule.check(Component component, ResultFactory resultFactory) Called once for each component to be checked.final voidOneByOneRule.check(CheckingSelection components, ResultFactory resultFactory) abstract Collection<Result>OneByOneRule.check(Component component, ResultFactory resultFactory) Called once for each component to be checked.voidRule.check(CheckingSelection components, ResultFactory resultFactory) Called to implement the check phase.