Interface FluentImports<T>

All Known Subinterfaces:
Knowledge, RuleSession<S>, RuleSetContext<C,R>, RuntimeContext<C>, StatefulSession, StatelessSession
All Known Implementing Classes:
Configuration

public interface FluentImports<T>
  • Method Details

    • addImport

      T addImport(String imp)
    • addImport

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

      Imports getImports()
    • getJavaImports

      default Set<String> getJavaImports()