pl.edu.agh.cast.converter
Class IdentityConverter

java.lang.Object
  extended by pl.edu.agh.cast.converter.IdentityConverter
All Implemented Interfaces:
IConverter

public class IdentityConverter
extends Object
implements IConverter

Example converter - doesn't change anything.

Author:
AGH CAST Team

Constructor Summary
IdentityConverter()
           
 
Method Summary
 void convert(DataSet set)
          Does nothing.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IdentityConverter

public IdentityConverter()
Method Detail

convert

public void convert(DataSet set)
Does nothing.

Specified by:
convert in interface IConverter
Parameters:
set - The data set to convert


Copyright © 2007-2009 IISG AGH-UST Krakow, Poland. All Rights Reserved.