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

com.rathravane.till.data.exprEval.ExprDataSource Maven / Gradle / Ivy

There is a newer version: 2.1.1
Show newest version
package com.rathravane.till.data.exprEval;


public interface ExprDataSource
{
	/**
	 * get the value of an object given a label
	 * @param label
	 * @return a data object
	 */
	Object eval ( String label );
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy