edu.stanford.smi.protegex.owl.ui.explorer
Class OWLLogicalClassTreeNode

java.lang.Object
  extended byedu.stanford.smi.protege.util.LazyTreeNode
      extended byedu.stanford.smi.protegex.owl.ui.explorer.ExplorerTreeNode
          extended byedu.stanford.smi.protegex.owl.ui.explorer.OWLLogicalClassTreeNode
All Implemented Interfaces:
TreeNode

public class OWLLogicalClassTreeNode
extends ExplorerTreeNode

Author:
Holger Knublauch

Field Summary
 
Fields inherited from class edu.stanford.smi.protegex.owl.ui.explorer.ExplorerTreeNode
filter
 
Fields inherited from class edu.stanford.smi.protege.util.LazyTreeNode
 
Constructor Summary
OWLLogicalClassTreeNode(edu.stanford.smi.protege.util.LazyTreeNode parent, OWLLogicalClass cls, ExplorerFilter filter)
           
 
Method Summary
protected  List createChildObjects()
           
 String toString(boolean expanded)
           
 
Methods inherited from class edu.stanford.smi.protegex.owl.ui.explorer.ExplorerTreeNode
createNode, dispose, getChildNode, getChildObjectCount, getChildObjects, getComparator, getRDFSClass
 
Methods inherited from class edu.stanford.smi.protege.util.LazyTreeNode
childAdded, childAdded, childRemoved, children, equals, getAllowsChildren, getChildAt, getChildCount, getIndex, getIndex, getLazyTreeNodeParent, getParent, getUserObject, getUserObjectIndex, isDuplicate, isLeaf, notifyChildNodeAdded, notifyChildNodeRemoved, notifyNodeChanged, notifyNodeStructureChanged, reload, reload, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OWLLogicalClassTreeNode

public OWLLogicalClassTreeNode(edu.stanford.smi.protege.util.LazyTreeNode parent,
                               OWLLogicalClass cls,
                               ExplorerFilter filter)
Method Detail

createChildObjects

protected List createChildObjects()
Specified by:
createChildObjects in class ExplorerTreeNode

toString

public String toString(boolean expanded)
Overrides:
toString in class ExplorerTreeNode