Revision: 13949
          http://gate.svn.sourceforge.net/gate/?rev=13949&view=rev
Author:   valyt
Date:     2011-06-07 14:42:13 +0000 (Tue, 07 Jun 2011)

Log Message:
-----------
Added public accessor for the annotType field of embedded constraint predicates.

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

Modified: gate/trunk/src/gate/jape/constraint/EmbeddedConstraintPredicate.java
===================================================================
--- gate/trunk/src/gate/jape/constraint/EmbeddedConstraintPredicate.java        
2011-06-07 13:00:57 UTC (rev 13948)
+++ gate/trunk/src/gate/jape/constraint/EmbeddedConstraintPredicate.java        
2011-06-07 14:42:13 UTC (rev 13949)
@@ -103,4 +103,10 @@
       annotType = String.valueOf(v);
     }
   }
+
+  public String getAnnotType() {
+    return annotType;
+  }
+  
+  
 }


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

------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
GATE-cvs mailing list
GATE-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to