alma.aedf.types
Class Processor
java.lang.Object
|
+--alma.aedf.types.AEDF
|
+--alma.aedf.types.Processor
- public class Processor
- extends AEDF
Processor characteristics.
This table holds summary information for the back-end processing device used to generate the basic data in the Main and TotPowMonitoring table. Such devices include correlators, radiometers, spectrometers amongst others. The processorId identifier is indexed in the ConfigDescription table.
Constructor Summary |
Processor()
An empty constructor. |
Processor(java.lang.String type,
java.lang.String subType,
int processorModeId,
boolean flagRow)
A full constructor. |
Methods inherited from class alma.aedf.types.AEDF |
info |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Processor
public Processor()
- An empty constructor.
Processor
public Processor(java.lang.String type,
java.lang.String subType,
int processorModeId,
boolean flagRow)
- A full constructor.
- Parameters:
type
- Processor typesubType
- Processor sub-typeprocessorModeId
- Mode identifierflagRow
- The row flag
toTR
public java.lang.String toTR()
- Specified by:
toTR
in class AEDF
addField
public void addField(java.lang.String f)
throws AEDFException
- Specified by:
addField
in class AEDF
AEDFException
setType
public void setType(java.lang.String type)
setSubType
public void setSubType(java.lang.String subType)
setProcessorModeId
public void setProcessorModeId(int processorModeId)
setFlagRow
public void setFlagRow(boolean flagRow)
getType
public java.lang.String getType()
getSubType
public java.lang.String getSubType()
getProcessorModeId
public int getProcessorModeId()
getFlagRow
public boolean getFlagRow()