Uses of Interface
org.kie.efesto.runtimemanager.api.model.EfestoOutput
-
Packages that use EfestoOutput Package Description org.kie.efesto.runtimemanager.api.model org.kie.efesto.runtimemanager.api.service -
-
Uses of EfestoOutput in org.kie.efesto.runtimemanager.api.model
Classes in org.kie.efesto.runtimemanager.api.model that implement EfestoOutput Modifier and Type Class Description classAbstractEfestoOutput<T> -
Uses of EfestoOutput in org.kie.efesto.runtimemanager.api.service
Classes in org.kie.efesto.runtimemanager.api.service with type parameters of type EfestoOutput Modifier and Type Interface Description interfaceKieRuntimeService<S,U,T extends EfestoInput<S>,E extends EfestoOutput<U>,K extends EfestoRuntimeContext>The compilation-related interface to be implemented by engine-plugin.Methods in org.kie.efesto.runtimemanager.api.service that return types with arguments of type EfestoOutput Modifier and Type Method Description Collection<EfestoOutput>RuntimeManager. evaluateInput(EfestoRuntimeContext context, EfestoInput... toEvaluate)Produce aCollection<EfestoOutput>from the givenEfestoInput
-