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

org.coode.parsers.ui.ExpressionChecker Maven / Gradle / Ivy

There is a newer version: 5.0.0
Show newest version
package org.coode.parsers.ui;

/** Author: Matthew Horridge
* The University Of Manchester
* Medical Informatics Group
* Date: 11-Oct-2006
*
*
* [email protected]
* www.cs.man.ac.uk/~horridgm
*
* * @param * type */ public interface ExpressionChecker { /** @param text * text */ void check(String text); /** @param text * text * @return create object */ O createObject(String text); /** @return error report */ ErrorReport getErrorReport(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy