207208209210211212213214
* * @return An array of property generators. */ public PropertyGenerator[] getPropertyGenerators() { PropertyGenerator[] pg = new PropertyGenerator[1]; pg[0] = new AreaOpPropertyGenerator(); return pg; }
135136137138139140141142
208209210211212213214215
190191192193194195196197
214215216217218219220221
142143144145146147148149
206207208209210211212213
157158159160161162163164
2627282930313233
/* */ } /* */ /* */ public PropertyGenerator[] getPropertyGenerators() /* */ { /* 147 */ PropertyGenerator[] pg = new PropertyGenerator[1]; /* 148 */ pg[0] = new AreaOpPropertyGenerator(); /* 149 */ return pg; /* */ }