java.lang.Object
test.de.iip_ecosphere.platform.services.environment.AasCreator

public class AasCreator extends Object
Creates a test AAS.
Author:
Holger Eichelberger, SSE
  • Field Details

  • Constructor Details

    • AasCreator

      public AasCreator()
  • Method Details

    • createAas

      public static de.iip_ecosphere.platform.support.aas.Aas createAas(de.iip_ecosphere.platform.support.aas.SetupSpec spec, de.iip_ecosphere.platform.services.environment.Service service)
      Creates an AAS for testing.
      Parameters:
      spec - setup specification
      service - the service to create the AAS for (qualified naming)
      Returns:
      the AAS
    • createAas

      public static de.iip_ecosphere.platform.support.aas.Aas createAas(de.iip_ecosphere.platform.support.aas.SetupSpec spec, de.iip_ecosphere.platform.services.environment.Service service, AasCreator.AasResult result)
      Creates an AAS for testing.
      Parameters:
      spec - setup specification
      service - the service to create the AAS for (qualified naming)
      result - optional instance to be modified as side effect to have more details about the creation, may be null for nothing
      Returns:
      the AAS