Class EfestoOutputDrl<T>

  • Type Parameters:
    T -
    All Implemented Interfaces:
    org.kie.efesto.runtimemanager.api.model.EfestoOutput<T>

    public class EfestoOutputDrl<T>
    extends org.kie.efesto.runtimemanager.api.model.AbstractEfestoOutput<T>
    Generic EfestoOutput specific for DRL engines, to be subclassed depending on the actual implementation needs
    • Constructor Summary

      Constructors 
      Constructor Description
      EfestoOutputDrl​(org.kie.efesto.common.api.identifiers.ModelLocalUriId modelLocalUriId, T outputData)  
    • Method Summary

      • Methods inherited from class org.kie.efesto.runtimemanager.api.model.AbstractEfestoOutput

        getModelLocalUriId, getOutputData
      • Methods inherited from class java.lang.Object

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

      • EfestoOutputDrl

        public EfestoOutputDrl​(org.kie.efesto.common.api.identifiers.ModelLocalUriId modelLocalUriId,
                               T outputData)