Interface AasContributor
public interface AasContributor
Service interface to contribute to an AAS. Platform components with individual AAS
shall implement this interface and contribute to the
AasPartRegistry.- Author:
- Holger Eichelberger, SSE
-
Method Summary
Modifier and Type Method Description de.iip_ecosphere.platform.support.aas.AascontributeTo(de.iip_ecosphere.platform.support.aas.Aas.AasBuilder aasBuilder)Contribute to the givenaasBuilder.
-
Method Details
-
contributeTo
de.iip_ecosphere.platform.support.aas.Aas contributeTo(de.iip_ecosphere.platform.support.aas.Aas.AasBuilder aasBuilder)Contribute to the givenaasBuilder.- Parameters:
aasBuilder- the AAS to contribute to- Returns:
- the contributor may ignore
aasBuilderand create an own AAS and return that. If this contributor just contributes to theaasBuilderthe result shall be null
-