Uses of Class
gate.jape.JdmAttribute

Packages that use JdmAttribute
gate.jape   
 

Uses of JdmAttribute in gate.jape
 

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

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.
 

Constructor parameters in gate.jape with type arguments of type JdmAttribute
Constraint(String annotType, List<JdmAttribute> attrsArray)
          Deprecated. JdmAttributes are no longer used. Use ConstraintPredicates instead.