Class DexpiXmlWriter.NozzleConnection

java.lang.Object
neqsim.process.processmodel.dexpi.DexpiXmlWriter.NozzleConnection
Enclosing class:
DexpiXmlWriter

private static class DexpiXmlWriter.NozzleConnection extends Object
Simple connection descriptor linking an outlet nozzle to an inlet nozzle.
Version:
1.0
Author:
NeqSim
  • Field Details

    • fromNozzle

      private final String fromNozzle
    • toNozzle

      private final String toNozzle
  • Constructor Details

    • NozzleConnection

      NozzleConnection(String fromNozzle, String toNozzle)