public class NAryTreeHistory
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
NAryTreeHistory.TypesOfChange |
Constructor and Description |
---|
NAryTreeHistory(NAryTree _parent,
int _locationOfChange,
NAryTreeHistory.TypesOfChange _typeOfChange) |
Modifier and Type | Method and Description |
---|---|
int |
getLocationOfChange() |
NAryTree |
getParent() |
NAryTreeHistory.TypesOfChange |
getTypeOfChange() |
public NAryTreeHistory(NAryTree _parent, int _locationOfChange, NAryTreeHistory.TypesOfChange _typeOfChange)
public NAryTree getParent()
public int getLocationOfChange()
public NAryTreeHistory.TypesOfChange getTypeOfChange()