Package org.drools.assistant.refactor

Examples of org.drools.assistant.refactor.DRLRuleRefactor


  private static DRLRefactorProcessor instance;
 
  @Override
  public List<AssistantOption> getRuleAssistant(String text, Integer offset) {
    RuleRefactorInfo ruleRefactorInfo = generateRuleRefactorInfo(text);
    ruleRefactorEngine = new DRLRuleRefactor(ruleRefactorInfo);
    return ruleRefactorEngine.execute(offset);
  }
View Full Code Here

TOP

Related Classes of org.drools.assistant.refactor.DRLRuleRefactor

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.