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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionde.iip_ecosphere.platform.support.aas.DeploymentRecipecreateDeploymentRecipe(de.iip_ecosphere.platform.support.aas.SetupSpec spec) de.iip_ecosphere.platform.support.aas.AasServerFactoryDescriptorde.iip_ecosphere.platform.support.aas.ServerRecipegetId()Class<de.iip_ecosphere.platform.support.aas.AasServerFactoryDescriptor> getType()Methods inherited from class de.iip_ecosphere.platform.support.aas.AasFactory.AbstractServerFactoryDescriptor
createPluginMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.iip_ecosphere.platform.support.plugins.PluginDescriptor
getFurtherIds
-
Field Details
-
PLUGIN_ID
- See Also:
-
-
Constructor Details
-
BaSyxServerFactoryDescriptor
public BaSyxServerFactoryDescriptor()
-
-
Method Details
-
getId
- Specified by:
getIdin interfacede.iip_ecosphere.platform.support.plugins.PluginDescriptor<de.iip_ecosphere.platform.support.aas.AasServerFactoryDescriptor>
-
getType
- Specified by:
getTypein interfacede.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:
createInstancein classde.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:
createDeploymentRecipein interfacede.iip_ecosphere.platform.support.aas.AasServerFactoryDescriptor
-
createServerRecipe
public de.iip_ecosphere.platform.support.aas.ServerRecipe createServerRecipe()- Specified by:
createServerRecipein interfacede.iip_ecosphere.platform.support.aas.AasServerFactoryDescriptor
-