public final class TemporalReaderOptions extends Object
DefaultDataReader, 
DefaultEvidenceReader| Constructor and Description | 
|---|
TemporalReaderOptions(String caseIdColumn,
                     String timeColumn,
                     TimeValueType timeValueType)
Initializes a new instance of the  
TemporalReaderOptions class. | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getCaseIdColumn()
The name of the temporal case identifier column, if one is present. 
 | 
String | 
getTimeColumn()
The name of the time column in the temporal data, if temporal data is present. 
 | 
TimeValueType | 
getTimeValueType()
The type of values contained in the time column. 
 | 
public TemporalReaderOptions(String caseIdColumn, String timeColumn, TimeValueType timeValueType)
TemporalReaderOptions class.caseIdColumn - The name of the temporal case identifier column, if one is present.timeColumn - The name of the time column in the temporal data, if temporal data is present.timeValueType - The type of values contained in the time column.public String getCaseIdColumn()
public String getTimeColumn()
public TimeValueType getTimeValueType()
Copyright © 2021. All rights reserved.