Class DexpiMetadata

java.lang.Object
neqsim.process.processmodel.dexpi.DexpiMetadata

public final class DexpiMetadata extends Object
Shared constants describing the recommended DEXPI metadata handled by the reader and writer.
  • Field Details

    • TAG_NAME

      public static final String TAG_NAME
      Generic attribute containing the tag name of an equipment item.
      See Also:
    • LINE_NUMBER

      public static final String LINE_NUMBER
      Generic attribute containing a line number reference.
      See Also:
    • FLUID_CODE

      public static final String FLUID_CODE
      Generic attribute containing a fluid code reference.
      See Also:
    • SEGMENT_NUMBER

      public static final String SEGMENT_NUMBER
      Generic attribute containing the segment number of a piping network segment.
      See Also:
    • OPERATING_PRESSURE_VALUE

      public static final String OPERATING_PRESSURE_VALUE
      Generic attribute containing the operating pressure value of a segment.
      See Also:
    • OPERATING_PRESSURE_UNIT

      public static final String OPERATING_PRESSURE_UNIT
      Generic attribute containing the unit of the operating pressure value of a segment.
      See Also:
    • OPERATING_TEMPERATURE_VALUE

      public static final String OPERATING_TEMPERATURE_VALUE
      Generic attribute containing the operating temperature value of a segment.
      See Also:
    • OPERATING_TEMPERATURE_UNIT

      public static final String OPERATING_TEMPERATURE_UNIT
      Generic attribute containing the unit of the operating temperature value of a segment.
      See Also:
    • OPERATING_FLOW_VALUE

      public static final String OPERATING_FLOW_VALUE
      Generic attribute containing the operating flow value of a segment.
      See Also:
    • OPERATING_FLOW_UNIT

      public static final String OPERATING_FLOW_UNIT
      Generic attribute containing the unit of the operating flow value of a segment.
      See Also:
    • DEFAULT_PRESSURE_UNIT

      public static final String DEFAULT_PRESSURE_UNIT
      Default pressure unit written to DEXPI documents.
      See Also:
    • DEFAULT_TEMPERATURE_UNIT

      public static final String DEFAULT_TEMPERATURE_UNIT
      Default temperature unit written to DEXPI documents.
      See Also:
    • DEFAULT_FLOW_UNIT

      public static final String DEFAULT_FLOW_UNIT
      Default volumetric flow unit written to DEXPI documents.
      See Also:
  • Constructor Details

    • DexpiMetadata

      private DexpiMetadata()
  • Method Details

    • recommendedStreamAttributes

      public static Set<String> recommendedStreamAttributes()
      Returns the recommended generic attributes that should accompany DEXPI piping segments.
      Returns:
      immutable set of attribute names
    • recommendedEquipmentAttributes

      public static Set<String> recommendedEquipmentAttributes()
      Returns the recommended generic attributes that should accompany DEXPI equipment items.
      Returns:
      immutable set of attribute names