Uses of Class
de.iip_ecosphere.platform.configuration.ivml.AasIvmlMapper.InstantiationMode
-
Packages that use AasIvmlMapper.InstantiationMode Package Description de.iip_ecosphere.platform.configuration.ivml Generic mapping of IVML into AAS. -
-
Uses of AasIvmlMapper.InstantiationMode in de.iip_ecosphere.platform.configuration.ivml
Methods in de.iip_ecosphere.platform.configuration.ivml that return AasIvmlMapper.InstantiationMode Modifier and Type Method Description static AasIvmlMapper.InstantiationModeAasIvmlMapper.InstantiationMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AasIvmlMapper.InstantiationMode[]AasIvmlMapper.InstantiationMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.iip_ecosphere.platform.configuration.ivml with parameters of type AasIvmlMapper.InstantiationMode Modifier and Type Method Description private PlatformInstantiator.InstantiationConfigurerAasIvmlMapper. createInstantiationConfigurer(AasIvmlMapper.InstantiationMode mode, java.lang.String appId, java.lang.String fileName)Creates an instantiation configurer fromConfigurationSetupto create application code.
-