Uses of Class
de.iip_ecosphere.platform.configuration.ivml.AasIvmlMapper
-
Packages that use AasIvmlMapper Package Description de.iip_ecosphere.platform.configuration Implementation.de.iip_ecosphere.platform.configuration.ivml Generic mapping of IVML into AAS. -
-
Uses of AasIvmlMapper in de.iip_ecosphere.platform.configuration
Fields in de.iip_ecosphere.platform.configuration declared as AasIvmlMapper Modifier and Type Field Description private static AasIvmlMapperConfigurationManager. aasIvmlMapperMethods in de.iip_ecosphere.platform.configuration that return AasIvmlMapper Modifier and Type Method Description static AasIvmlMapperConfigurationManager. getAasIvmlMapper()Returns the global AAS IVML mapper (for AAS lambda functions).Methods in de.iip_ecosphere.platform.configuration with parameters of type AasIvmlMapper Modifier and Type Method Description static voidConfigurationManager. setAasIvmlMapper(AasIvmlMapper mapper)Defines the global AAS IVML mapper (for AAS lambda functions). -
Uses of AasIvmlMapper in de.iip_ecosphere.platform.configuration.ivml
Methods in de.iip_ecosphere.platform.configuration.ivml with parameters of type AasIvmlMapper Modifier and Type Method Description voidAasIvmlMapper.AasChange. apply(AasIvmlMapper mapper, de.iip_ecosphere.platform.support.aas.Submodel sm, de.iip_ecosphere.platform.support.aas.Submodel.SubmodelBuilder smB)Applies the change.
-