public class TransformerGroupImpl extends CompositeImpl<ITransformerGroup,ITransformer> implements ITransformerGroup
| Constructor and Description |
|---|
TransformerGroupImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
initialize()
Initialize something.
|
ISource |
transform(ISource source)
Converts a source into another.
|
add, getChildren, isEmptyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadd, getChildren, isEmptypublic void initialize()
IResetableinitialize in interface IResetablepublic ISource transform(ISource source) throws SourceException
ITransformertransform in interface ITransformersource - The source to be transformed.SourceException - On transformation errors.Copyright © 2016. All rights reserved.