5253545556575859
*/ public void activate() { if ( !isActive() ) { super.activate(); ((ModelElement) getModel()).addPropertyChangeListener( this ); propertySource = new VertexPropertySource( getCastedModel() ); } }
5354555657585960