Uses of Class
org.apache.uima.fsvars.FsVariablesException

Packages that use FsVariablesException
org.apache.uima.fsvars   
 

Uses of FsVariablesException in org.apache.uima.fsvars
 

Methods in org.apache.uima.fsvars that throw FsVariablesException
 void FsVariables.declareFsVariable(java.lang.String name, org.apache.uima.cas.Type type)
          Declare a new FsVariable.
 org.apache.uima.cas.Type FsVariables.getFsVariableType(java.lang.String name)
          Get the type of an FsVariable.
 org.apache.uima.cas.FeatureStructure FsVariables.getVariableValue(java.lang.String name)
          Get the FeatureStructure value of a variable.
 void FsVariables.init(org.apache.uima.cas.CAS cas)
          Initialize this with current CAS.
 void FsVariables.setVariable(java.lang.String name, org.apache.uima.cas.FeatureStructure fs)
          Set the value of an existing variable.
 



Copyright © 2011. All Rights Reserved.