Uses of Interface
de.iip_ecosphere.platform.configuration.ivml.AbstractIvmlModifier.ConfigurationChangeListener
-
Packages that use AbstractIvmlModifier.ConfigurationChangeListener Package Description de.iip_ecosphere.platform.configuration Implementation.de.iip_ecosphere.platform.configuration.ivml Generic mapping of IVML into AAS. -
-
Uses of AbstractIvmlModifier.ConfigurationChangeListener in de.iip_ecosphere.platform.configuration
Classes in de.iip_ecosphere.platform.configuration that implement AbstractIvmlModifier.ConfigurationChangeListener Modifier and Type Class Description classConfigurationAasRealizes the AAS of the configuration component. -
Uses of AbstractIvmlModifier.ConfigurationChangeListener in de.iip_ecosphere.platform.configuration.ivml
Fields in de.iip_ecosphere.platform.configuration.ivml declared as AbstractIvmlModifier.ConfigurationChangeListener Modifier and Type Field Description private AbstractIvmlModifier.ConfigurationChangeListenerAbstractIvmlModifier. changeListenerConstructors in de.iip_ecosphere.platform.configuration.ivml with parameters of type AbstractIvmlModifier.ConfigurationChangeListener Constructor Description AasIvmlMapper(java.util.function.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.
-