Package | Description |
---|---|
com.solibri.smc.api.checking |
Modifier and Type | Field and Description |
---|---|
static ResultFactory |
ResultFactory.INSTANCE
This instance can be used to create categories that are not related to just a single rule instance.
|
Modifier and Type | Method and Description |
---|---|
void |
ConcurrentRule.check(CheckingSelection components,
ResultFactory resultFactory) |
void |
OneByOneRule.check(CheckingSelection components,
ResultFactory resultFactory) |
void |
Rule.check(CheckingSelection components,
ResultFactory resultFactory)
Called to implement the check phase.
|
abstract Collection<Result> |
ConcurrentRule.check(Component component,
ResultFactory resultFactory)
Called once for each component to be checked.
|
abstract Collection<Result> |
OneByOneRule.check(Component component,
ResultFactory resultFactory)
Called once for each component to be checked.
|
Copyright © 2020 Solibri, Inc.. All rights reserved.