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

prerna.reactor.json.LevelMaker Maven / Gradle / Ivy

The newest version!
package prerna.reactor.json;

public class LevelMaker extends GreedyJsonReactor {

	//@Override
	/*public NounMetadata execute() {
		// the work here is fairly simple
		// get the latest data
		// and return as a nounmetadata
		
		//Hashtable  outputHash = this.store.getDataHash();
		//outputHash.put("CHILDS", propStore.get("CHILDS"));

		//System.out.println(">>>>>>>>>>>>>>>>>>>> \n" +  outputHash +"\n<<<<<<<<<<<<<<<<<<<<<");

		return new NounMetadata(outputHash, PkslDataType.MAP);
	}*/

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy