public class Column extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Map<org.apache.uima.cas.Type,JCoReFeaturePath> |
featurePathMap |
protected JCoReFeaturePath |
globalFeaturePath |
protected String |
name |
| Constructor and Description |
|---|
Column() |
Column(Column other) |
Column(String columnDefinition,
String typePrefix,
org.apache.uima.cas.TypeSystem ts) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
org.apache.uima.cas.Type |
getSingleType() |
Set<org.apache.uima.cas.Type> |
getTypes() |
String |
getValue(org.apache.uima.jcas.cas.TOP a) |
void |
parseAndAddDefinition(String columnDefinition,
String typePrefix,
org.apache.uima.cas.TypeSystem ts) |
void |
reset() |
String |
toString() |
protected String name
protected Map<org.apache.uima.cas.Type,JCoReFeaturePath> featurePathMap
protected JCoReFeaturePath globalFeaturePath
public Column(Column other)
public Column(String columnDefinition, String typePrefix, org.apache.uima.cas.TypeSystem ts) throws org.apache.uima.cas.CASException
org.apache.uima.cas.CASExceptionpublic Column()
public String getName()
public void parseAndAddDefinition(String columnDefinition, String typePrefix, org.apache.uima.cas.TypeSystem ts) throws org.apache.uima.cas.CASException
org.apache.uima.cas.CASExceptionpublic Set<org.apache.uima.cas.Type> getTypes()
public org.apache.uima.cas.Type getSingleType()
public String getValue(org.apache.uima.jcas.cas.TOP a)
public void reset()
Copyright © 2018 JULIE Lab, Germany. All rights reserved.