com.facetmap.simple
Class DelimitedTaxonomyReader

java.lang.Object
  extended bycom.facetmap.simple.DelimitedTaxonomyReader

public class DelimitedTaxonomyReader
extends java.lang.Object

Reads a text file that represents a facet taxonomy as follows:


Field Summary
protected  int taxCount
           
protected  FacetSpace tSpace
           
 
Constructor Summary
DelimitedTaxonomyReader(FacetSpace tSpace)
           
 
Method Summary
 java.lang.String parse(java.io.BufferedReader r)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tSpace

protected FacetSpace tSpace

taxCount

protected int taxCount
Constructor Detail

DelimitedTaxonomyReader

public DelimitedTaxonomyReader(FacetSpace tSpace)
Method Detail

parse

public java.lang.String parse(java.io.BufferedReader r)
                       throws java.io.IOException,
                              DataException
Throws:
java.io.IOException
DataException