Package | Description |
---|---|
org.processmining.models.queueminer.patternvisualizer |
Modifier and Type | Method and Description |
---|---|
PrimeLogNode |
PrimeLogTree.getRoot() |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<PrimeLogNode> |
PrimeLogNode.getChildren() |
java.util.ArrayList<PrimeLogNode> |
PrimeLogTree.getNodes() |
Modifier and Type | Method and Description |
---|---|
void |
PrimeLogNode.addChild(PrimeLogNode pln) |
int |
PrimeLogNode.compareTo(PrimeLogNode pln) |
void |
PrimeLogTreeView.paintChildren(java.awt.Graphics g,
PrimeLogNode parent,
int widthAvailable) |
Constructor and Description |
---|
PLTVNode(PrimeLogTreeView parent,
PrimeLogNode node) |