Uses of Class
neqsim.process.processmodel.dexpi.DexpiXmlReaderException
Packages that use DexpiXmlReaderException
Package
Description
DEXPI integration layer for importing and exporting P&ID data.
Professional Process Flow Diagram (PFD) generation for NeqSim.
-
Uses of DexpiXmlReaderException in neqsim.process.processmodel.dexpi
Methods in neqsim.process.processmodel.dexpi that throw DexpiXmlReaderExceptionModifier and TypeMethodDescriptionstatic voidDexpiXmlReader.load(File file, ProcessSystem processSystem) Populates an existingProcessSystemwith units parsed from a DEXPI XML file.static voidDexpiXmlReader.load(File file, ProcessSystem processSystem, Stream templateStream) Populates an existingProcessSystemwith units parsed from a DEXPI XML file.static voidDexpiXmlReader.load(InputStream inputStream, ProcessSystem processSystem) Populates an existingProcessSystemwith units parsed from a DEXPI XML stream.static voidDexpiXmlReader.load(InputStream inputStream, ProcessSystem processSystem, Stream templateStream) Populates an existingProcessSystemwith units parsed from a DEXPI XML stream.private static DocumentDexpiXmlReader.parseDocument(InputStream inputStream) static ProcessSystemReads the provided DEXPI XML file and returns a populatedProcessSystem.static ProcessSystemReads the provided DEXPI XML file and returns a populatedProcessSystemusing a templateStreamfor generated piping segments.static ProcessSystemDexpiXmlReader.read(InputStream inputStream) Reads the provided DEXPI XML stream and returns a populatedProcessSystem.static ProcessSystemDexpiXmlReader.read(InputStream inputStream, Stream templateStream) Reads the provided DEXPI XML stream and returns a populatedProcessSystemusing a templateStreamfor any generated piping segments. -
Uses of DexpiXmlReaderException in neqsim.process.processmodel.diagram
Methods in neqsim.process.processmodel.diagram that throw DexpiXmlReaderExceptionModifier and TypeMethodDescriptionstatic ProcessDiagramExporterDexpiDiagramBridge.importAndCreateExporter(Path dexpiXmlFile) Imports a DEXPI XML file and creates a diagram exporter.static ProcessDiagramExporterDexpiDiagramBridge.importAndCreateExporter(Path dexpiXmlFile, Stream templateStream) Imports a DEXPI XML file with a custom template stream and creates a diagram exporter.static ProcessSystemDexpiDiagramBridge.importDexpi(Path dexpiXmlFile) Imports a DEXPI XML file into a ProcessSystem.static ProcessSystemDexpiDiagramBridge.importDexpi(Path dexpiXmlFile, Stream templateStream) Imports a DEXPI XML file into a ProcessSystem with a custom template.static ProcessSystemPerforms a complete round-trip: import DEXPI, generate diagram, export back to DEXPI.