de.mindcrimeilab.util
Interface Converter<TIN,TOUT>

All Known Implementing Classes:
XsAttributeExtractor

public interface Converter<TIN,TOUT>

Version:
$Revision: 165 $ Convert one object of type TIN to an object of type TOUT.
Author:
Michael Engelhardt, $Author: agony $

Method Summary
 TOUT convert(TIN object)
           
 

Method Detail

convert

TOUT convert(TIN object)


Copyright © 2010. All Rights Reserved.