project35.soa.ontology.sources
Class PictureOntologySource

java.lang.Object
  extended by project35.soa.ontology.sources.AbstractTreeOntologySource
      extended by project35.soa.ontology.sources.XMLOntologySource
          extended by project35.soa.ontology.sources.PictureOntologySource
All Implemented Interfaces:
java.io.Serializable, ImageDescriptionSupport, OntologySource, TreeOntologySource, ServiceClass

public class PictureOntologySource
extends XMLOntologySource
implements ImageDescriptionSupport

a marker class that also implements ImageDescriptionSupport. Most of the code that used to be in this class has been migrated into XMLOntologySource . in future there may be more attributes for this class. if there are not, then it will be deprecated in future releases


Copyright (c) 2008 Kevin Garwood for Project35. The original code was developed by Kevin Garwood for the University of Manchester. Revisions have been made for Project35, a project that is independent of that institution. This code is licensed under the Academic Free License version 3.0. The code attribution for the original code is included here:

Copyright (c) Kevin Garwood and University of Manchester 2007. All rights reserved. Licensed under the Academic Free License version 3.0. For more information on the terms and conditions, please see the file "LICENSE" that is included in this distribution.


Version:
1.0
Author:
Kevin Garwood (kgarwood@users.sourceforge.net)
See Also:
Serialized Form

Field Summary
 
Fields inherited from class project35.soa.ontology.sources.XMLOntologySource
definitionFromIdentifier, imageFromIdentifier, labelFromIdentifier, ontologyServiceMetaData, ontologyTermFromIdentifier, relatedTermsFromIdentifier, webPageFromIdentifier
 
Fields inherited from class project35.soa.ontology.sources.AbstractTreeOntologySource
anchorTerms, collator, file, fileName, isSourceWorking, maskValidator, ontologyContext, parameters, resourceDirectory, rootTerm, searchResultTerm, status, url
 
Constructor Summary
PictureOntologySource()
           
 
Method Summary
 
Methods inherited from class project35.soa.ontology.sources.XMLOntologySource
getFieldValue, getOntologyTermProvenance, initialiseService, load, parseOntologyTerm, printTree
 
Methods inherited from class project35.soa.ontology.sources.AbstractTreeOntologySource
addAnchorTerm, containsTerm, getInitialisationParameters, getOntologyServiceMetaData, getRelatedTerms, getSubOntologySource, getSupportedOntologyRelationships, getTerms, getTreeRoot, isWorking, reviseTreeWithAnchorTerms, search, search, setDescription, test
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PictureOntologySource

public PictureOntologySource()