| Package | Description |
|---|---|
| org.processmining.models.heuristics | |
| org.processmining.models.heuristics.elements |
| Modifier and Type | Method and Description |
|---|---|
Gateway |
HeuristicsNetDiagram.addGateway(java.lang.String label,
Gateway.GatewayType gatewayType) |
Gateway |
HeuristicsNetDiagramImpl.addGateway(java.lang.String label,
Gateway.GatewayType gatewayType) |
| Modifier and Type | Method and Description |
|---|---|
Gateway.GatewayType |
Gateway.getGatewayType() |
static Gateway.GatewayType |
Gateway.GatewayType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Gateway.GatewayType[] |
Gateway.GatewayType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Gateway.setGatewayType(Gateway.GatewayType gatewayType) |
| Constructor and Description |
|---|
Gateway(org.processmining.models.graphbased.directed.AbstractDirectedGraph<HNNode,HNEdge<? extends HNNode,? extends HNNode>> bpmndiagram,
java.lang.String label,
Gateway.GatewayType gatewayType) |