anl.aida.data.mock
Class WIHealthEmployeeFeed

java.lang.Object
  extended by anl.aida.data.AbstractDataset
      extended by anl.aida.data.mock.WIHealthEmployeeFeed
All Implemented Interfaces:
anl.aida.data.Dataset

public class WIHealthEmployeeFeed
extends anl.aida.data.AbstractDataset

Data for population and health employee counts.


Field Summary
 
Fields inherited from class anl.aida.data.AbstractDataset
alias, frames, varsByName
 
Constructor Summary
WIHealthEmployeeFeed()
           
 
Method Summary
private  void createAxes(java.util.List<anl.aida.data.DataFrameAxis> list, org.apache.poi.hssf.usermodel.HSSFSheet sheet)
           
private  void createVariable(java.lang.String name, java.util.List<anl.aida.data.Variable> vars)
           
private  int getCellValue(org.apache.poi.hssf.usermodel.HSSFCell cell)
           
 java.lang.String getName()
           
 
Methods inherited from class anl.aida.data.AbstractDataset
addVariable, getAlias, getAxes, getDataFrame, getVariable, getVariables, setAlias
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WIHealthEmployeeFeed

public WIHealthEmployeeFeed()
                     throws java.io.IOException
Throws:
java.io.IOException
Method Detail

createVariable

private void createVariable(java.lang.String name,
                            java.util.List<anl.aida.data.Variable> vars)

getCellValue

private int getCellValue(org.apache.poi.hssf.usermodel.HSSFCell cell)

createAxes

private void createAxes(java.util.List<anl.aida.data.DataFrameAxis> list,
                        org.apache.poi.hssf.usermodel.HSSFSheet sheet)

getName

public java.lang.String getName()