nl.telin.mymedia.uima.annotation
Class InfGainAnnotation

java.lang.Object
  extended by Annotation
      extended by nl.telin.mymedia.uima.annotation.InfGainAnnotation

public class InfGainAnnotation
extends Annotation

Updated by JCasGen Wed Feb 25 09:07:28 CET 2009 XML source: D:/workspaces/mymedia/MyMediaUIMA/descriptors/annotators/InfGainAnnotator.xml


Field Summary
static int type
           
static int typeIndexID
           
 
Constructor Summary
protected InfGainAnnotation()
          Never called.
  InfGainAnnotation(int addr, TOP_Type type)
          Internal - constructor used by generator
  InfGainAnnotation(JCas jcas)
           
  InfGainAnnotation(JCas jcas, int begin, int end)
           
 
Method Summary
 java.lang.String getLemma()
          getter for lemma - gets
 int getRank()
          getter for rank - gets
 double getScore()
          getter for score - gets
 int getTypeIndexID()
           
 void setLemma(java.lang.String v)
          setter for lemma - sets
 void setRank(int v)
          setter for rank - sets
 void setScore(double v)
          setter for score - sets
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

typeIndexID

public static final int typeIndexID

type

public static final int type
Constructor Detail

InfGainAnnotation

protected InfGainAnnotation()
Never called. Disable default constructor


InfGainAnnotation

public InfGainAnnotation(int addr,
                         TOP_Type type)
Internal - constructor used by generator


InfGainAnnotation

public InfGainAnnotation(JCas jcas)

InfGainAnnotation

public InfGainAnnotation(JCas jcas,
                         int begin,
                         int end)
Method Detail

getTypeIndexID

public int getTypeIndexID()

getLemma

public java.lang.String getLemma()
getter for lemma - gets


setLemma

public void setLemma(java.lang.String v)
setter for lemma - sets


getRank

public int getRank()
getter for rank - gets


setRank

public void setRank(int v)
setter for rank - sets


getScore

public double getScore()
getter for score - gets


setScore

public void setScore(double v)
setter for score - sets