| Package | Description |
|---|---|
| org.apache.uima.simpleserver.config | |
| org.apache.uima.simpleserver.config.impl |
| Modifier and Type | Method and Description |
|---|---|
Condition |
SimpleFilter.getCondition() |
static Condition |
ConfigFactory.newCondition(FilterOp type)
Create new Condition with null value.
|
static Condition |
ConfigFactory.newCondition(FilterOp type,
String value)
Create new Condition.
|
| Modifier and Type | Method and Description |
|---|---|
static SimpleFilter |
ConfigFactory.newSimpleFilter(List<String> featurePath,
Condition condition)
Create a new Filter.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConditionImpl
Implementation of
Condition interface. |
| Modifier and Type | Method and Description |
|---|---|
Condition |
SimpleFilterImpl.getCondition() |
| Constructor and Description |
|---|
SimpleFilterImpl(List<String> path,
Condition condition) |
Copyright © 2015. All rights reserved.