Class BaseResponse
java.lang.Object
neqsim.process.util.monitor.BaseResponse
- Direct Known Subclasses:
ComponentSplitterResponse, CompressorResponse, DistillationColumnResponse, EjectorResponse, FilterResponse, FlareResponse, FurnaceBurnerResponse, HeaterResponse, HXResponse, ManifoldResponse, MixerResponse, MPMResponse, MultiStreamHeatExchanger2Response, MultiStreamHeatExchangerResponse, PipeBeggsBrillsResponse, PipelineResponse, PumpResponse, RecycleResponse, SeparatorResponse, SplitterResponse, StreamResponse, TankResponse, ThreePhaseSeparatorResponse, TurboExpanderCompressorResponse, ValveResponse
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstructor for BaseResponse.BaseResponse(ProcessEquipmentInterface equipment) Constructor for BaseResponse.BaseResponse(MeasurementDeviceInterface equipment) Constructor for BaseResponse. -
Method Summary
Modifier and TypeMethodDescriptionvoidapplyConfig(ReportConfig cfg) Apply reporting configuration - default does nothing.protected ReportConfig.DetailLevelDetermine detail level for this response based on config.
-
Field Details
-
tagName
-
name
-
-
Constructor Details
-
BaseResponse
public BaseResponse()Constructor for BaseResponse.
-
BaseResponse
Constructor for BaseResponse.
- Parameters:
equipment- aProcessEquipmentInterfaceobject
-
BaseResponse
Constructor for BaseResponse.
- Parameters:
equipment- aMeasurementDeviceInterfaceobject
-
-
Method Details
-
applyConfig
Apply reporting configuration - default does nothing.- Parameters:
cfg- aReportConfigobject
-
getDetailLevel
Determine detail level for this response based on config.- Parameters:
cfg- aReportConfigobject- Returns:
- a
ReportConfig.DetailLevelobject
-