pl.edu.agh.cast.data.converter.gdm2schema
Class GDM2SchemaConverter

java.lang.Object
  extended by pl.edu.agh.cast.data.converter.AbstractConverter
      extended by pl.edu.agh.cast.data.converter.gdm2schema.GDM2SchemaConverter
All Implemented Interfaces:
IConverter

public class GDM2SchemaConverter
extends AbstractConverter
implements IConverter

General domain data set to schema data set converter.

Author:
AGH CAST Team

Constructor Summary
GDM2SchemaConverter(ConverterSpecification specification)
          Constructor.
 
Method Summary
protected
<T extends IDataSet<? extends IElement>>
T
doConvert(MultiMap<ConverterInputEntry,? extends IDataSet<? extends IElement>> dataSets)
          
 
Methods inherited from class pl.edu.agh.cast.data.converter.AbstractConverter
convert, convert, getSpecification
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface pl.edu.agh.cast.data.converter.IConverter
convert, convert, getSpecification
 

Constructor Detail

GDM2SchemaConverter

public GDM2SchemaConverter(ConverterSpecification specification)
Constructor.

Parameters:
specification - converter specification
Method Detail

doConvert

protected <T extends IDataSet<? extends IElement>> T doConvert(MultiMap<ConverterInputEntry,? extends IDataSet<? extends IElement>> dataSets)
                                                    throws ConverterException

Specified by:
doConvert in class AbstractConverter
Throws:
ConverterException
See Also:
pl.edu.agh.cast.data.converter.AbstractConverter#doConvert(pl.edu.agh.cast.common.collections.collections.MultiMap)


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