Package | Description |
---|---|
org.apache.uima.fsvars |
Modifier and Type | Method and Description |
---|---|
void |
FsVariables.declareFsVariable(String name,
org.apache.uima.cas.Type type)
Declare a new FsVariable.
|
org.apache.uima.cas.Type |
FsVariables.getFsVariableType(String name)
Get the type of an FsVariable.
|
org.apache.uima.cas.FeatureStructure |
FsVariables.getVariableValue(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(String name,
org.apache.uima.cas.FeatureStructure fs)
Set the value of an existing variable.
|
Copyright © 2006–2018 The Apache Software Foundation. All rights reserved.