public class TagsetDescription
extends org.apache.uima.jcas.tcas.Annotation
Modifier and Type | Field and Description |
---|---|
static int |
type |
static int |
typeIndexID |
Modifier | Constructor and Description |
---|---|
protected |
TagsetDescription()
Never called.
|
|
TagsetDescription(int addr,
org.apache.uima.jcas.cas.TOP_Type type)
Internal - constructor used by generator
|
|
TagsetDescription(org.apache.uima.jcas.JCas jcas) |
|
TagsetDescription(org.apache.uima.jcas.JCas jcas,
int begin,
int end) |
Modifier and Type | Method and Description |
---|---|
String |
getComponentName()
getter for componentName - gets
|
boolean |
getInput()
getter for input - gets True if the tagset is used as input by the component/model, otherwise false.
|
String |
getLayer()
getter for layer - gets The layer to which the tagset applies.
|
String |
getModelLanguage()
getter for modelLanguage - gets
|
String |
getModelLocation()
getter for modelLocation - gets
|
String |
getModelVariant()
getter for modelVariant - gets
|
String |
getModelVersion()
getter for modelVersion - gets
|
String |
getName()
getter for name - gets The name of the tagset.
|
org.apache.uima.jcas.cas.FSArray |
getTags()
getter for tags - gets Descriptions of the tags belonging to this tagset.
|
TagDescription |
getTags(int i)
indexed getter for tags - gets an indexed value - Descriptions of the tags belonging to this tagset.
|
int |
getTypeIndexID() |
void |
setComponentName(String v)
setter for componentName - sets
|
void |
setInput(boolean v)
setter for input - sets True if the tagset is used as input by the component/model, otherwise false.
|
void |
setLayer(String v)
setter for layer - sets The layer to which the tagset applies.
|
void |
setModelLanguage(String v)
setter for modelLanguage - sets
|
void |
setModelLocation(String v)
setter for modelLocation - sets
|
void |
setModelVariant(String v)
setter for modelVariant - sets
|
void |
setModelVersion(String v)
setter for modelVersion - sets
|
void |
setName(String v)
setter for name - sets The name of the tagset.
|
void |
setTags(org.apache.uima.jcas.cas.FSArray v)
setter for tags - sets Descriptions of the tags belonging to this tagset.
|
void |
setTags(int i,
TagDescription v)
indexed setter for tags - sets an indexed value - Descriptions of the tags belonging to this tagset.
|
getBegin, getCoveredText, getEnd, getStart, setBegin, setEnd
addToIndexes, addToIndexes, equals, getAddress, getCAS, getCASImpl, getLowLevelCas, hashCode, removeFromIndexes, removeFromIndexes
clone, getavoidcollisionTypeCode, getBooleanValue, getByteValue, getDoubleValue, getFeatureValue, getFeatureValueAsString, getFloatValue, getIntValue, getLongValue, getShortValue, getStringValue, getType, prettyPrint, prettyPrint, prettyPrint, setBooleanValue, setByteValue, setDoubleValue, setFeatureValue, setFeatureValueFromString, setFloatValue, setIntValue, setLongValue, setShortValue, setStringValue, toString, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
clone, equals, getBooleanValue, getByteValue, getCAS, getDoubleValue, getFeatureValue, getFeatureValueAsString, getFloatValue, getIntValue, getLongValue, getShortValue, getStringValue, getType, hashCode, setBooleanValue, setByteValue, setDoubleValue, setFeatureValue, setFeatureValueFromString, setFloatValue, setIntValue, setLongValue, setShortValue, setStringValue
protected TagsetDescription()
public TagsetDescription(int addr, org.apache.uima.jcas.cas.TOP_Type type)
addr
- low level Feature Structure referencetype
- the type of this Feature Structurepublic TagsetDescription(org.apache.uima.jcas.JCas jcas)
jcas
- JCas to which this Feature Structure belongspublic TagsetDescription(org.apache.uima.jcas.JCas jcas, int begin, int end)
jcas
- JCas to which this Feature Structure belongsbegin
- offset to the begin spot in the SofAend
- offset to the end spot in the SofApublic int getTypeIndexID()
getTypeIndexID
in class org.apache.uima.jcas.tcas.Annotation
public String getLayer()
public void setLayer(String v)
v
- value to set into the featurepublic String getName()
public void setName(String v)
v
- value to set into the featurepublic org.apache.uima.jcas.cas.FSArray getTags()
public void setTags(org.apache.uima.jcas.cas.FSArray v)
v
- value to set into the featurepublic TagDescription getTags(int i)
i
- index in the array to getpublic void setTags(int i, TagDescription v)
i
- index in the array to setv
- value to set into the arraypublic String getComponentName()
public void setComponentName(String v)
v
- value to set into the featurepublic String getModelLocation()
public void setModelLocation(String v)
v
- value to set into the featurepublic String getModelVariant()
public void setModelVariant(String v)
v
- value to set into the featurepublic String getModelLanguage()
public void setModelLanguage(String v)
v
- value to set into the featurepublic String getModelVersion()
public void setModelVersion(String v)
v
- value to set into the featurepublic boolean getInput()
public void setInput(boolean v)
v
- value to set into the featureCopyright © 2007–2018 Ubiquitous Knowledge Processing (UKP) Lab, Technische Universität Darmstadt. All rights reserved.