Class BooleanExpressionCreator
java.lang.Object
repast.simphony.engine.watcher.query.BooleanExpressionCreator
Dynamicaly creates a BooleanExpression.
- Version:
- $Revision: 1.1 $ $Date: 2005/12/21 22:25:34 $
- Author:
- Nick Collier
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
BooleanExpressionCreator
public BooleanExpressionCreator()
-
-
Method Details
-
create
public IBooleanExpression create(Object id, String expression, Class watcher, Class watchee, Class field) throws javassist.NotFoundException, javassist.CannotCompileException, IllegalAccessException, InstantiationException - Throws:
javassist.NotFoundException
javassist.CannotCompileException
IllegalAccessException
InstantiationException
-