| Package | Description |
|---|---|
| org.processmining.models.connections | |
| org.processmining.models.graphbased | |
| org.processmining.models.graphbased.directed |
| Modifier and Type | Method and Description |
|---|---|
void |
GraphLayoutConnection.collapse(Expandable expandable) |
void |
GraphLayoutConnection.expand(Expandable expandable) |
| Modifier and Type | Method and Description |
|---|---|
void |
GraphLayoutConnection.collapseAll(java.util.Collection<Expandable> toCollapse) |
void |
GraphLayoutConnection.expandAll(java.util.Collection<Expandable> toExpand) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExpansionListener.ListenerList.fireNodeCollapsed(Expandable source) |
void |
ExpansionListener.ListenerList.fireNodeExpanded(Expandable source) |
void |
ExpansionListener.nodeCollapsed(Expandable source) |
void |
ExpansionListener.nodeExpanded(Expandable source) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ContainingDirectedGraphNode
Interface to represent a directed graph node that contain other elements.
|