Class ReadInfo


  • public final class ReadInfo
    extends Object
    Provides information about a non temporal record.
    See Also:
    DefaultDataReader
    • Constructor Detail

      • ReadInfo

        public ReadInfo​(Object caseId,
                        DataRecord record)
        Initializes a new instance of the ReadInfo struct.
        Parameters:
        caseId - The current case id. Can be null.
        record - The current record.
      • ReadInfo

        public ReadInfo​(Object caseId,
                        double weight,
                        DataRecord record)
        Initializes a new instance of the ReadInfo class. *
        Parameters:
        caseId - The current case id. Can be null.
        weight - The case weight. See Evidence.getWeight() for more information.
        record - The current record.
    • Method Detail

      • getCaseId

        public Object getCaseId()
        The current case id. Can be null.
      • getRecord

        public DataRecord getRecord()
        The current record.
      • getWeight

        public double getWeight()
        The case weight. See Evidence.getWeight() for more information.