public class SamplePoints extends Object implements Serializable
Constructor and Description |
---|
SamplePoints() |
Modifier and Type | Method and Description |
---|---|
int[] |
getDecimalCellCount() |
Map<String,Integer> |
getHeader()
Returns the header names.
|
int[] |
getMissing() |
List<List<String>> |
getSamplePoints()
Returns the raw-data of the sample.
|
int[] |
getStringCellCount() |
boolean |
isGenerated()
Returns whether the sample points are generated.
|
void |
setDecimalCellCount(int[] decimalCellCount) |
void |
setGenerated(boolean generated)
Set the sample points generation status.
|
void |
setHeader(Map<String,Integer> headerMap)
Set the header of the sample points.
|
void |
setMissing(int[] missing) |
void |
setSamplePoints(List<List<String>> samplePoints)
Set the sample points.
|
void |
setStringCellCount(int[] stringCellCount) |
public List<List<String>> getSamplePoints()
public Map<String,Integer> getHeader()
public void setSamplePoints(List<List<String>> samplePoints)
samplePoints
- A list of data columns of the samplepublic void setHeader(Map<String,Integer> headerMap)
headerMap
- header names and their positions in the data-set as a Mappublic int[] getMissing()
public void setMissing(int[] missing)
public int[] getStringCellCount()
public void setStringCellCount(int[] stringCellCount)
public boolean isGenerated()
public void setGenerated(boolean generated)
generated
- sample points generation statuspublic int[] getDecimalCellCount()
public void setDecimalCellCount(int[] decimalCellCount)
Copyright © 2018 WSO2, Inc.. All rights reserved.