| Package | Description |
|---|---|
| org.processmining.models.graphbased.directed.epc | |
| org.processmining.models.graphbased.directed.epc.elements |
| Modifier and Type | Method and Description |
|---|---|
Connector |
EPCGraph.addConnector(java.lang.String label,
Connector.ConnectorType type) |
ConfigurableConnector |
ConfigurableEPC.addConnector(java.lang.String label,
Connector.ConnectorType type,
boolean isConfigurable) |
| Modifier and Type | Method and Description |
|---|---|
Connector.ConnectorType |
Connector.getType() |
static Connector.ConnectorType |
Connector.ConnectorType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Connector.ConnectorType[] |
Connector.ConnectorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Connector.setType(Connector.ConnectorType type) |
| Constructor and Description |
|---|
ConfigurableConnector(org.processmining.models.graphbased.directed.AbstractDirectedGraph<EPCNode,EPCEdge<? extends EPCNode,? extends EPCNode>> epc,
java.lang.String label,
Connector.ConnectorType type,
boolean isConfigurable) |
Connector(org.processmining.models.graphbased.directed.AbstractDirectedGraph<EPCNode,EPCEdge<? extends EPCNode,? extends EPCNode>> epc,
java.lang.String label,
Connector.ConnectorType type) |