|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.quinncurtis.spcchartjava.SPCControlLimitAlarmArgs
public class SPCControlLimitAlarmArgs
This class is used to pass event information to a SPCControlLimitAlarmEventDelegate alarm processing delegate.
Constructor Summary | |
---|---|
SPCControlLimitAlarmArgs()
The default SPCControlLimitAlarmArgs constructor. |
|
SPCControlLimitAlarmArgs(SPCCalculatedValueRecord pv,
SPCControlLimitRecord alarm,
int channel)
This constructor creates a SPCControlLimitAlarmArgs object that is used to pass data associated with alarm events. |
Method Summary | |
---|---|
void |
copy(SPCControlLimitAlarmArgs source)
Copies the source SPCControlLimitAlarmArgs object. |
int |
errorCheck(int nerror)
Checks the SPCControlLimitAlarmArgs object for common errors. |
int |
getAlarmChannel()
Get the alarm channel associated with the alarm. |
SPCControlLimitRecord |
getEventAlarm()
Get the SPCControlLimitRecord object. |
SPCCalculatedValueRecord |
getSPCSource()
Get the SPCCalculatedValueRecord object associated with the alarm. |
void |
setAlarmChannel(int value)
Set the alarm channel associated with the alarm. |
void |
setEventAlarm(SPCControlLimitRecord value)
Set the SPCControlLimitRecord object. |
void |
setSPCSource(SPCCalculatedValueRecord value)
Set the SPCCalculatedValueRecord object associated with the alarm. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SPCControlLimitAlarmArgs()
public SPCControlLimitAlarmArgs(SPCCalculatedValueRecord pv, SPCControlLimitRecord alarm, int channel)
pv
- The SPCCalculatedValueRecord object associated with the alarm event.alarm
- The SPCControlLimitRecord object associated with the alarm event.channel
- The channel number associated with the alarm event.Method Detail |
---|
public void copy(SPCControlLimitAlarmArgs source)
source
- The source SPCControlLimitAlarmArgs object.public int errorCheck(int nerror)
nerror
- Current error state.
public int getAlarmChannel()
public SPCControlLimitRecord getEventAlarm()
public SPCCalculatedValueRecord getSPCSource()
public void setAlarmChannel(int value)
public void setEventAlarm(SPCControlLimitRecord value)
public void setSPCSource(SPCCalculatedValueRecord value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |