*
*/
public PolicyTreeModel(WebPolicy profile) {
super(profile);
inherit = new DefaultInheritanceModel(profile);
listener = new LinkedList<DocumentListener>();
mlistener = new LinkedList<TreeModelListener>();
pathMap = new HashMap<String, TreeNode>();
createPathMap();