Class VolumeFlowTransmitter
java.lang.Object
neqsim.util.NamedBaseClass
neqsim.process.measurementdevice.MeasurementDeviceBaseClass
neqsim.process.measurementdevice.StreamMeasurementDeviceBaseClass
neqsim.process.measurementdevice.VolumeFlowTransmitter
- All Implemented Interfaces:
Serializable, MeasurementDeviceInterface, NamedInterface
VolumeFlowTransmitter class.
- Version:
- $Id: $Id
- Author:
- ESOL
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate intprivate static final longSerialization version UID.Fields inherited from class StreamMeasurementDeviceBaseClass
streamFields inherited from class MeasurementDeviceBaseClass
unitFields inherited from class NamedBaseClass
name -
Constructor Summary
ConstructorsConstructorDescriptionVolumeFlowTransmitter(String name, StreamInterface stream) Constructor for VolumeFlowTransmitter.VolumeFlowTransmitter(StreamInterface stream) Constructor for VolumeFlowTransmitter. -
Method Summary
Modifier and TypeMethodDescriptionvoiddisplayResult.intGetter for the fieldmeasuredPhaseNumber.doublegetMeasuredValue(String unit) Get Measured value in specified unit.voidsetMeasuredPhaseNumber(int measuredPhase) Setter for the fieldmeasuredPhaseNumber.Methods inherited from class StreamMeasurementDeviceBaseClass
getStream, setStreamMethods inherited from class MeasurementDeviceBaseClass
acknowledgeAlarm, applySignalModifiers, doConditionAnalysis, evaluateAlarm, getAlarmConfig, getAlarmState, getConditionAnalysisMaxDeviation, getConditionAnalysisMessage, getDelaySteps, getMaximumValue, getMeasuredPercentValue, getMinimumValue, getNoiseStdDev, getOnlineMeasurementValue, getOnlineSignal, getUnit, isLogging, isOnlineSignal, runConditionAnalysis, setAlarmConfig, setConditionAnalysis, setConditionAnalysisMaxDeviation, setDelaySteps, setIsOnlineSignal, setLogging, setMaximumValue, setMinimumValue, setNoiseStdDev, setOnlineMeasurementValue, setOnlineSignal, setQualityCheckMessage, setRandomSeed, setUnitMethods inherited from class NamedBaseClass
getName, getTagName, setName, setTagNameMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface MeasurementDeviceInterface
equals, getMeasuredValue, getOnlineValue, hashCodeMethods inherited from interface NamedInterface
getName, getTagName, setName, setTagName
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDSerialization version UID.- See Also:
-
measuredPhaseNumber
private int measuredPhaseNumber
-
-
Constructor Details
-
VolumeFlowTransmitter
Constructor for VolumeFlowTransmitter.
- Parameters:
stream- aStreamInterfaceobject
-
VolumeFlowTransmitter
Constructor for VolumeFlowTransmitter.
- Parameters:
name- Name of VolumeFlowTransmitterstream- aStreamInterfaceobject
-
-
Method Details
-
displayResult
public void displayResult()displayResult.
- Specified by:
displayResultin interfaceMeasurementDeviceInterface- Overrides:
displayResultin classMeasurementDeviceBaseClass
-
getMeasuredValue
Get Measured value in specified unit.
- Specified by:
getMeasuredValuein interfaceMeasurementDeviceInterface- Overrides:
getMeasuredValuein classMeasurementDeviceBaseClass- Parameters:
unit- aStringobject- Returns:
- a double
-
getMeasuredPhaseNumber
public int getMeasuredPhaseNumber()Getter for the field
measuredPhaseNumber.- Returns:
- a int
-
setMeasuredPhaseNumber
public void setMeasuredPhaseNumber(int measuredPhase) Setter for the field
measuredPhaseNumber.- Parameters:
measuredPhase- a int
-