Uses of Class
de.iip_ecosphere.platform.support.aas.basyx.DeploymentSpec
-
Packages that use DeploymentSpec Package Description de.iip_ecosphere.platform.support.aas.basyx The AAS/BaSyx extension. -
-
Uses of DeploymentSpec in de.iip_ecosphere.platform.support.aas.basyx
Fields in de.iip_ecosphere.platform.support.aas.basyx declared as DeploymentSpec Modifier and Type Field Description private DeploymentSpecBaSyxAbstractAasServer. deploymentSpecprivate DeploymentSpecBaSyxDeploymentRecipe. deploymentSpecMethods in de.iip_ecosphere.platform.support.aas.basyx with parameters of type DeploymentSpec Modifier and Type Method Description (package private) static voidBaSyxDeploymentRecipe. deploy(DeploymentSpec deploymentSpec, de.iip_ecosphere.platform.support.aas.Aas aas)Creates a new BaSyx AAS server.Constructors in de.iip_ecosphere.platform.support.aas.basyx with parameters of type DeploymentSpec Constructor Description BaSyxAbstractAasServer(DeploymentSpec deploymentSpec)Creates a new BaSyx AAS server.BaSyxImmediateDeploymentAasServer(DeploymentSpec deploymentSet)Creates a new BaSyx AAS server.BaSyxRegistryDeploymentAasServer(DeploymentSpec deploymentSpec, java.lang.String regUrl, org.eclipse.basyx.components.aas.configuration.AASServerBackend backend, java.lang.String... options)Creates a new BaSyx AAS server.
-