Uses of Class
neqsim.process.util.report.ReportConfig
Packages that use ReportConfig
Package
Description
-
Uses of ReportConfig in neqsim.process.equipment
Methods in neqsim.process.equipment with parameters of type ReportConfigModifier and TypeMethodDescriptionProcessEquipmentBaseClass.toJson(ReportConfig cfg) Serializes the Process Equipment with configurable level of detail.default StringProcessEquipmentInterface.toJson(ReportConfig cfg) Serializes the Process Equipment with configurable level of detail.TwoPortEquipment.toJson(ReportConfig cfg) Serializes the Process Equipment with configurable level of detail. -
Uses of ReportConfig in neqsim.process.equipment.compressor
Methods in neqsim.process.equipment.compressor with parameters of type ReportConfigModifier and TypeMethodDescriptionCompressor.toJson(ReportConfig cfg) Serializes the Process Equipment with configurable level of detail. -
Uses of ReportConfig in neqsim.process.equipment.distillation
Methods in neqsim.process.equipment.distillation with parameters of type ReportConfigModifier and TypeMethodDescriptionDistillationColumn.toJson(ReportConfig cfg) Serializes the Process Equipment with configurable level of detail. -
Uses of ReportConfig in neqsim.process.equipment.ejector
Methods in neqsim.process.equipment.ejector with parameters of type ReportConfigModifier and TypeMethodDescriptionEjector.toJson(ReportConfig cfg) Serializes the Process Equipment with configurable level of detail. -
Uses of ReportConfig in neqsim.process.equipment.expander
Methods in neqsim.process.equipment.expander with parameters of type ReportConfigModifier and TypeMethodDescriptionTurboExpanderCompressor.toJson(ReportConfig cfg) Serializes the Process Equipment with configurable level of detail. -
Uses of ReportConfig in neqsim.process.equipment.filter
Methods in neqsim.process.equipment.filter with parameters of type ReportConfigModifier and TypeMethodDescriptionFilter.toJson(ReportConfig cfg) Serializes the Process Equipment with configurable level of detail. -
Uses of ReportConfig in neqsim.process.equipment.flare
Methods in neqsim.process.equipment.flare with parameters of type ReportConfigModifier and TypeMethodDescriptionFlare.toJson(ReportConfig cfg) Serializes the Process Equipment with configurable level of detail. -
Uses of ReportConfig in neqsim.process.equipment.heatexchanger
Methods in neqsim.process.equipment.heatexchanger with parameters of type ReportConfigModifier and TypeMethodDescriptionCooler.toJson(ReportConfig cfg) Serializes the Process Equipment with configurable level of detail.Heater.toJson(ReportConfig cfg) Serializes the Process Equipment with configurable level of detail.HeatExchanger.toJson(ReportConfig cfg) Serializes the Process Equipment with configurable level of detail.MultiStreamHeatExchanger.toJson(ReportConfig cfg) Serializes the Process Equipment with configurable level of detail.MultiStreamHeatExchanger2.toJson(ReportConfig cfg) Serializes the Process Equipment with configurable level of detail.default StringMultiStreamHeatExchangerInterface.toJson(ReportConfig cfg) Serializes the Process Equipment with configurable level of detail. -
Uses of ReportConfig in neqsim.process.equipment.manifold
Methods in neqsim.process.equipment.manifold with parameters of type ReportConfigModifier and TypeMethodDescriptionManifold.toJson(ReportConfig cfg) Serializes the Process Equipment with configurable level of detail. -
Uses of ReportConfig in neqsim.process.equipment.mixer
Methods in neqsim.process.equipment.mixer with parameters of type ReportConfigModifier and TypeMethodDescriptionMixer.toJson(ReportConfig cfg) Serializes the Process Equipment with configurable level of detail.StaticMixer.toJson(ReportConfig cfg) Serializes the Process Equipment with configurable level of detail. -
Uses of ReportConfig in neqsim.process.equipment.pipeline
Methods in neqsim.process.equipment.pipeline with parameters of type ReportConfigModifier and TypeMethodDescriptionPipeBeggsAndBrills.toJson(ReportConfig cfg) Serializes the Process Equipment with configurable level of detail.Pipeline.toJson(ReportConfig cfg) Serializes the Process Equipment with configurable level of detail. -
Uses of ReportConfig in neqsim.process.equipment.pump
Methods in neqsim.process.equipment.pump with parameters of type ReportConfigModifier and TypeMethodDescriptionPump.toJson(ReportConfig cfg) Serializes the Process Equipment with configurable level of detail. -
Uses of ReportConfig in neqsim.process.equipment.reactor
Methods in neqsim.process.equipment.reactor with parameters of type ReportConfigModifier and TypeMethodDescriptionFurnaceBurner.toJson(ReportConfig cfg) Serializes the Process Equipment with configurable level of detail. -
Uses of ReportConfig in neqsim.process.equipment.separator
Methods in neqsim.process.equipment.separator with parameters of type ReportConfigModifier and TypeMethodDescriptionSeparator.toJson(ReportConfig cfg) Serializes the Process Equipment with configurable level of detail.ThreePhaseSeparator.toJson(ReportConfig cfg) Serializes the Process Equipment with configurable level of detail. -
Uses of ReportConfig in neqsim.process.equipment.splitter
Methods in neqsim.process.equipment.splitter with parameters of type ReportConfigModifier and TypeMethodDescriptionComponentSplitter.toJson(ReportConfig cfg) Serializes the Process Equipment with configurable level of detail.Splitter.toJson(ReportConfig cfg) Serializes the Process Equipment with configurable level of detail. -
Uses of ReportConfig in neqsim.process.equipment.stream
Methods in neqsim.process.equipment.stream with parameters of type ReportConfigModifier and TypeMethodDescriptionStream.toJson(ReportConfig cfg) Serializes the Process Equipment with configurable level of detail. -
Uses of ReportConfig in neqsim.process.equipment.tank
Methods in neqsim.process.equipment.tank with parameters of type ReportConfigModifier and TypeMethodDescriptionTank.toJson(ReportConfig cfg) Serializes the Process Equipment with configurable level of detail. -
Uses of ReportConfig in neqsim.process.equipment.util
Methods in neqsim.process.equipment.util with parameters of type ReportConfigModifier and TypeMethodDescriptionRecycle.toJson(ReportConfig cfg) Serializes the Process Equipment with configurable level of detail. -
Uses of ReportConfig in neqsim.process.equipment.valve
Methods in neqsim.process.equipment.valve with parameters of type ReportConfigModifier and TypeMethodDescriptionThrottlingValve.toJson(ReportConfig cfg) Serializes the Process Equipment with configurable level of detail. -
Uses of ReportConfig in neqsim.process.util.monitor
Methods in neqsim.process.util.monitor with parameters of type ReportConfigModifier and TypeMethodDescriptionvoidBaseResponse.applyConfig(ReportConfig cfg) Apply reporting configuration - default does nothing.voidCompressorResponse.applyConfig(ReportConfig cfg) Apply reporting configuration - default does nothing.voidStreamResponse.applyConfig(ReportConfig cfg) Apply reporting configuration - default does nothing.protected ReportConfig.DetailLevelBaseResponse.getDetailLevel(ReportConfig cfg) Determine detail level for this response based on config. -
Uses of ReportConfig in neqsim.process.util.report
Methods in neqsim.process.util.report with parameters of type ReportConfigModifier and TypeMethodDescriptionReport.generateJsonReport(ReportConfig cfg) Generate a JSON report with configurable detail level. -
Uses of ReportConfig in neqsim.process.util.report.safety
Fields in neqsim.process.util.report.safety declared as ReportConfigMethods in neqsim.process.util.report.safety with parameters of type ReportConfigModifier and TypeMethodDescriptionProcessSafetyReportBuilder.withReportConfig(ReportConfig cfg) Configure report serialization options.