org.apache.uima.util
Class ConsumerCasUtils

java.lang.Object
  extended by org.apache.uima.util.ConsumerCasUtils

public class ConsumerCasUtils
extends Object


Constructor Summary
ConsumerCasUtils()
           
 
Method Summary
static int getIntFeatValue(CAS aCasView, String aTypeS, String aFeatS)
           
static String getStringFeatValue(CAS aCasView, String aTypeS, String aFeatS)
           
static FeatureStructure getTcasFS(CAS aCasView, String aTypeS)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConsumerCasUtils

public ConsumerCasUtils()
Method Detail

getIntFeatValue

public static int getIntFeatValue(CAS aCasView,
                                  String aTypeS,
                                  String aFeatS)

getStringFeatValue

public static String getStringFeatValue(CAS aCasView,
                                        String aTypeS,
                                        String aFeatS)

getTcasFS

public static FeatureStructure getTcasFS(CAS aCasView,
                                         String aTypeS)


Copyright © 2010 The Apache Software Foundation. All Rights Reserved.