Package | Description |
---|---|
org.processmining.plugins.declareanalyzer.executions |
Modifier and Type | Method and Description |
---|---|
ExtendibleTrace |
ExtendibleTrace.appendToNew(java.lang.Integer a,
boolean activation)
Append the given element to the current string
|
Modifier and Type | Method and Description |
---|---|
protected org.processmining.plugins.declareanalyzer.executions.BinaryTree.Node |
BinaryTree.addLeftLeaf(org.processmining.plugins.declareanalyzer.executions.BinaryTree.Node tree,
ExtendibleTrace element)
Add a left leaf to the node
|
protected org.processmining.plugins.declareanalyzer.executions.BinaryTree.Node |
BinaryTree.addRightLeaf(org.processmining.plugins.declareanalyzer.executions.BinaryTree.Node tree,
ExtendibleTrace element)
Add a right leaf to the node
|
int |
ExtendibleTrace.compareTo(ExtendibleTrace o) |
boolean |
ExtendibleTrace.isContained(ExtendibleTrace larger)
Method to check if the current trace is contained into the other one
|
Constructor and Description |
---|
ExtendibleTrace(ExtendibleTrace trace)
Creates a new extendible trace as a deep copy of the given one
|