
prerna.reactor.map.AbstractMapReactor Maven / Gradle / Ivy
The newest version!
package prerna.reactor.map;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
import prerna.reactor.AbstractReactor;
import prerna.sablecc2.om.PixelDataType;
import prerna.sablecc2.om.nounmeta.NounMetadata;
import prerna.sablecc2.om.task.ITask;
public abstract class AbstractMapReactor extends AbstractReactor {
protected Object getValue(NounMetadata noun) {
PixelDataType nounType = noun.getNounType();
if(nounType == PixelDataType.TASK) {
ITask task = (ITask) noun.getValue();
// iterate through the task to get the table data
List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy