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

prerna.sablecc2.NotebookExecution Maven / Gradle / Ivy

The newest version!
package prerna.sablecc2;

import java.util.Map;

public class NotebookExecution {

	private PixelRunner runner;
	private Map variableOutput;
	
	public PixelRunner getRunner() {
		return runner;
	}
	
	public void setRunner(PixelRunner runner) {
		this.runner = runner;
	}
	
	public Map getVariableOutput() {
		return variableOutput;
	}
	
	public void setVariableOutput(Map variableOutput) {
		this.variableOutput = variableOutput;
	}
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy