package bugsOtherPackage; public interface INode { boolean setParent(INode p); INode getParent(); }