softparsmap
Class AbstractDataSource

java.lang.Object
  extended byooc.LinkedTagInstance
      extended bysoftparsmap.AbstractDataSource
All Implemented Interfaces:
DataSource, Dependencies
Direct Known Subclasses:
DataSourceXmlNcbiTaxonomy

public abstract class AbstractDataSource
extends LinkedTagInstance
implements DataSource

Extending this class will facilitate creating a tag instance that is needed for any class to be installed and used by the property file.


Constructor Summary
AbstractDataSource()
           
 
Method Summary
 PropertyFile getPropertyFile()
          Returns the property file.
 
Methods inherited from class ooc.LinkedTagInstance
containsKey, get, getAttribute, getAttributeBoolean, getAttributeDouble, getAttributeFloat, getAttributeInteger, getAttributeList, getAttributeRef, getAttributeShort, getAttributeString, getAttributeTag, getChildIterator, getChildIteratorByName, getContainer, getContainerTag, getFirstChildTagByName, getTag, getTagId, getTagInstance, getTagInstance, getTagRef, hasAttributeValue, hasChildTagByName, hasChildTags, hasTag, isMutable, keySet, put, remove, setTag, setupInstance
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface softparsmap.DataSource
getSequenceData, getSpeciesName, getSpeciesTree, initiate
 

Constructor Detail

AbstractDataSource

public AbstractDataSource()
Method Detail

getPropertyFile

public PropertyFile getPropertyFile()
Description copied from interface: DataSource
Returns the property file.

Specified by:
getPropertyFile in interface DataSource
Returns:
the property file
See Also:
PropertyFile