public interface PreCheckResult
Modifier and Type | Method and Description |
---|---|
static PreCheckResult |
createIrrelevant()
Static creation method for this interface.
|
static PreCheckResult |
createIrrelevant(String comment)
Static creation method for this interface.
|
static PreCheckResult |
createRelevant()
Static creation method for this interface.
|
static PreCheckResult |
createRelevant(String comment)
Static creation method for this interface.
|
String |
getComment()
Returns the comment or explanation on the result.
|
boolean |
isIrrelevant()
Returns whether the rule is irrelevant for the current state of the model and rule.
|
boolean |
isRelevant()
Returns whether the rule is relevant for the current state of the model and rule.
|
static PreCheckResult createRelevant()
static PreCheckResult createIrrelevant()
static PreCheckResult createRelevant(String comment)
comment
- a comment that relates to the content of the relevant-resultstatic PreCheckResult createIrrelevant(String comment)
comment
- the comment informing the reason for the rule being irrelevantboolean isRelevant()
boolean isIrrelevant()
String getComment()
Copyright © 2019 Solibri, Inc.. All rights reserved.