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 interface
EmbeddedProcess
TheEmbeddedProcess
is used to embed another process template.interface
ReferencedProcess
TheReferencedProcess
is used to reference another process template.Methods in de.aristaflow.adept2.model.processmodel that return LightWeightProcess Modifier and Type Method Description LightWeightProcess
VariableParallelismEBP. 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 VariableParallelismEBP
ProcessModelFactory. 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 LightWeightProcess
Transformation. 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 LightWeightProcess
Transformation. toIlm(LightWeightProcess lwp)
-