Class SILVerificationResult.VerificationIssue
java.lang.Object
neqsim.process.safety.risk.sis.SILVerificationResult.VerificationIssue
- All Implemented Interfaces:
Serializable
- Enclosing class:
SILVerificationResult
Verification issue found during analysis.
- Version:
- 1.0
- Author:
- NeqSim Development Team
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumstatic enum -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionVerificationIssue(SILVerificationResult.VerificationIssue.IssueSeverity severity, SILVerificationResult.VerificationIssue.IssueCategory category, String description, String recommendation) -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
severity
-
category
-
description
-
recommendation
-
-
Constructor Details
-
VerificationIssue
public VerificationIssue(SILVerificationResult.VerificationIssue.IssueSeverity severity, SILVerificationResult.VerificationIssue.IssueCategory category, String description, String recommendation)
-
-
Method Details
-
getSeverity
-
getCategory
-
getDescription
-
getRecommendation
-
toMap
-