public class SubTraceConnection
extends org.processmining.framework.connections.impl.AbstractConnection
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
FIRSTINPUT
Label for first input.
|
static java.lang.String |
FIRSTOUTPUT
Label for output.
|
static java.lang.String |
SECONDOUTPUT |
Constructor and Description |
---|
SubTraceConnection(org.deckfour.xes.model.XLog incoming,
org.deckfour.xes.model.XLog output,
SubTraceFilteringParameters parameters)
Create a connection.
|
Modifier and Type | Method and Description |
---|---|
SubTraceFilteringParameters |
getParameters() |
public static final java.lang.String FIRSTINPUT
public static final java.lang.String FIRSTOUTPUT
public static final java.lang.String SECONDOUTPUT
public SubTraceConnection(org.deckfour.xes.model.XLog incoming, org.deckfour.xes.model.XLog output, SubTraceFilteringParameters parameters)
incoming
- log to process.output
- log with fragments.parameters
- Parameters.public SubTraceFilteringParameters getParameters()