Class BaSyxServerFactoryDescriptor

java.lang.Object
de.iip_ecosphere.platform.support.aas.AasFactory.AbstractServerFactoryDescriptor
de.iip_ecosphere.platform.support.aas.basyx2.server.BaSyxServerFactoryDescriptor
All Implemented Interfaces:
de.iip_ecosphere.platform.support.aas.AasServerFactoryDescriptor, de.iip_ecosphere.platform.support.plugins.PluginDescriptor<de.iip_ecosphere.platform.support.aas.AasServerFactoryDescriptor>

public class BaSyxServerFactoryDescriptor extends de.iip_ecosphere.platform.support.aas.AasFactory.AbstractServerFactoryDescriptor implements de.iip_ecosphere.platform.support.aas.AasServerFactoryDescriptor
The server factory descriptor.
Author:
Holger Eichelberger, SSE
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    de.iip_ecosphere.platform.support.aas.DeploymentRecipe
    createDeploymentRecipe(de.iip_ecosphere.platform.support.aas.SetupSpec spec)
     
    de.iip_ecosphere.platform.support.aas.AasServerFactoryDescriptor
     
    de.iip_ecosphere.platform.support.aas.ServerRecipe
     
     
    Class<de.iip_ecosphere.platform.support.aas.AasServerFactoryDescriptor>
     

    Methods inherited from class de.iip_ecosphere.platform.support.aas.AasFactory.AbstractServerFactoryDescriptor

    createPlugin

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface de.iip_ecosphere.platform.support.plugins.PluginDescriptor

    getFurtherIds
  • Field Details

  • Constructor Details

    • BaSyxServerFactoryDescriptor

      public BaSyxServerFactoryDescriptor()
  • Method Details

    • getId

      public String getId()
      Specified by:
      getId in interface de.iip_ecosphere.platform.support.plugins.PluginDescriptor<de.iip_ecosphere.platform.support.aas.AasServerFactoryDescriptor>
    • getType

      public Class<de.iip_ecosphere.platform.support.aas.AasServerFactoryDescriptor> getType()
      Specified by:
      getType in interface de.iip_ecosphere.platform.support.plugins.PluginDescriptor<de.iip_ecosphere.platform.support.aas.AasServerFactoryDescriptor>
    • createInstance

      public de.iip_ecosphere.platform.support.aas.AasServerFactoryDescriptor createInstance()
      Specified by:
      createInstance in class de.iip_ecosphere.platform.support.aas.AasFactory.AbstractServerFactoryDescriptor
    • createDeploymentRecipe

      public de.iip_ecosphere.platform.support.aas.DeploymentRecipe createDeploymentRecipe(de.iip_ecosphere.platform.support.aas.SetupSpec spec)
      Specified by:
      createDeploymentRecipe in interface de.iip_ecosphere.platform.support.aas.AasServerFactoryDescriptor
    • createServerRecipe

      public de.iip_ecosphere.platform.support.aas.ServerRecipe createServerRecipe()
      Specified by:
      createServerRecipe in interface de.iip_ecosphere.platform.support.aas.AasServerFactoryDescriptor