Class SimpleAmineAbsorber.DesignCheck

java.lang.Object
neqsim.process.equipment.absorber.SimpleAmineAbsorber.DesignCheck
All Implemented Interfaces:
Serializable
Enclosing class:
SimpleAmineAbsorber

public static class SimpleAmineAbsorber.DesignCheck extends Object implements Serializable
Result of a single design check.
Version:
1.0
Author:
NeqSim
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • name

      private final String name
      Check name.
    • passed

      private final boolean passed
      Whether the check passed.
    • detail

      private final String detail
      Descriptive detail.
  • Constructor Details

    • DesignCheck

      public DesignCheck(String name, boolean passed, String detail)
      Creates a design check result.
      Parameters:
      name - check name
      passed - whether it passed
      detail - description
  • Method Details

    • getName

      public String getName()
      Gets the check name.
      Returns:
      check name
    • isPassed

      public boolean isPassed()
      Gets whether the check passed.
      Returns:
      true if passed
    • getDetail

      public String getDetail()
      Gets the detail description.
      Returns:
      detail string