org.knowceans.corpus.parsers.igdbib
Class IgdCategories

java.lang.Object
  extended by org.knowceans.corpus.parsers.igdbib.IgdCategories
All Implemented Interfaces:
ICategories

public class IgdCategories
extends java.lang.Object
implements ICategories

IgdCategories

Author:
heinrich

Field Summary
private static java.lang.String[] ids
           
private static java.lang.String[] topics
           
 
Constructor Summary
IgdCategories()
           
 
Method Summary
 java.lang.String decode(java.util.Vector<java.lang.Integer> a)
          return a string description of the category ids in the argument.
 java.util.Vector<java.lang.Integer> subjects(java.lang.String sub)
          get category ids (encoding) of the descriptors in the argument (space-separated).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ids

private static final java.lang.String[] ids

topics

private static final java.lang.String[] topics
Constructor Detail

IgdCategories

public IgdCategories()
Method Detail

subjects

public java.util.Vector<java.lang.Integer> subjects(java.lang.String sub)
Description copied from interface: ICategories
get category ids (encoding) of the descriptors in the argument (space-separated).

Specified by:
subjects in interface ICategories
Returns:

decode

public java.lang.String decode(java.util.Vector<java.lang.Integer> a)
Description copied from interface: ICategories
return a string description of the category ids in the argument.

Specified by:
decode in interface ICategories
Returns: