Class ConstantVelocityModel
java.lang.Object
org.eclipse.scanning.api.AbstractNameable
org.eclipse.scanning.api.AbstractNameableTimeoutable
org.eclipse.scanning.api.device.models.AbstractDetectorModel
org.eclipse.scanning.example.detector.ConstantVelocityModel
- All Implemented Interfaces:
IDetectorModel,IReflectedModel,INameable,ITimeoutable
-
Field Summary
Fields inherited from interface org.eclipse.scanning.api.device.models.IReflectedModel
EXCLUDED_FIELD_NAMES -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanintintintdoublegetStart()doublegetStep()doublegetStop()inthashCode()voidsetChannelCount(int channelCount) voidsetLineSize(int lineSize) voidsetSpectraSize(int spectraSize) voidsetStart(double start) voidsetStep(double step) voidsetStop(double stop) toString()Methods inherited from class org.eclipse.scanning.api.device.models.AbstractDetectorModel
getExposureTime, setExposureTimeMethods inherited from class org.eclipse.scanning.api.AbstractNameableTimeoutable
getTimeout, setTimeoutMethods inherited from class org.eclipse.scanning.api.AbstractNameable
getName, setNameMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.eclipse.scanning.api.device.models.IReflectedModel
getCommandStringMethods inherited from interface org.eclipse.scanning.api.ITimeoutable
getTimeout, setTimeout
-
Constructor Details
-
ConstantVelocityModel
public ConstantVelocityModel() -
ConstantVelocityModel
-
-
Method Details
-
getLineSize
public int getLineSize() -
setLineSize
public void setLineSize(int lineSize) -
getChannelCount
public int getChannelCount() -
setChannelCount
public void setChannelCount(int channelCount) -
getSpectraSize
public int getSpectraSize() -
setSpectraSize
public void setSpectraSize(int spectraSize) -
getStart
public double getStart() -
setStart
public void setStart(double start) -
getStop
public double getStop() -
setStop
public void setStop(double stop) -
getStep
public double getStep() -
setStep
public void setStep(double step) -
hashCode
public int hashCode()- Overrides:
hashCodein classAbstractDetectorModel
-
equals
- Overrides:
equalsin classAbstractDetectorModel
-
toString
- Overrides:
toStringin classAbstractDetectorModel
-