|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Condition | |
|---|---|
| org.apache.uima.simpleserver.config | |
| org.apache.uima.simpleserver.config.impl | |
| Uses of Condition in org.apache.uima.simpleserver.config |
|---|
| Methods in org.apache.uima.simpleserver.config that return Condition | |
|---|---|
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. |
| Methods in org.apache.uima.simpleserver.config with parameters of type Condition | |
|---|---|
static SimpleFilter |
ConfigFactory.newSimpleFilter(List<String> featurePath,
Condition condition)
Create a new Filter. |
| Uses of Condition in org.apache.uima.simpleserver.config.impl |
|---|
| Classes in org.apache.uima.simpleserver.config.impl that implement Condition | |
|---|---|
class |
ConditionImpl
Implementation of Condition interface. |
| Methods in org.apache.uima.simpleserver.config.impl that return Condition | |
|---|---|
Condition |
SimpleFilterImpl.getCondition()
|
| Constructors in org.apache.uima.simpleserver.config.impl with parameters of type Condition | |
|---|---|
SimpleFilterImpl(List<String> path,
Condition condition)
|
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||