| Modifier and Type | Interface and Description |
|---|---|
interface |
SimpleConditionalTransformer<I,P>
Simple condition-based transformer
The transformer provides
SimpleConditionalTransformer.isAcceptable(Object) method,
which could be used to query transformer if the input will produce
result. |
| Modifier and Type | Class and Description |
|---|---|
class |
CompositeConditionalTransformer<I,P>
Composite transformer which aggregates multiple implementation and selects
the one which accepts the input.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Acceptor<I>> |
RuleBasedTransformer.getRules()
Set of
Acceptor, which could be used to verify if the input is
usable by transformer. |
Copyright © 2015. All Rights Reserved.