Package | Description |
---|---|
org.processmining.plugins.crossorgprocmin.mismatch | |
org.processmining.plugins.crossorgprocmin.mismatch.control |
Modifier and Type | Method and Description |
---|---|
void |
MismatchPatterns.addDependencyUnitCluster(java.lang.String label,
java.util.List<java.lang.String> source_activities,
GatewayTypeCode gateway,
java.lang.Integer process,
java.lang.String startLabel,
java.lang.String endLabel) |
void |
MismatchPatterns.addDependencyUnitProcess(java.lang.String label,
java.util.List<java.lang.String> source_activities,
GatewayTypeCode gateway,
java.lang.Integer process) |
Modifier and Type | Field and Description |
---|---|
GatewayTypeCode |
DependencyUnit.gateway |
Modifier and Type | Method and Description |
---|---|
static GatewayTypeCode |
GatewayTypeCode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GatewayTypeCode[] |
GatewayTypeCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
DependencyClusterUnit(java.lang.String activityName,
java.util.List<java.lang.String> previousActivities,
GatewayTypeCode gateway,
java.lang.Integer process_identifier,
java.lang.String startLabel,
java.lang.String endLabel) |
DependencyUnit(java.lang.String activityName,
java.util.List<java.lang.String> previousActivities,
GatewayTypeCode gateway,
java.lang.Integer process_identifier) |