Uses of Class
de.iip_ecosphere.platform.configuration.PlatformInstantiator.InstantiationConfigurer
-
Packages that use PlatformInstantiator.InstantiationConfigurer Package Description de.iip_ecosphere.platform.configuration Implementation.de.iip_ecosphere.platform.configuration.ivml Generic mapping of IVML into AAS. -
-
Uses of PlatformInstantiator.InstantiationConfigurer in de.iip_ecosphere.platform.configuration
Subclasses of PlatformInstantiator.InstantiationConfigurer in de.iip_ecosphere.platform.configuration Modifier and Type Class Description static classPlatformInstantiator.NonCleaningInstantiationConfigurerAn instantiation configurer that does not clean the output folder.Methods in de.iip_ecosphere.platform.configuration that return PlatformInstantiator.InstantiationConfigurer Modifier and Type Method Description PlatformInstantiator.InstantiationConfigurerPlatformInstantiator.InstantiationConfigurer. setIvmlMetaModelFolder(java.io.File metaModelFolder)Changes the meta model folder.PlatformInstantiator.InstantiationConfigurerPlatformInstantiator.InstantiationConfigurer. setStartRuleName(java.lang.String startRuleName)Optionally sets the start rule name.Methods in de.iip_ecosphere.platform.configuration with parameters of type PlatformInstantiator.InstantiationConfigurer Modifier and Type Method Description static voidPlatformInstantiator. instantiate(PlatformInstantiator.InstantiationConfigurer configurer)Performs the platform instantiation. -
Uses of PlatformInstantiator.InstantiationConfigurer in de.iip_ecosphere.platform.configuration.ivml
Methods in de.iip_ecosphere.platform.configuration.ivml that return PlatformInstantiator.InstantiationConfigurer 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.Methods in de.iip_ecosphere.platform.configuration.ivml with parameters of type PlatformInstantiator.InstantiationConfigurer Modifier and Type Method Description private java.lang.ObjectAasIvmlMapper. instantiate(PlatformInstantiator.InstantiationConfigurer configurer)Instantiates according to the givenconfigurer.
-