Uses of Class
project35.soa.ontology.sources.TreeOntologyTerm

Packages that use TreeOntologyTerm
project35.soa.ontology.sources This package contains all the classes which support the ontology source class that is part of the Project35 Ontology Service Framework. 
project35.soa.ontology.views This package contains all the classes which support the ontology viewer that is part of the Project35 Ontology Service Framework. 
 

Uses of TreeOntologyTerm in project35.soa.ontology.sources
 

Fields in project35.soa.ontology.sources declared as TreeOntologyTerm
protected  TreeOntologyTerm AbstractTreeOntologySource.rootTerm
           
protected  TreeOntologyTerm AbstractTreeOntologySource.searchResultTerm
           
 

Methods in project35.soa.ontology.sources that return TreeOntologyTerm
 TreeOntologyTerm OntologyTreeCloner.cloneSubTree(TreeOntologyTerm originalTerm)
           
 TreeOntologyTerm TreeOntologyTerm.getParentTerm()
           
 TreeOntologyTerm TreeOntologySource.getTreeRoot(Project35FormContext project35FormContext)
           
 TreeOntologyTerm AbstractTreeOntologySource.getTreeRoot(Project35FormContext project35FormContext)
           
protected  TreeOntologyTerm XMLOntologySource.parseOntologyTerm(org.w3c.dom.Element ontologyDeclaration)
           
protected  TreeOntologyTerm AbstractTreeOntologySource.search(java.lang.String mask)
           
protected  TreeOntologyTerm AbstractTreeOntologySource.search(java.lang.String mask, TreeOntologyTerm ontologyTerm)
          returns a subtree search result based on a search parameter and a root node
 

Methods in project35.soa.ontology.sources with parameters of type TreeOntologyTerm
 TreeOntologyTerm OntologyTreeCloner.cloneSubTree(TreeOntologyTerm originalTerm)
           
 OntologyTerm[] OntologyRelationshipUtility.getSuperClasses(TreeOntologyTerm treeOntologyTerm)
           
 void XMLOntologySource.printTree(Project35FormContext project35FormContext, int indentationLevel, TreeOntologyTerm treeOntologyTerm)
           
protected  TreeOntologyTerm AbstractTreeOntologySource.search(java.lang.String mask, TreeOntologyTerm ontologyTerm)
          returns a subtree search result based on a search parameter and a root node
 void TreeOntologyTerm.setParentTerm(TreeOntologyTerm parentTerm)
           
 void DefaultSubtreeOntologySource.setRoot(TreeOntologyTerm rootTerm)
           
 

Uses of TreeOntologyTerm in project35.soa.ontology.views
 

Methods in project35.soa.ontology.views with parameters of type TreeOntologyTerm
 OntologyTermNode TreeView.createNode(TreeOntologyTerm ontologyTerm)