|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SPCCalculatedValueRecord | |
---|---|
com.quinncurtis.spcchartjava |
Uses of SPCCalculatedValueRecord in com.quinncurtis.spcchartjava |
---|
Methods in com.quinncurtis.spcchartjava that return SPCCalculatedValueRecord | |
---|---|
SPCCalculatedValueRecord |
SPCControlChartData.getCalculatedValueRecord(int item)
Get the calculated value record at the specified index. |
SPCCalculatedValueRecord |
SPCControlLimitRecord.getCalculatedValueSrc()
Get a reference to the SPCCalculatedValueRecord object associated with the control limit. |
SPCCalculatedValueRecord |
SPCControlLimitAlarmArgs.getSPCSource()
Get the SPCCalculatedValueRecord object associated with the alarm. |
Methods in com.quinncurtis.spcchartjava that return types with arguments of type SPCCalculatedValueRecord | |
---|---|
static java.util.Vector<SPCCalculatedValueRecord> |
SPCCalculatedValueRecord.TypeSafeVectorCopy(java.util.Vector<SPCCalculatedValueRecord> source)
Returns an object that is a typesafe copy of the source Vector |
Methods in com.quinncurtis.spcchartjava with parameters of type SPCCalculatedValueRecord | |
---|---|
void |
SPCCalculatedValueRecord.Copy(SPCCalculatedValueRecord source)
Copies the source object. |
void |
SPCControlLimitRecord.setCalculatedValueSrc(SPCCalculatedValueRecord value)
Set a reference to the SPCCalculatedValueRecord object associated with the control limit. |
void |
SPCControlLimitAlarmArgs.setSPCSource(SPCCalculatedValueRecord value)
Set the SPCCalculatedValueRecord object associated with the alarm. |
Method parameters in com.quinncurtis.spcchartjava with type arguments of type SPCCalculatedValueRecord | |
---|---|
static java.util.Vector<SPCCalculatedValueRecord> |
SPCCalculatedValueRecord.TypeSafeVectorCopy(java.util.Vector<SPCCalculatedValueRecord> source)
Returns an object that is a typesafe copy of the source Vector |
Constructors in com.quinncurtis.spcchartjava with parameters of type SPCCalculatedValueRecord | |
---|---|
SPCControlLimitAlarmArgs(SPCCalculatedValueRecord pv,
SPCControlLimitRecord alarm,
int channel)
This constructor creates a SPCControlLimitAlarmArgs object that is used to pass data associated with alarm events. |
|
SPCControlLimitRecord(SPCControlChartData processvar,
SPCCalculatedValueRecord clr,
int parametertype,
double alarmlimitvalue,
java.lang.String normalmessage,
java.lang.String alarmmessage)
This constructor creates a new instance of an SPCControlLimitRecord object, using the specified process variable, alarm type, alarm limit value and alarm message. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |