Uses of Interface
de.iip_ecosphere.platform.configuration.easyProducer.ivml.AbstractIvmlModifier.ConfigurationChangeListener
Packages that use AbstractIvmlModifier.ConfigurationChangeListener
Package
Description
Implementation.
Generic mapping of IVML into AAS.
-
Uses of AbstractIvmlModifier.ConfigurationChangeListener in de.iip_ecosphere.platform.configuration.easyProducer
Classes in de.iip_ecosphere.platform.configuration.easyProducer that implement AbstractIvmlModifier.ConfigurationChangeListenerModifier and TypeClassDescriptionclassThe AAS changes that also act as configuration change listener. -
Uses of AbstractIvmlModifier.ConfigurationChangeListener in de.iip_ecosphere.platform.configuration.easyProducer.ivml
Fields in de.iip_ecosphere.platform.configuration.easyProducer.ivml declared as AbstractIvmlModifier.ConfigurationChangeListenerConstructors in de.iip_ecosphere.platform.configuration.easyProducer.ivml with parameters of type AbstractIvmlModifier.ConfigurationChangeListenerModifierConstructorDescriptionAasIvmlMapper(Supplier<net.ssehub.easy.instantiation.core.model.vilTypes.configuration.Configuration> cfgSupplier, IvmlGraphMapper graphMapper, AbstractIvmlModifier.ConfigurationChangeListener changeListener) Creates a mapper with default settings, e.g., short ids for meta IVML information are prefixed by "meta" (AasIvmlMapper.SHORTID_PREFIX_META) and the variable filter excludes all IVML constraint variables (AasIvmlMapper.FILTER_NO_CONSTRAINT_VARIABLES).AbstractIvmlModifier(IvmlGraphMapper graphMapper, AbstractIvmlModifier.ConfigurationChangeListener changeListener) Creates a mapper with default settings.