Class RulesMethodInvoker<T extends ExecutableRulesMethod>

    • Constructor Detail

      • RulesMethodInvoker

        protected RulesMethodInvoker​(T invokableMethod)
    • Method Detail

      • getInvokableMethod

        public T getInvokableMethod()
      • canInvoke

        protected abstract boolean canInvoke()
        Checks if it is possible to invoke invokable object.