| Package | Description |
|---|---|
| org.processmining.linearlayouts | |
| org.processmining.linearlayouts.emperors | |
| org.processmining.linearlayouts.graph |
| Modifier and Type | Class and Description |
|---|---|
class |
BlockConnector
Connector that draws a block on it.
|
class |
PlainConnector
Connector that draws just the curve arrow, without any decoration.
|
| Modifier and Type | Field and Description |
|---|---|
Connector |
Connector.parent |
| Modifier and Type | Field and Description |
|---|---|
java.util.List<Connector> |
Connector.children |
java.util.List<Connector> |
LinearLayout.connectors
A list of the back-edges in this process, ordered such that if back-edge
b is nested inside back-edge a, b precedes a in this list.
|
| Constructor and Description |
|---|
BlockConnector(LinearLayout ll,
int id,
int from,
int to,
Block block,
Connector parent) |
Connector(LinearLayout ll,
int id,
Connector parent) |
Connector(LinearLayout ll,
int id,
int from,
int to,
Connector parent) |
PlainConnector(LinearLayout ll,
int id,
Connector parent) |
PlainConnector(LinearLayout ll,
int id,
int from,
int to,
Connector parent) |
| Modifier and Type | Class and Description |
|---|---|
class |
EmperorConnector |
| Constructor and Description |
|---|
EmperorConnector(LinearLayout ll,
int id,
int from,
int to,
java.lang.String label,
Connector parent) |
| Modifier and Type | Class and Description |
|---|---|
class |
LabeledConnector |
| Constructor and Description |
|---|
LabeledConnector(LinearLayout ll,
int id,
int from,
int to,
java.lang.String label,
Connector parent) |