public class GreedyConnection
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 |
---|
GreedyConnection(org.processmining.processtree.ProcessTree tree,
org.deckfour.xes.model.XLog log,
org.processmining.processtree.ProcessTree output,
GreedyParameters parameters)
Create a connection.
|
Modifier and Type | Method and Description |
---|---|
GreedyParameters |
getParameters() |
public static final java.lang.String TREE
public static final java.lang.String LOG
public static final java.lang.String OUTPUT
public GreedyConnection(org.processmining.processtree.ProcessTree tree, org.deckfour.xes.model.XLog log, org.processmining.processtree.ProcessTree output, GreedyParameters parameters)
input1
- First input.input2
- Second input.output
- Output.parameters
- Parameters.public GreedyParameters getParameters()