| Package | Description |
|---|---|
| org.apache.uima.simpleserver.config | |
| org.apache.uima.simpleserver.config.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AndFilter
Conjunction of filters.
|
interface |
OrFilter
Disjunction of filters.
|
interface |
SimpleFilter |
| Modifier and Type | Method and Description |
|---|---|
Filter |
TypeMap.getFilter()
Get the filter for this map.
|
| Modifier and Type | Method and Description |
|---|---|
List<Filter> |
OrFilter.getFilters() |
List<Filter> |
AndFilter.getFilters() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AndFilterImpl
TODO: Create type commment.
|
class |
FilterImpl
TODO: Create type commment.
|
class |
OrFilterImpl
TODO: Create type commment.
|
class |
SimpleFilterImpl
Implementation of
Filter interface. |
| Modifier and Type | Method and Description |
|---|---|
Filter |
TypeMapImpl.getFilter() |
| Modifier and Type | Method and Description |
|---|---|
List<Filter> |
OrFilterImpl.getFilters() |
List<Filter> |
AndFilterImpl.getFilters() |
| Modifier and Type | Method and Description |
|---|---|
void |
OrFilterImpl.addFilter(Filter filter) |
void |
AndFilterImpl.addFilter(Filter filter) |
| Constructor and Description |
|---|
TypeMapImpl(String typeName,
Filter filter,
String outputTag,
boolean outputCoveredText,
boolean outputAll,
String shortDescription,
String longDescription) |
Copyright © 2006–2025 The Apache Software Foundation. All rights reserved.