Interface AqdefConstants

  • All Known Implementing Classes:
    AqdefParser, AqdefWriter

    public interface AqdefConstants
    Author:
    Vlastimil Dolejs
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static String LINE_SEPARATOR
      Separates lines of data file
      static String MEASURED_VALUES_CHARACTERISTIC_SEPARATOR
      Separates characteristic portions in lines with measured values (notation without the use of K-Keys)
      static 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
      static String VALUES_SEPARATOR
      Separates value from k-key on single line
    • Field Detail

      • 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)