Package cz.diribet.aqdef
Interface AqdefConstants
-
- All Known Implementing Classes:
AbstractLineParser,AqdefHierarchyBuilder,AqdefParser,AqdefWriter,BinaryLineParser,KKeyLineParser
public interface AqdefConstants- Author:
- Vlastimil Dolejs
-
-
Field Summary
Fields Modifier and Type Field Description static StringLINE_SEPARATORSeparates lines of data filestatic StringMEASURED_VALUES_CHARACTERISTIC_SEPARATORSeparates characteristic portions in lines with measured values (notation without the use of K-Keys)static StringMEASURED_VALUES_DATA_SEPARATORSeparates fields of single characteristic in lines with measured values (notation without the use of K-Keys)
The sequence of fields is:
1 Value
2 Attribute
3 Date/Time
4 Events
5 Batch number
6 Nest number
7 Operator number
8 Machine number
9 Process parameter
10 Gage numberstatic StringVALUES_SEPARATORSeparates value from k-key on single line
-
-
-
Field Detail
-
LINE_SEPARATOR
static final String LINE_SEPARATOR
Separates lines of data file- See Also:
- Constant Field Values
-
VALUES_SEPARATOR
static final String VALUES_SEPARATOR
Separates value from k-key on single line- See Also:
- Constant Field Values
-
MEASURED_VALUES_DATA_SEPARATOR
static final String MEASURED_VALUES_DATA_SEPARATOR
Separates fields of single characteristic in lines with measured values (notation without the use of K-Keys)
The sequence of fields is:
1 Value
2 Attribute
3 Date/Time
4 Events
5 Batch number
6 Nest number
7 Operator number
8 Machine number
9 Process parameter
10 Gage number
-
MEASURED_VALUES_CHARACTERISTIC_SEPARATOR
static final String MEASURED_VALUES_CHARACTERISTIC_SEPARATOR
Separates characteristic portions in lines with measured values (notation without the use of K-Keys)
-
-