public class ExhaustiveConnection
extends org.processmining.framework.connections.impl.AbstractConnection
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
LOG
Label for second input.
|
static java.lang.String |
OUTPUT
Label for output.
|
static java.lang.String |
TREE
Label for first input.
|
Constructor and Description |
---|
ExhaustiveConnection(org.processmining.processtree.ProcessTree tree,
org.deckfour.xes.model.XLog log,
org.processmining.processtree.ProcessTree output,
ExhaustiveParameters parameters)
Create a connection.
|
Modifier and Type | Method and Description |
---|---|
ExhaustiveParameters |
getParameters() |
public static final java.lang.String TREE
public static final java.lang.String LOG
public static final java.lang.String OUTPUT
public ExhaustiveConnection(org.processmining.processtree.ProcessTree tree, org.deckfour.xes.model.XLog log, org.processmining.processtree.ProcessTree output, ExhaustiveParameters parameters)
input1
- First input.input2
- Second input.output
- Output.parameters
- Parameters.public ExhaustiveParameters getParameters()