Revision: 15226
          http://gate.svn.sourceforge.net/gate/?rev=15226&view=rev
Author:   ian_roberts
Date:     2012-01-26 12:26:12 +0000 (Thu, 26 Jan 2012)
Log Message:
-----------
Register the NotWithinPredicate with ConstraintFactory.

Modified Paths:
--------------
    gate/trunk/src/gate/jape/constraint/ConstraintFactory.java

Modified: gate/trunk/src/gate/jape/constraint/ConstraintFactory.java
===================================================================
--- gate/trunk/src/gate/jape/constraint/ConstraintFactory.java  2012-01-26 
12:18:52 UTC (rev 15225)
+++ gate/trunk/src/gate/jape/constraint/ConstraintFactory.java  2012-01-26 
12:26:12 UTC (rev 15226)
@@ -54,6 +54,7 @@
     addOperator(ConstraintPredicate.NOT_REGEXP_MATCH, 
NotRegExpMatchPredicate.class);
     addOperator(ContainsPredicate.OPERATOR, ContainsPredicate.class);
     addOperator(WithinPredicate.OPERATOR, WithinPredicate.class);
+    addOperator(NotWithinPredicate.OPERATOR, NotWithinPredicate.class);
   }
 
   protected void initMetaPropertyMap() {

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to