Class EquipmentConstraintRegistry.ConstraintTemplate

java.lang.Object
neqsim.process.design.EquipmentConstraintRegistry.ConstraintTemplate
Enclosing class:
EquipmentConstraintRegistry

public static class EquipmentConstraintRegistry.ConstraintTemplate extends Object
Template class for constraint metadata.
Version:
1.0
Author:
NeqSim Development Team
  • Field Details

    • type

      private String type
    • displayName

      private String displayName
    • unit

      private String unit
    • description

      private String description
  • Constructor Details

    • ConstraintTemplate

      public ConstraintTemplate(String type, String displayName, String unit, String description)
      Create a constraint template.
      Parameters:
      type - constraint type identifier
      displayName - human-readable name
      unit - unit of measurement
      description - description of the constraint
  • Method Details

    • getType

      public String getType()
      Get the constraint type identifier.
      Returns:
      type identifier
    • getDisplayName

      public String getDisplayName()
      Get the display name.
      Returns:
      display name
    • getUnit

      public String getUnit()
      Get the unit of measurement.
      Returns:
      unit
    • getDescription

      public String getDescription()
      Get the description.
      Returns:
      description