public class YourConnection
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 |
OUTPUT
Label for output.
|
static java.lang.String |
SECONDINPUT
Label for second input.
|
| Constructor and Description |
|---|
YourConnection(org.processmining.models.graphbased.directed.petrinet.Petrinet input1,
org.processmining.models.semantics.petrinet.Marking input2,
javax.swing.JComponent output)
Create a connection.
|
public static final java.lang.String FIRSTINPUT
public static final java.lang.String SECONDINPUT
public static final java.lang.String OUTPUT
public YourConnection(org.processmining.models.graphbased.directed.petrinet.Petrinet input1,
org.processmining.models.semantics.petrinet.Marking input2,
javax.swing.JComponent output)
input1 - First input.input2 - Second input.output - Output.parameters - Parameters.