Uses of Class
neqsim.process.processmodel.dexpi.DexpiXmlWriter.NozzleConnection
Packages that use DexpiXmlWriter.NozzleConnection
Package
Description
DEXPI integration layer for importing and exporting P&ID data.
-
Uses of DexpiXmlWriter.NozzleConnection in neqsim.process.processmodel.dexpi
Method parameters in neqsim.process.processmodel.dexpi with type arguments of type DexpiXmlWriter.NozzleConnectionModifier and TypeMethodDescriptionprivate static voidDexpiXmlWriter.appendConnectionSystem(Document document, Element parent, List<DexpiXmlWriter.NozzleConnection> connections, Set<String> usedIds, Map<String, Element> valvePipingComponents, Map<String, double[]> nozzlePositions) Appends a PipingNetworkSystem containing Connection elements for equipment wiring.private static voidDexpiXmlWriter.buildConnections(ProcessSystem processSystem, Map<Integer, String> outletStreamToNozzle, Map<String, String> inletNozzles, List<DexpiXmlWriter.NozzleConnection> connections) Builds connections between equipment by matching inlet stream identity to outlet stream nozzles.