Uses of Enum Class
de.iip_ecosphere.platform.configuration.ivml.AbstractIvmlModifier.ConfigurationChangeType
Packages that use AbstractIvmlModifier.ConfigurationChangeType
Package
Description
Implementation.
Generic mapping of IVML into AAS.
-
Uses of AbstractIvmlModifier.ConfigurationChangeType in de.iip_ecosphere.platform.configuration
Methods in de.iip_ecosphere.platform.configuration with parameters of type AbstractIvmlModifier.ConfigurationChangeTypeModifier and TypeMethodDescriptionvoidConfigurationAas.configurationChanged(net.ssehub.easy.varModel.confModel.IDecisionVariable var, AbstractIvmlModifier.ConfigurationChangeType type) -
Uses of AbstractIvmlModifier.ConfigurationChangeType in de.iip_ecosphere.platform.configuration.ivml
Fields in de.iip_ecosphere.platform.configuration.ivml declared as AbstractIvmlModifier.ConfigurationChangeTypeMethods in de.iip_ecosphere.platform.configuration.ivml that return AbstractIvmlModifier.ConfigurationChangeTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.AbstractIvmlModifier.ConfigurationChangeType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.iip_ecosphere.platform.configuration.ivml with parameters of type AbstractIvmlModifier.ConfigurationChangeTypeModifier and TypeMethodDescriptionvoidAbstractIvmlModifier.ConfigurationChangeListener.configurationChanged(net.ssehub.easy.varModel.confModel.IDecisionVariable var, AbstractIvmlModifier.ConfigurationChangeType type) Called when a decision variable changed.protected voidAbstractIvmlModifier.notifyChange(net.ssehub.easy.varModel.confModel.IDecisionVariable var, AbstractIvmlModifier.ConfigurationChangeType type) Notifies a potential change listener about a configuration change.protected voidAbstractIvmlModifier.notifyChange(net.ssehub.easy.varModel.model.Project prj, AbstractIvmlModifier.ConfigurationChangeType type) Notifies a potential change listener about changing a whole project the same way.Constructors in de.iip_ecosphere.platform.configuration.ivml with parameters of type AbstractIvmlModifier.ConfigurationChangeTypeModifierConstructorDescriptionAasChange(net.ssehub.easy.varModel.confModel.IDecisionVariable var, AbstractIvmlModifier.ConfigurationChangeType type) Creates an instance.