Interface IvmlDashboardMapper.ResultConsumer
- Enclosing class:
IvmlDashboardMapper
public static interface IvmlDashboardMapper.ResultConsumer
Consumes a mapping result.
- Author:
- Holger Eichelberger, SSE
-
Method Summary
-
Method Details
-
consume
void consume(de.iip_ecosphere.platform.support.aas.Aas aas, de.iip_ecosphere.platform.support.aas.Submodel submodel, String appId) Consumes a mapping result.- Parameters:
aas- the created/temporary/provided AASsubmodel- the created submodelappId- the oktoflow application id processed
-