namespace JungleDB { public interface TreeOperation { NodePath getNodePath(); NodeOperation getNodeOperation(); } }