|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Filter | |
|---|---|
| org.apache.uima.simpleserver.config | |
| org.apache.uima.simpleserver.config.impl | |
| Uses of Filter in org.apache.uima.simpleserver.config |
|---|
| Subinterfaces of Filter in org.apache.uima.simpleserver.config | |
|---|---|
interface |
AndFilter
Conjunction of filters. |
interface |
OrFilter
Disjunction of filters. |
interface |
SimpleFilter
|
| Methods in org.apache.uima.simpleserver.config that return Filter | |
|---|---|
Filter |
TypeMap.getFilter()
Get the filter for this map. |
| Methods in org.apache.uima.simpleserver.config that return types with arguments of type Filter | |
|---|---|
List<Filter> |
OrFilter.getFilters()
|
List<Filter> |
AndFilter.getFilters()
|
| Methods in org.apache.uima.simpleserver.config with parameters of type Filter | |
|---|---|
void |
OrFilter.addFilter(Filter filter)
|
void |
AndFilter.addFilter(Filter filter)
|
static TypeMap |
ConfigFactory.newTypeMap(String typeName,
Filter filter,
String outputTag,
boolean coveredText)
Create a new type map. |
static TypeMap |
ConfigFactory.newTypeMap(String typeName,
Filter filter,
String outputTag,
boolean coveredText,
boolean outputAll,
String shortDescription,
String longDescription)
Create a new type map. |
| Uses of Filter in org.apache.uima.simpleserver.config.impl |
|---|
| Classes in org.apache.uima.simpleserver.config.impl that implement Filter | |
|---|---|
class |
AndFilterImpl
TODO: Create type commment. |
class |
FilterImpl
TODO: Create type commment. |
class |
OrFilterImpl
TODO: Create type commment. |
class |
SimpleFilterImpl
Implementation of Filter interface. |
| Methods in org.apache.uima.simpleserver.config.impl that return Filter | |
|---|---|
Filter |
TypeMapImpl.getFilter()
|
| Methods in org.apache.uima.simpleserver.config.impl that return types with arguments of type Filter | |
|---|---|
List<Filter> |
OrFilterImpl.getFilters()
|
List<Filter> |
AndFilterImpl.getFilters()
|
| Methods in org.apache.uima.simpleserver.config.impl with parameters of type Filter | |
|---|---|
void |
OrFilterImpl.addFilter(Filter filter)
|
void |
AndFilterImpl.addFilter(Filter filter)
|
| Constructors in org.apache.uima.simpleserver.config.impl with parameters of type Filter | |
|---|---|
TypeMapImpl(String typeName,
Filter filter,
String outputTag,
boolean outputCoveredText,
boolean outputAll,
String shortDescription,
String longDescription)
|
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||