| Package | Description |
|---|---|
| de.aristaflow.adept2.model.processmodel |
Warning: This package description is OUTDATED (work in progress)!!
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
EmbeddedProcess
The
EmbeddedProcess is used to embed another process
template. |
interface |
ReferencedProcess
The
ReferencedProcess is used to reference another process
template. |
| Modifier and Type | Method and Description |
|---|---|
LightWeightProcess |
VariableParallelismEBP.getLightWeightProcess()
Gets the lightweight process which is instantiated several times in the
variable parallel branch.
|
| Modifier and Type | Method and Description |
|---|---|
VariableParallelismEBP |
ProcessModelFactory.createVariableParallelismEBP(LightWeightProcess lwp,
java.util.Set<ProcessModelParameter> indexedInputParameters,
Configuration configuration,
Configuration testConfiguration,
ExecutionControlProperties executionControlProperties,
java.util.Set<ProcessModelParameter> inputParameters,
java.util.Set<ProcessModelParameter> outputParameters,
PluginDataContainer pluginData,
java.util.Map<java.lang.String,java.lang.String> userAttributes)
Create an EBP for variable parallelism.
|