Class 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 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
      • getTsName

        public String getTsName()
        Returns:
        the tsName
      • isType

        public boolean isType()
        Returns:
        the type