ca.quine.jcommons.transform.transforms
Class Transformer

java.lang.Object
  |
  +--ca.quine.jcommons.transform.transforms.Transformer
All Implemented Interfaces:
ITransformer

public class Transformer
extends Object
implements ITransformer


Constructor Summary
Transformer(List transformers)
           
 
Method Summary
 void transform(Object input)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Transformer

public Transformer(List transformers)
Method Detail

transform

public void transform(Object input)
               throws GraphException
Specified by:
transform in interface ITransformer
GraphException