40414243444546
path.add(element); } public void setLeaf(EObject leaf){ this.leaf = leaf; if(TElement.isTElement(leaf)) throw new SimTLWrapperError(new SimTLException("GrayElement should not be TElement but OL!!")); }
142143144145146147148149150151152
//Forward for(IModelChangedListener l : listeners){ try{ l.notifyModelChanged(SimTLModel.this, notification); } catch(SimTLException e){ throw new SimTLWrapperError(e); } } } try{ Object newValue = notification.getNewValue();