org.apache.ctakes.dictionary.lookup.strtable
Class StringTable

java.lang.Object
  extended by org.apache.ctakes.dictionary.lookup.strtable.StringTable

public final class StringTable
extends Object

Author:
Mayo Clinic

Constructor Summary
StringTable(String[] indexedFieldNames)
           
 
Method Summary
 void addRow(StringTableRow strTableRow)
           
 StringTableRow[] getAllRows()
           
 StringTableRow[] getRows(String indexedFieldName, String fieldVal)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringTable

public StringTable(String[] indexedFieldNames)
Method Detail

addRow

public void addRow(StringTableRow strTableRow)

getRows

public StringTableRow[] getRows(String indexedFieldName,
                                String fieldVal)

getAllRows

public StringTableRow[] getAllRows()


Copyright © 2012-2013 The Apache Software Foundation. All Rights Reserved.