Interface EfestoOutput<T>

  • All Known Implementing Classes:
    AbstractEfestoOutput

    public interface EfestoOutput<T>
    A generic result of evaluation
    • Method Detail

      • getModelLocalUriId

        org.kie.efesto.common.api.identifiers.ModelLocalUriId getModelLocalUriId()
        The unique, full identifier of a given model' resource
        Returns:
      • getOutputData

        T getOutputData()