Class Table2

java.lang.Object
  |
  +--Table2

public class Table2
extends java.lang.Object


Constructor Summary
Table2(java.lang.String name2, java.lang.String verbose)
           
 
Method Summary
 java.util.BitSet add(java.lang.String arg0)
           
 java.lang.String bitsToString(java.util.BitSet features)
          This returns a string of features, seperated by commas
 void display(int size)
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Table2

public Table2(java.lang.String name2,
              java.lang.String verbose)
Method Detail

size

public int size()

add

public java.util.BitSet add(java.lang.String arg0)

bitsToString

public java.lang.String bitsToString(java.util.BitSet features)
This returns a string of features, seperated by commas
Parameters:
features - This is the feature vector to get the string from
Returns:
the string

display

public void display(int size)