|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JdmAttribute | |
gate.jape |
Uses of JdmAttribute in gate.jape |
Fields in gate.jape declared as JdmAttribute | |
private JdmAttribute[] |
Constraint.attrs2
The attributes array that must be present on the matched annotation. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |