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

prerna.algorithm.api.ICodeExecution Maven / Gradle / Ivy

The newest version!
package prerna.algorithm.api;

import prerna.om.Variable;

public interface ICodeExecution {

	String getExecutedCode();
	
	Variable.LANGUAGE getLanguage();
	
	boolean isUserScript();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy