I - Input class for transformationP - Product of transformationpublic interface RuleBasedTransformer<I,P> extends Transformer<I,P>
Acceptors, which could be used to
verify if the input will produce result using the transformer.
The transormer is able to produce result if ANY of associated
Acceptors accepted result.Copyright © 2015. All Rights Reserved.