Uses of Interface
de.aristaflow.adept2.model.processmodel.LightWeightProcess
-
Packages that use LightWeightProcess Package Description de.aristaflow.adept2.model.processmodel de.aristaflow.ilm.model.processmodel -
-
Uses of LightWeightProcess in de.aristaflow.adept2.model.processmodel
Subinterfaces of LightWeightProcess in de.aristaflow.adept2.model.processmodel Modifier and Type Interface Description interfaceEmbeddedProcessTheEmbeddedProcessis used to embed another process template.interfaceReferencedProcessTheReferencedProcessis used to reference another process template.Methods in de.aristaflow.adept2.model.processmodel that return LightWeightProcess Modifier and Type Method Description LightWeightProcessVariableParallelismEBP. getLightWeightProcess()Gets the lightweight process which is instantiated several times in the variable parallel branch.Methods in de.aristaflow.adept2.model.processmodel with parameters of type LightWeightProcess Modifier and Type Method Description VariableParallelismEBPProcessModelFactory. createVariableParallelismEBP(LightWeightProcess lwp, Set<ProcessModelParameter> indexedInputParameters, Configuration configuration, Configuration testConfiguration, ExecutionControlProperties executionControlProperties, Set<ProcessModelParameter> inputParameters, Set<ProcessModelParameter> outputParameters, PluginDataContainer pluginData, Map<String,String> userAttributes)Create an EBP for variable parallelism. -
Uses of LightWeightProcess in de.aristaflow.ilm.model.processmodel
Methods in de.aristaflow.ilm.model.processmodel that return LightWeightProcess Modifier and Type Method Description protected static LightWeightProcessTransformation. fromIlm(ProcessModelFactory pmf, LightWeightProcess lwp, UUID parentId, Configuration conf, Configuration testConf, ExecutionControlProperties ecp, Set<ProcessModelParameter> inParams, Set<ProcessModelParameter> outParams)Methods in de.aristaflow.ilm.model.processmodel with parameters of type LightWeightProcess Modifier and Type Method Description protected static LightWeightProcessTransformation. toIlm(LightWeightProcess lwp)
-