Uses of Interface
org.apache.uima.search.Attribute
-
Packages that use Attribute Package Description org.apache.uima.search Standard UIMA interfaces for indexing and search.org.apache.uima.search.impl Search engine-independent indexing classes. -
-
Uses of Attribute in org.apache.uima.search
Methods in org.apache.uima.search that return Attribute Modifier and Type Method Description Attribute[]
Style. getAttributes()
Gets theAttribute
s for this style.Methods in org.apache.uima.search with parameters of type Attribute Modifier and Type Method Description void
Style. setAttributes(Attribute[] aAttributes)
Sets theAttribute
s for this style. -
Uses of Attribute in org.apache.uima.search.impl
Classes in org.apache.uima.search.impl that implement Attribute Modifier and Type Class Description class
Attribute_impl
Methods in org.apache.uima.search.impl that return Attribute Modifier and Type Method Description Attribute[]
Style_impl. getAttributes()
Methods in org.apache.uima.search.impl with parameters of type Attribute Modifier and Type Method Description void
Style_impl. setAttributes(Attribute[] aAttributes)
-