nl.telin.mymedia.apolda
Class Content

java.lang.Object
  extended by nl.telin.mymedia.apolda.Content

public class Content
extends java.lang.Object


Constructor Summary
Content(JCas jCas, Feature lemmaFeature, Type tokenAnnotation)
           
 
Method Summary
 boolean atEndOfWord()
           
 void forward(FSMState state)
           
 Region getCurrentRegion()
           
 char getNextChar(FSMState state)
           
 boolean more()
           
 FSMState redo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Content

public Content(JCas jCas,
               Feature lemmaFeature,
               Type tokenAnnotation)
Method Detail

more

public boolean more()

forward

public void forward(FSMState state)

redo

public FSMState redo()

atEndOfWord

public boolean atEndOfWord()

getNextChar

public char getNextChar(FSMState state)

getCurrentRegion

public Region getCurrentRegion()