Package uk.ac.gda.excalibur.config.model
Interface PixelModel
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
PixelModelImpl
public interface PixelModel
extends org.eclipse.emf.ecore.EObject
-
Method Summary
Modifier and TypeMethodDescriptionshort[]short[]getMask()short[]getTest()short[]short[]voidsetGainMode(short[] gainMode) voidsetMask(short[] mask) voidsetTest(short[] test) voidsetThresholdA(short[] thresholdA) voidsetThresholdB(short[] thresholdB) Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getMask
short[] getMask() -
setMask
void setMask(short[] mask) -
getTest
short[] getTest() -
setTest
void setTest(short[] test) -
getGainMode
short[] getGainMode() -
setGainMode
void setGainMode(short[] gainMode) -
getThresholdA
short[] getThresholdA() -
setThresholdA
void setThresholdA(short[] thresholdA) -
getThresholdB
short[] getThresholdB() -
setThresholdB
void setThresholdB(short[] thresholdB)
-