Uses of Interface
de.aristaflow.adept2.model.common.ChangeableConfiguration
-
Packages that use ChangeableConfiguration Package Description de.aristaflow.adept2.model.common -
-
Uses of ChangeableConfiguration in de.aristaflow.adept2.model.common
Subinterfaces of ChangeableConfiguration in de.aristaflow.adept2.model.common Modifier and Type Interface Description interfaceChangeableActivityConfigurationThis interface unifies aChangeableConfigurationand anActivityConfigurationand allows to change the attributes of theActivityConfiguration, that is whether a configuration value stems from an input parameter or the corresponding process configuration.Methods in de.aristaflow.adept2.model.common that return ChangeableConfiguration Modifier and Type Method Description ChangeableConfigurationCommonModelFactory. createChangeableConfiguration(Configuration template)ChangeableConfigurationCommonModelFactory. createChangeableConfiguration(Map<String,String> values, Set<String> fixed)
-