Class ProcessSystemGraphvizExporter.GraphvizExportOptions

java.lang.Object
neqsim.process.processmodel.ProcessSystemGraphvizExporter.GraphvizExportOptions
Enclosing class:
ProcessSystemGraphvizExporter

public static final class ProcessSystemGraphvizExporter.GraphvizExportOptions extends Object
  • Field Details

    • includeStreamTemperatures

      private final boolean includeStreamTemperatures
    • includeStreamPressures

      private final boolean includeStreamPressures
    • includeStreamFlowRates

      private final boolean includeStreamFlowRates
    • includeStreamPropertyTable

      private final boolean includeStreamPropertyTable
    • includeTableTemperatures

      private final boolean includeTableTemperatures
    • includeTablePressures

      private final boolean includeTablePressures
    • includeTableFlowRates

      private final boolean includeTableFlowRates
    • tablePlacement

    • temperatureUnit

      private final String temperatureUnit
    • pressureUnit

      private final String pressureUnit
    • flowRateUnit

      private final String flowRateUnit
  • Constructor Details

  • Method Details

    • builder

      Create a builder for the export options.
      Returns:
      a new Builder instance
    • defaults

      Default export options.
      Returns:
      the default GraphvizExportOptions
    • includeStreamTemperatures

      public boolean includeStreamTemperatures()
    • includeStreamPressures

      public boolean includeStreamPressures()
    • includeStreamFlowRates

      public boolean includeStreamFlowRates()
    • includeStreamPropertyTable

      public boolean includeStreamPropertyTable()
    • includeTableTemperatures

      public boolean includeTableTemperatures()
    • includeTablePressures

      public boolean includeTablePressures()
    • includeTableFlowRates

      public boolean includeTableFlowRates()
    • getTablePlacement

    • getTemperatureUnit

      public String getTemperatureUnit()
    • getPressureUnit

      public String getPressureUnit()
    • getFlowRateUnit

      public String getFlowRateUnit()