Uses of Interface
de.aristaflow.adept2.model.common.ChangeableActivityConfiguration
-
Packages that use ChangeableActivityConfiguration Package Description de.aristaflow.adept2.model.common de.aristaflow.adept2.model.processmodel -
-
Uses of ChangeableActivityConfiguration in de.aristaflow.adept2.model.common
Methods in de.aristaflow.adept2.model.common that return ChangeableActivityConfiguration Modifier and Type Method Description ChangeableActivityConfiguration
CommonModelFactory. createChangeableActivityConfiguration(ActivityConfiguration template)
ChangeableActivityConfiguration
CommonModelFactory. createChangeableActivityConfiguration(Map<String,String> values, Map<String,String> fromParameter, Map<String,String> fromConfiguration, Set<String> fixed)
static ChangeableActivityConfiguration
XMLImportTools. getChangeableActivityConfiguration(CommonModelFactory cmf, Element confElement)
-
Uses of ChangeableActivityConfiguration in de.aristaflow.adept2.model.processmodel
Methods in de.aristaflow.adept2.model.processmodel that return ChangeableActivityConfiguration Modifier and Type Method Description ChangeableActivityConfiguration
ProcessModelFactory. createConfiguration(ActivityConfiguration template)
Creates a newChangeableActivityConfiguration
containing the values from the given template.
-