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

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

public class SubsumptionTreeNode
extends edu.stanford.smi.protege.util.LazyTreeNode

A LazyTreeNode for an inferred or asserted subsumption relationship between classes.

Author:
Holger Knublauch

Field Summary
private  edu.stanford.smi.protege.event.FrameListener frameListener
           
private  edu.stanford.smi.protege.model.Slot ownSlot
           
 
Fields inherited from class edu.stanford.smi.protege.util.LazyTreeNode
 
Constructor Summary
SubsumptionTreeNode(edu.stanford.smi.protege.util.LazyTreeNode parentNode, edu.stanford.smi.protege.model.Cls parentCls, edu.stanford.smi.protege.model.Slot ownSlot)
           
 
Method Summary
protected  edu.stanford.smi.protege.util.LazyTreeNode createNode(Object o)
           
protected  void dispose()
           
protected  int getChildObjectCount()
           
protected  Collection getChildObjects()
           
 edu.stanford.smi.protege.model.Cls getCls()
           
protected  Comparator getComparator()
           
protected  void notifyNodeChanged()
           
 String toString()
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

frameListener

private edu.stanford.smi.protege.event.FrameListener frameListener

ownSlot

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

SubsumptionTreeNode

public SubsumptionTreeNode(edu.stanford.smi.protege.util.LazyTreeNode parentNode,
                           edu.stanford.smi.protege.model.Cls parentCls,
                           edu.stanford.smi.protege.model.Slot ownSlot)
Method Detail

createNode

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

dispose

protected void dispose()

getChildObjectCount

protected int getChildObjectCount()

getChildObjects

protected Collection getChildObjects()

getCls

public edu.stanford.smi.protege.model.Cls getCls()

getComparator

protected Comparator getComparator()

notifyNodeChanged

protected void notifyNodeChanged()

toString

public String toString()