public static class ProcessConstants.InstanceTypesForFilters
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
INST_TYPE_ALL
Considers all instances (top-level and all kinds of subprocesses).
|
static int |
INST_TYPE_EMBEDDED_PROCESS
Considers the instances of (simple) embedded subprocesses.
|
static int |
INST_TYPE_FORKED_REFERENCED_PROCESS
Considers the instances of (simple, forked) referenced subprocesses.
|
static int |
INST_TYPE_REFERENCED_PROCESS
Considers the instances of (simple, non-forked) referenced subprocesses.
|
static int |
INST_TYPE_SIMPLE_SUBPROCESS
Considers the instances of (simple) subprocesses (embedded, non-forked and forked referenced).
|
static int |
INST_TYPE_SUBPROCESS
Considers the instances of all subprocesses (simple and subject of variable parallelism).
|
static int |
INST_TYPE_TOP_LEVEL
Considers the top-level instances.
|
static int |
INST_TYPE_VAR_PAR_EMBEDDED_PROCESS
Considers the instances of embedded subprocesses subject of variable parallelism.
|
static int |
INST_TYPE_VAR_PAR_FORKED_REFERENCED_PROCESS
Considers the instances of forked referenced subprocesses subject of variable parallelism.
|
static int |
INST_TYPE_VAR_PAR_REFERENCED_PROCESS
Considers the instances of non-forked referenced subprocesses subject of variable parallelism.
|
static int |
INST_TYPE_VAR_PAR_SUBPROCESS
Considers the instances of subprocesses (embedded, non-forked and forked referenced) subjects
of variable parallelism.
|
| Constructor and Description |
|---|
InstanceTypesForFilters() |
public static final int INST_TYPE_TOP_LEVEL
public static final int INST_TYPE_EMBEDDED_PROCESS
public static final int INST_TYPE_REFERENCED_PROCESS
public static final int INST_TYPE_FORKED_REFERENCED_PROCESS
public static final int INST_TYPE_VAR_PAR_EMBEDDED_PROCESS
public static final int INST_TYPE_VAR_PAR_REFERENCED_PROCESS
public static final int INST_TYPE_VAR_PAR_FORKED_REFERENCED_PROCESS
public static final int INST_TYPE_SIMPLE_SUBPROCESS
public static final int INST_TYPE_VAR_PAR_SUBPROCESS
public static final int INST_TYPE_SUBPROCESS
public static final int INST_TYPE_ALL