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

Packages that use AbstractTreeOntologySource
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. 
 

Uses of AbstractTreeOntologySource in project35.soa.ontology.sources
 

Subclasses of AbstractTreeOntologySource in project35.soa.ontology.sources
 class DefaultSubtreeOntologySource
          used to provide an ontology source that is rooted at a particular node It is used by other ontology sources which support the idea of anchoring a large ontology with seed terms that help reduce the amount of terms displayed to an end-user.
 class PictureOntologySource
          a marker class that also implements ImageDescriptionSupport.
 class TabIndentedTextSource
          an ontology source that reads terms from a tab-indented text file
 class XMLOntologySource
          an ontology source that reads its terms from a bespoke XML format.