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 theAttributes for this style.Methods in org.apache.uima.search with parameters of type Attribute Modifier and Type Method Description voidStyle. setAttributes(Attribute[] aAttributes)Sets theAttributes 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 classAttribute_implMethods 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 voidStyle_impl. setAttributes(Attribute[] aAttributes)
-