Package | Description |
---|---|
org.processmining.plugins.etm | |
org.processmining.plugins.etm.model.narytree | |
org.processmining.plugins.etm.mutation |
Modifier and Type | Method and Description |
---|---|
void |
CentralRegistry.saveHistory(NAryTree child,
NAryTree parent,
int pointOfChange,
NAryTreeHistory.TypesOfChange typeOfChange)
Function to save the ancestry of each new tree.
|
Modifier and Type | Method and Description |
---|---|
NAryTreeHistory.TypesOfChange |
NAryTreeHistory.getTypeOfChange() |
static NAryTreeHistory.TypesOfChange |
NAryTreeHistory.TypesOfChange.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NAryTreeHistory.TypesOfChange[] |
NAryTreeHistory.TypesOfChange.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
NAryTreeHistory(NAryTree _parent,
int _locationOfChange,
NAryTreeHistory.TypesOfChange _typeOfChange) |
Modifier and Type | Field and Description |
---|---|
protected NAryTreeHistory.TypesOfChange |
TreeMutationAbstract.typeOfChange |
protected NAryTreeHistory.TypesOfChange |
TreeMutationCoordinator.typeOfChange |
Modifier and Type | Method and Description |
---|---|
protected void |
TreeMutationAbstract.didChange(int node,
NAryTreeHistory.TypesOfChange _typeOfChange) |