org.gcube.contentmanagement.lexicalmatcher.analysis.guesser.treeStructure.chunks
Class TimeSeriesChunk
java.lang.Object
org.gcube.contentmanagement.lexicalmatcher.analysis.guesser.treeStructure.chunks.Chunk
org.gcube.contentmanagement.lexicalmatcher.analysis.guesser.treeStructure.chunks.TimeSeriesChunk
public class TimeSeriesChunk
- extends Chunk
Fields inherited from class org.gcube.contentmanagement.lexicalmatcher.analysis.guesser.treeStructure.chunks.Chunk |
engine |
Constructor Summary |
TimeSeriesChunk(String singletonString,
String ColumnType,
BigInteger start,
int ChunkSize,
LexicalEngineConfiguration Config,
Engine engine)
|
TimeSeriesChunk(String timeSeriesName,
String timeSeriesColumn,
String ColumnType,
BigInteger start,
int ChunkSize,
LexicalEngineConfiguration Config,
Engine engine)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TimeSeriesChunk
public TimeSeriesChunk(String timeSeriesName,
String timeSeriesColumn,
String ColumnType,
BigInteger start,
int ChunkSize,
LexicalEngineConfiguration Config,
Engine engine)
throws Exception
- Throws:
Exception
TimeSeriesChunk
public TimeSeriesChunk(String singletonString,
String ColumnType,
BigInteger start,
int ChunkSize,
LexicalEngineConfiguration Config,
Engine engine)
throws Exception
- Throws:
Exception
getColumnType
public String getColumnType()
getSingletonEntry
public String getSingletonEntry()
getDetailedResults
public ArrayList<SingleResult> getDetailedResults()
isSingleton
public boolean isSingleton()
mustInterruptProcess
public boolean mustInterruptProcess()
compareToReferenceChunk
public void compareToReferenceChunk(HashMap<String,CategoryScores> scoresTable,
ReferenceChunk catChunk)
throws Exception
- Throws:
Exception
compareToReferenceChunk
public void compareToReferenceChunk(HashMap<String,CategoryScores> scoresTable,
ReferenceChunk catChunk,
String ColumnFilter)
throws Exception
- Throws:
Exception
Copyright © 2012. All Rights Reserved.