| Package | Description |
|---|---|
| org.processmining.linearlayouts | |
| org.processmining.linearlayouts.emperors | |
| org.processmining.linearlayouts.graph | |
| org.processmining.linearlayouts.processtrees |
| Modifier and Type | Class and Description |
|---|---|
class |
MarginBlock |
| Modifier and Type | Field and Description |
|---|---|
java.util.List<Block> |
Layout.Row.blocks |
java.util.List<Block> |
LinearLayout.blocks |
| Modifier and Type | Method and Description |
|---|---|
Block |
BlockConnector.getBlock() |
| Modifier and Type | Method and Description |
|---|---|
void |
BlockConnector.setBlock(Block block) |
| Constructor and Description |
|---|
BlockConnector(LinearLayout ll,
int id,
int from,
int to,
Block block,
Connector parent) |
MarginBlock(Block child) |
| Constructor and Description |
|---|
Row(int id,
int from,
int to,
java.util.List<Block> blocks,
boolean reversed,
double y,
ProcessLayouter.RowHeight height,
boolean firstRow,
boolean lastRow) |
| Modifier and Type | Class and Description |
|---|---|
class |
DuoBlock |
class |
EmperorBlock |
| Constructor and Description |
|---|
DuoBlock(Block... children) |
| Constructor and Description |
|---|
DuoBlock(java.util.List<Block> children) |
| Modifier and Type | Class and Description |
|---|---|
class |
VertexBlock |
| Modifier and Type | Class and Description |
|---|---|
class |
ActionBlock |
class |
ChoiceBlock |
class |
LoopBlock |
class |
ParallelBlock |
class |
SequenceBlock |
class |
TwoLineActionBlock |
| Constructor and Description |
|---|
ChoiceBlock(Block... children) |
LoopBlock(Block child) |
ParallelBlock(Block... children) |
SequenceBlock(Block... children) |
| Constructor and Description |
|---|
ChoiceBlock(java.util.List<Block> children) |
ParallelBlock(java.util.List<Block> children) |
SequenceBlock(java.util.List<Block> children) |