Class ConcreteFeature
- java.lang.Object
-
- de.julielab.jcore.reader.xmlmapper.genericTypes.ConcreteType
-
- de.julielab.jcore.reader.xmlmapper.genericTypes.ConcreteFeature
-
public class ConcreteFeature extends ConcreteType
Represents a Feature of an Type from the (user-defined) UIMA TypeSystem with a concrete value.- Author:
- Weigel
-
-
Constructor Summary
Constructors Constructor Description ConcreteFeature(FeatureTemplate featureTemplate)Creates an new Instance of a ConcretFeatured based on a Feature TemplateConcreteFeature(TypeTemplate typeTemplate)Creates an new Instance of a ConcretFeatured based on a Type Template
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFullClassName()StringgetTsName()StringgetValue()Returns the Value of a ConcreteFeaturebooleanisType()voidsetValue(String trim)Sets the value of a ConcreteFeatureStringtoString()-
Methods inherited from class de.julielab.jcore.reader.xmlmapper.genericTypes.ConcreteType
addFeature, getBegin, getConcreteFeatures, getEnd, getTypeTemplate, setBegin, setEnd, setTypeTemplate
-
-
-
-
Constructor Detail
-
ConcreteFeature
public ConcreteFeature(FeatureTemplate featureTemplate)
Creates an new Instance of a ConcretFeatured based on a Feature Template- Parameters:
featureTemplate-
-
ConcreteFeature
public ConcreteFeature(TypeTemplate typeTemplate)
Creates an new Instance of a ConcretFeatured based on a Type Template- Parameters:
typeTemplate-
-
-
Method Detail
-
setValue
public void setValue(String trim)
Sets the value of a ConcreteFeature- Parameters:
trim-
-
getValue
public String getValue()
Returns the Value of a ConcreteFeature- Returns:
- value
-
toString
public String toString()
- Overrides:
toStringin classConcreteType
-
getFullClassName
public String getFullClassName()
- Overrides:
getFullClassNamein classConcreteType- Returns:
- the fullClassName
-
getTsName
public String getTsName()
- Returns:
- the tsName
-
isType
public boolean isType()
- Returns:
- the type
-
-