public class WFNetReductionConnection
extends org.processmining.framework.connections.impl.AbstractConnection
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
INPUT_PLACEST
Label for second input.
|
static java.lang.String |
OUTPUT_PLACEST
Label for third input.
|
static java.lang.String |
PETRI_NET
Label for first input.
|
static java.lang.String |
REDUCTION_RESULT
Label for output.
|
| Constructor and Description |
|---|
WFNetReductionConnection(org.processmining.models.graphbased.directed.petrinet.Petrinet net,
java.util.Set<org.processmining.models.graphbased.directed.petrinet.PetrinetNode> inputs,
java.util.Set<org.processmining.models.graphbased.directed.petrinet.PetrinetNode> outputs,
java.lang.String reductionResult,
WFNetReductionParameters parameters)
Create a connection.
|
| Modifier and Type | Method and Description |
|---|---|
WFNetReductionParameters |
getParameters() |
public static final java.lang.String PETRI_NET
public static final java.lang.String INPUT_PLACEST
public static final java.lang.String OUTPUT_PLACEST
public static final java.lang.String REDUCTION_RESULT
public WFNetReductionConnection(org.processmining.models.graphbased.directed.petrinet.Petrinet net,
java.util.Set<org.processmining.models.graphbased.directed.petrinet.PetrinetNode> inputs,
java.util.Set<org.processmining.models.graphbased.directed.petrinet.PetrinetNode> outputs,
java.lang.String reductionResult,
WFNetReductionParameters parameters)
net - First input.inputPlaces - Second input.outputPlaces - Second input.reductionResult - Output.parameters - Parameters.public WFNetReductionParameters getParameters()