GATE
Version 3.1-2270

Uses of Class
gate.jape.JdmAttribute

Packages that use JdmAttribute
gate.jape   
 

Uses of JdmAttribute in gate.jape
 

Methods in gate.jape that return JdmAttribute
 JdmAttribute[] Constraint.getAttributeArray()
          Get the attributes that must be present on the matched annotation.
 

Methods in gate.jape with parameters of type JdmAttribute
 void Constraint.addAttribute(JdmAttribute attr)
          Add an attribute.
 

Constructors in gate.jape with parameters of type JdmAttribute
JdmAttribute(JdmAttribute jdmAttr)
          throws JdmException when the value isn't one of the types we know how to store, i.e., a serialisable or Jdm class.
 


GATE
Version 3.1-2270