Interface EfestoOutput<T>
-
- All Known Implementing Classes:
AbstractEfestoOutput
public interface EfestoOutput<T>A generic result of evaluation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.kie.efesto.common.api.identifiers.ModelLocalUriIdgetModelLocalUriId()The unique, full identifier of a given model' resourceTgetOutputData()
-
-
-
Method Detail
-
getModelLocalUriId
org.kie.efesto.common.api.identifiers.ModelLocalUriId getModelLocalUriId()
The unique, full identifier of a given model' resource- Returns:
-
getOutputData
T getOutputData()
-
-