165166167168169170171172173
} public Implementation getImplementation() { if (this.implementation == null) { this.implementation = new NoImplementation(); } return (this.implementation); }