Interface FluentImports<T>

All Known Subinterfaces:
Knowledge, Rule, RuleBuilder<C>, RuntimeContext<C>, RuntimeRule, StatefulSession
All Known Implementing Classes:
AbstractRule

public interface FluentImports<T>
  • Method Details

    • addImport

      T addImport​(String imp)
    • addImport

      default T addImport​(Class<?> type)
    • getImports

      Set<String> getImports()