Package | Description |
---|---|
com.solibri.smc.api.checking |
Modifier and Type | Method and Description |
---|---|
ResultCategory |
ResultFactory.createCategory(String uniqueName,
String displayName)
Creates a new checking result category.
|
Modifier and Type | Method and Description |
---|---|
Collection<ResultCategory> |
Result.getCategories()
Returns the categories this result belongs to.
|
Modifier and Type | Method and Description |
---|---|
Result |
ResultFactory.create(String name,
String description,
ResultCategory category)
Returns a result indicating that the component has a problem.
|
Result |
Result.withCategory(ResultCategory category)
Returns a copy of this result but assigned to the specified category.
|
Modifier and Type | Method and Description |
---|---|
Result |
ResultFactory.create(String name,
String description,
Collection<ResultCategory> categories)
Returns a result indicating that the component has a problem.
|
Result |
Result.withCategories(Collection<? extends ResultCategory> categories)
Returns a copy of this result but assigned to the specified categories.
|
Copyright © 2019 Solibri, Inc.. All rights reserved.