edu.stanford.smi.protegex.owl.ui.subsumption
Class SubsumptionTreeRoot

java.lang.Object
  extended byedu.stanford.smi.protege.util.LazyTreeNode
      extended byedu.stanford.smi.protege.util.LazyTreeRoot
          extended byedu.stanford.smi.protegex.owl.ui.subsumption.SubsumptionTreeRoot
All Implemented Interfaces:
TreeNode

public class SubsumptionTreeRoot
extends edu.stanford.smi.protege.util.LazyTreeRoot

A LazyTreeRoot for a computed or asserted subsumption relationship between classes.

Author:
Holger Knublauch , Ray Fergerson

Field Summary
private  edu.stanford.smi.protege.model.Slot ownSlot
           
 
Fields inherited from class edu.stanford.smi.protege.util.LazyTreeRoot
 
Fields inherited from class edu.stanford.smi.protege.util.LazyTreeNode
 
Constructor Summary
SubsumptionTreeRoot(edu.stanford.smi.protege.model.Cls root, edu.stanford.smi.protege.model.Slot ownSlot)
           
 
Method Summary
 edu.stanford.smi.protege.util.LazyTreeNode createNode(Object o)
           
 Comparator getComparator()
           
 
Methods inherited from class edu.stanford.smi.protege.util.LazyTreeRoot
getChildObjectCount, getChildObjects, notifyChildNodeAdded, notifyChildNodeRemoved, notifyNodeChanged, notifyNodeStructureChanged, setModel
 
Methods inherited from class edu.stanford.smi.protege.util.LazyTreeNode
childAdded, childAdded, childRemoved, children, dispose, equals, getAllowsChildren, getChildAt, getChildCount, getIndex, getIndex, getLazyTreeNodeParent, getParent, getUserObject, getUserObjectIndex, isDuplicate, isLeaf, reload, reload, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ownSlot

private edu.stanford.smi.protege.model.Slot ownSlot
Constructor Detail

SubsumptionTreeRoot

public SubsumptionTreeRoot(edu.stanford.smi.protege.model.Cls root,
                           edu.stanford.smi.protege.model.Slot ownSlot)
Method Detail

createNode

public edu.stanford.smi.protege.util.LazyTreeNode createNode(Object o)

getComparator

public Comparator getComparator()