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 interface
ChangeableActivityConfiguration
This interface unifies aChangeableConfiguration
and anActivityConfiguration
and 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 ChangeableConfiguration
CommonModelFactory. createChangeableConfiguration(Configuration template)
ChangeableConfiguration
CommonModelFactory. createChangeableConfiguration(Map<String,String> values, Set<String> fixed)
-