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

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.OWLQuantifierRestrictionTreeNode
All Implemented Interfaces:
TreeNode

public class OWLQuantifierRestrictionTreeNode
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
OWLQuantifierRestrictionTreeNode(edu.stanford.smi.protege.util.LazyTreeNode parent, OWLQuantifierRestriction restriction, 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

OWLQuantifierRestrictionTreeNode

public OWLQuantifierRestrictionTreeNode(edu.stanford.smi.protege.util.LazyTreeNode parent,
                                        OWLQuantifierRestriction restriction,
                                        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