Package org.processmining.connections
Class BerthelotConnection
- java.lang.Object
-
- org.processmining.framework.connections.impl.AbstractConnection
-
- org.processmining.connections.BerthelotConnection
-
- All Implemented Interfaces:
org.processmining.framework.connections.Connection
public class BerthelotConnection extends org.processmining.framework.connections.impl.AbstractConnection
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringNETstatic java.lang.StringREDUCEDNET
-
Constructor Summary
Constructors Constructor Description BerthelotConnection(org.processmining.models.graphbased.directed.petrinet.Petrinet net, org.processmining.models.graphbased.directed.petrinet.Petrinet reducedNet, BerthelotParameters parameters)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BerthelotParametersgetParameters()
-
-
-
Field Detail
-
NET
public static final java.lang.String NET
- See Also:
- Constant Field Values
-
REDUCEDNET
public static final java.lang.String REDUCEDNET
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
BerthelotConnection
public BerthelotConnection(org.processmining.models.graphbased.directed.petrinet.Petrinet net, org.processmining.models.graphbased.directed.petrinet.Petrinet reducedNet, BerthelotParameters parameters)
-
-
Method Detail
-
getParameters
public BerthelotParameters getParameters()
-
-