Interface RuntimeManager


  • public interface RuntimeManager
    • Method Detail

      • evaluateInput

        java.util.Collection<EfestoOutput> evaluateInput​(EfestoRuntimeContext context,
                                                         EfestoInput... toEvaluate)
        Produce a Collection<EfestoOutput> from the given EfestoInput
        Parameters:
        context -
        toEvaluate -
        Returns: