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.
|
ResultCategory |
ResultFactory.createCategory(String uniqueName,
String displayName,
ResultCategory parent)
Creates a new checking result category.
|
Modifier and Type | Method and Description |
---|---|
Collection<ResultCategory> |
Result.getCategories()
Returns the categories this result belongs to.
|
Set<ResultCategory> |
ResultCategory.getChildCategories()
Returns the categories for which this category is the parent.
|
Optional<ResultCategory> |
ResultCategory.getParentCategory()
Returns the parent result category of this result category if such exists.
|
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.
|
ResultCategory |
ResultFactory.createCategory(String uniqueName,
String displayName,
ResultCategory parent)
Creates a new checking result category.
|
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 © 2020 Solibri, Inc.. All rights reserved.