All Downloads are FREE. Search and download functionalities are using the official Maven repository.

prerna.sablecc.ColCsvReactor Maven / Gradle / Ivy

There is a newer version: 4.2.2
Show newest version
//package prerna.sablecc;
//
//import java.util.Iterator;
//
//public class ColCsvReactor extends AbstractReactor {
//	
//	public ColCsvReactor()
//	{
//		String [] thisReacts = {PKQLEnum.COL_DEF};
//		super.whatIReactTo = thisReacts;
//		super.whoAmI = PKQLEnum.COL_CSV;
//	}
//
//	@Override
//	public Iterator process() {
//		// TODO Auto-generated method stub
//		// I need to take the col_def
//		// and put it into who am I
//		String nodeStr = (String)myStore.get(whoAmI);
//		System.out.println("My Store on COL CSV " + myStore);
//		if(myStore.containsKey(PKQLEnum.COL_DEF))
//		{
//			myStore.put(nodeStr, myStore.get(PKQLEnum.COL_DEF));
//		}
//		return null;
//	}
//
//}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy