Uses of Interface
org.kie.efesto.runtimemanager.api.model.EfestoInput
-
Packages that use EfestoInput Package Description org.kie.efesto.runtimemanager.api.model org.kie.efesto.runtimemanager.api.service org.kie.efesto.runtimemanager.api.utils -
-
Uses of EfestoInput in org.kie.efesto.runtimemanager.api.model
Classes in org.kie.efesto.runtimemanager.api.model that implement EfestoInput Modifier and Type Class Description classAbstractEfestoInput<T> -
Uses of EfestoInput in org.kie.efesto.runtimemanager.api.service
Classes in org.kie.efesto.runtimemanager.api.service with type parameters of type EfestoInput Modifier and Type Interface Description interfaceKieRuntimeService<S,U,T extends EfestoInput<S>,E extends EfestoOutput<U>>The compilation-related interface to be implemented by engine-plugin.Methods in org.kie.efesto.runtimemanager.api.service with parameters of type EfestoInput Modifier and Type Method Description booleanKieRuntimeService. canManageInput(EfestoInput toEvaluate, org.kie.memorycompiler.KieMemoryCompiler.MemoryCompilerClassLoader memoryCompilerClassLoader)Every engine is responsible to verify if it can evaluate a result with the resource of the givenT(that contains a specificFRI)Collection<EfestoOutput>RuntimeManager. evaluateInput(org.kie.memorycompiler.KieMemoryCompiler.MemoryCompilerClassLoader memoryCompilerClassLoader, EfestoInput... toEvaluate)Produce aList<EfestoOutput>from the givenList<EfestoInput> -
Uses of EfestoInput in org.kie.efesto.runtimemanager.api.utils
Methods in org.kie.efesto.runtimemanager.api.utils with parameters of type EfestoInput Modifier and Type Method Description static Optional<KieRuntimeService>SPIUtils. getKieRuntimeService(EfestoInput<?> darInput, boolean refresh, org.kie.memorycompiler.KieMemoryCompiler.MemoryCompilerClassLoader memoryCompilerClassLoader)
-