* Add a remove property operation to this change log
* @param parent parent of the property
* @param name name of the property
*/
public void removeProperty(Path parent, String name) {
setProperty(parent, new KernelPropertyState(name, ScalarImpl.nullScalar()));
}