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.Aas contributeTo​(de.iip_ecosphere.platform.support.aas.Aas.AasBuilder aasBuilder)
    Contribute to the given aasBuilder.
  • Method Details

    • contributeTo

      de.iip_ecosphere.platform.support.aas.Aas contributeTo​(de.iip_ecosphere.platform.support.aas.Aas.AasBuilder aasBuilder)
      Contribute to the given aasBuilder.
      Parameters:
      aasBuilder - the AAS to contribute to
      Returns:
      the contributor may ignore aasBuilder and create an own AAS and return that. If this contributor just contributes to the aasBuilder the result shall be null