Class ProcessSystemGraphvizExporter.GraphvizExportOptions
java.lang.Object
neqsim.process.processmodel.ProcessSystemGraphvizExporter.GraphvizExportOptions
- Enclosing class:
ProcessSystemGraphvizExporter
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classBuilder forProcessSystemGraphvizExporter.GraphvizExportOptions.static enumPlacement of the optional stream property table. -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate -
Method Summary
-
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
-
pressureUnit
-
flowRateUnit
-
-
Constructor Details
-
GraphvizExportOptions
-
-
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
-
getPressureUnit
-
getFlowRateUnit
-