goAdapter
Class GOAdapter

java.lang.Object
  extended by goAdapter.GOAdapter

public class GOAdapter
extends java.lang.Object


Constructor Summary
GOAdapter(java.lang.String s, java.lang.String a, java.lang.String o, int n)
           
 
Method Summary
 java.lang.String getAnnotationStats()
           
 AnnotatedSet readAnnotation(java.lang.String path)
           
 void searchTerms(java.util.Collection<java.lang.String> comp)
           
 void searchTermsAll(java.util.Collection<java.util.Collection<java.lang.String>> comp)
           
 void writeCompFile(java.util.Collection<java.lang.String> comp, OutWriter out)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GOAdapter

public GOAdapter(java.lang.String s,
                 java.lang.String a,
                 java.lang.String o,
                 int n)
Method Detail

searchTerms

public void searchTerms(java.util.Collection<java.lang.String> comp)

searchTermsAll

public void searchTermsAll(java.util.Collection<java.util.Collection<java.lang.String>> comp)

writeCompFile

public void writeCompFile(java.util.Collection<java.lang.String> comp,
                          OutWriter out)

readAnnotation

public AnnotatedSet readAnnotation(java.lang.String path)

getAnnotationStats

public java.lang.String getAnnotationStats()