(DDF ddf)
| 167 | protected Map<String, IModel> mModels = new ConcurrentHashMap<String, IModel>(); |
| 168 | |
| 169 | public void addDDF(DDF ddf) throws DDFException { |
| 170 | mDDFCache.addDDF(ddf); |
| 171 | if (this.mDDFCoordinator != null) { |
| 172 | mDDFCoordinator.setDDFUUID2DDFManager(ddf.getUUID(), this); |
| 173 | } |
| 174 | } |
| 175 | |
| 176 | public void removeDDF(DDF ddf) throws DDFException { |
| 177 | ddf.getRepresentationHandler().reset(); |
no test coverage detected