public final class ReadInfo extends Object
DefaultDataReader| Constructor and Description |
|---|
ReadInfo(Object caseId,
DataRecord record)
Initializes a new instance of the
ReadInfo struct. |
ReadInfo(Object caseId,
double weight,
DataRecord record)
Initializes a new instance of the ReadInfo class.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
getCaseId()
The current case id.
|
DataRecord |
getRecord()
The current record.
|
double |
getWeight()
The case weight.
|
public ReadInfo(Object caseId, DataRecord record)
ReadInfo struct.caseId - The current case id. Can be null.record - The current record.public ReadInfo(Object caseId, double weight, DataRecord record)
caseId - The current case id. Can be null.weight - The case weight. See Evidence.getWeight() for more information.record - The current record.public Object getCaseId()
public DataRecord getRecord()
public double getWeight()
Evidence.getWeight() for more information.Copyright © 2021. All rights reserved.