Class RuntimeManagerImpl

  • All Implemented Interfaces:
    org.kie.efesto.runtimemanager.api.service.RuntimeManager

    public class RuntimeManagerImpl
    extends java.lang.Object
    implements org.kie.efesto.runtimemanager.api.service.RuntimeManager
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Collection<org.kie.efesto.runtimemanager.api.model.EfestoOutput> evaluateInput​(org.kie.efesto.runtimemanager.api.model.EfestoRuntimeContext context, org.kie.efesto.runtimemanager.api.model.EfestoInput... toEvaluate)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RuntimeManagerImpl

        public RuntimeManagerImpl()
    • Method Detail

      • evaluateInput

        public java.util.Collection<org.kie.efesto.runtimemanager.api.model.EfestoOutput> evaluateInput​(org.kie.efesto.runtimemanager.api.model.EfestoRuntimeContext context,
                                                                                                        org.kie.efesto.runtimemanager.api.model.EfestoInput... toEvaluate)
        Specified by:
        evaluateInput in interface org.kie.efesto.runtimemanager.api.service.RuntimeManager