Uses of Class
neqsim.process.processmodel.dexpi.DexpiLayoutEngine.StreamTableEntry
Packages that use DexpiLayoutEngine.StreamTableEntry
Package
Description
DEXPI integration layer for importing and exporting P&ID data.
-
Uses of DexpiLayoutEngine.StreamTableEntry in neqsim.process.processmodel.dexpi
Methods in neqsim.process.processmodel.dexpi that return DexpiLayoutEngine.StreamTableEntryModifier and TypeMethodDescriptionprivate static DexpiLayoutEngine.StreamTableEntryDexpiXmlWriter.buildStreamEntry(DecimalFormat df, String streamLabel, StreamInterface stream) Builds a single stream table entry from a stream's simulation results.Methods in neqsim.process.processmodel.dexpi that return types with arguments of type DexpiLayoutEngine.StreamTableEntryModifier and TypeMethodDescriptionprivate static List<DexpiLayoutEngine.StreamTableEntry> DexpiXmlWriter.collectStreamTableData(ProcessSystem processSystem) Collects stream data for the stream table from process system equipment.Method parameters in neqsim.process.processmodel.dexpi with type arguments of type DexpiLayoutEngine.StreamTableEntryModifier and TypeMethodDescription(package private) static voidDexpiLayoutEngine.appendStreamTable(Document document, Element parent, List<DexpiLayoutEngine.StreamTableEntry> streamData) Appends a process conditions table (stream table) at the bottom of the drawing.