Class DexpiMetadata
java.lang.Object
neqsim.process.processmodel.dexpi.DexpiMetadata
Shared constants describing the recommended DEXPI metadata handled by the reader and writer.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDefault volumetric flow unit written to DEXPI documents.static final StringDefault pressure unit written to DEXPI documents.static final StringDefault temperature unit written to DEXPI documents.static final StringGeneric attribute containing a fluid code reference.static final StringGeneric attribute containing a line number reference.static final StringGeneric attribute containing the unit of the operating flow value of a segment.static final StringGeneric attribute containing the operating flow value of a segment.static final StringGeneric attribute containing the unit of the operating pressure value of a segment.static final StringGeneric attribute containing the operating pressure value of a segment.static final StringGeneric attribute containing the unit of the operating temperature value of a segment.static final StringGeneric attribute containing the operating temperature value of a segment.static final StringGeneric attribute containing the segment number of a piping network segment.static final StringGeneric attribute containing the tag name of an equipment item. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the recommended generic attributes that should accompany DEXPI equipment items.Returns the recommended generic attributes that should accompany DEXPI piping segments.
-
Field Details
-
TAG_NAME
Generic attribute containing the tag name of an equipment item.- See Also:
-
LINE_NUMBER
Generic attribute containing a line number reference.- See Also:
-
FLUID_CODE
Generic attribute containing a fluid code reference.- See Also:
-
SEGMENT_NUMBER
Generic attribute containing the segment number of a piping network segment.- See Also:
-
OPERATING_PRESSURE_VALUE
Generic attribute containing the operating pressure value of a segment.- See Also:
-
OPERATING_PRESSURE_UNIT
Generic attribute containing the unit of the operating pressure value of a segment.- See Also:
-
OPERATING_TEMPERATURE_VALUE
Generic attribute containing the operating temperature value of a segment.- See Also:
-
OPERATING_TEMPERATURE_UNIT
Generic attribute containing the unit of the operating temperature value of a segment.- See Also:
-
OPERATING_FLOW_VALUE
Generic attribute containing the operating flow value of a segment.- See Also:
-
OPERATING_FLOW_UNIT
Generic attribute containing the unit of the operating flow value of a segment.- See Also:
-
DEFAULT_PRESSURE_UNIT
Default pressure unit written to DEXPI documents.- See Also:
-
DEFAULT_TEMPERATURE_UNIT
Default temperature unit written to DEXPI documents.- See Also:
-
DEFAULT_FLOW_UNIT
Default volumetric flow unit written to DEXPI documents.- See Also:
-
RECOMMENDED_STREAM_ATTRIBUTES
-
RECOMMENDED_EQUIPMENT_ATTRIBUTES
-
-
Constructor Details
-
DexpiMetadata
private DexpiMetadata()
-
-
Method Details
-
recommendedStreamAttributes
-
recommendedEquipmentAttributes
-