org.topbraidcomposer.navigation.subclassestree.createclasses
Class ExistingSubClassesTreeNode

java.lang.Object
  extended by org.topbraidcomposer.ui.viewers.trees.ResourceTreeNode
      extended by org.topbraidcomposer.ui.viewers.trees.SubClassesTreeNode
          extended by org.topbraidcomposer.navigation.subclassestree.createclasses.ExistingSubClassesTreeNode

public class ExistingSubClassesTreeNode
extends SubClassesTreeNode


Constructor Summary
ExistingSubClassesTreeNode(ResourceTreeNode parent, com.hp.hpl.jena.rdf.model.Resource resource)
           
 
Method Summary
 ResourceTreeNode createChildNode(com.hp.hpl.jena.rdf.model.Resource childResource)
          Creates a node for a given resource, with this as parent node.
 
Methods inherited from class org.topbraidcomposer.ui.viewers.trees.SubClassesTreeNode
findChildNode, isInferred, listChildResources, listChildResources
 
Methods inherited from class org.topbraidcomposer.ui.viewers.trees.ResourceTreeNode
addChildNode, createChildren, createExpandedClone, deleteAny, ensureChildrenExist, findChildNode, findCreatedChildNode, getChildNode, getChildNode, getChildren, getParentNode, getResource, hasChild, hasChildren, removeChildNode, replaceResource, toString, visitCreatedNodes, visitNodes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExistingSubClassesTreeNode

public ExistingSubClassesTreeNode(ResourceTreeNode parent,
                                  com.hp.hpl.jena.rdf.model.Resource resource)
Method Detail

createChildNode

public ResourceTreeNode createChildNode(com.hp.hpl.jena.rdf.model.Resource childResource)
Description copied from class: ResourceTreeNode
Creates a node for a given resource, with this as parent node.

Overrides:
createChildNode in class SubClassesTreeNode
Parameters:
childResource - the resource to create a node for
Returns:
typically an instance of the same class