767778798081828384
* @return */ public synchronized RuleExecutionSetRepository getRepository() { // Lazy loaded if ( this.repository == null ) { this.repository = new RuleExecutionSetRepository(); } return this.repository; }