Class SimpleAmineAbsorber.DesignCheck
java.lang.Object
neqsim.process.equipment.absorber.SimpleAmineAbsorber.DesignCheck
- All Implemented Interfaces:
Serializable
- Enclosing class:
SimpleAmineAbsorber
Result of a single design check.
- Version:
- 1.0
- Author:
- NeqSim
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDesignCheck(String name, boolean passed, String detail) Creates a design check result. -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
name
Check name. -
passed
private final boolean passedWhether the check passed. -
detail
Descriptive detail.
-
-
Constructor Details
-
DesignCheck
-
-
Method Details
-
getName
-
isPassed
public boolean isPassed()Gets whether the check passed.- Returns:
- true if passed
-
getDetail
-