| Package | Description |
|---|---|
| org.processmining.partialordervisualizer.plugins.views |
| Modifier and Type | Class and Description |
|---|---|
class |
NodeBlockView |
| Modifier and Type | Method and Description |
|---|---|
NodeView |
PartialOrderVariantView.getNodeView(int eventIndex) |
NodeView |
EdgeView.getSource() |
NodeView |
EdgeView.getTarget() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<NodeView> |
NodeBlockView.getNodes() |
java.util.List<NodeView> |
PartialOrderVariantView.getNodes() |
java.util.List<NodeView> |
PartialOrderView.getNodes() |
| Modifier and Type | Method and Description |
|---|---|
void |
NodeBlockView.addNode(NodeView node) |
void |
PartialOrderVariantView.addNodeView(NodeView nodeView) |
void |
PartialOrderView.addNodeView(NodeView nodeView) |
| Constructor and Description |
|---|
EdgeView(NodeView source,
NodeView target) |