org.knowceans.corpus
Class NoCategories

java.lang.Object
  extended by org.knowceans.corpus.NoCategories
All Implemented Interfaces:
ICategories

public class NoCategories
extends java.lang.Object
implements ICategories

NoCategories empty categories class as dummy.

Author:
gregor

Constructor Summary
NoCategories()
           
 
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
 

Constructor Detail

NoCategories

public NoCategories()
Method Detail

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:

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: