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

java.lang.Object
  extended by pl.edu.agh.cast.data.converter.ConverterSpecification
      extended by pl.edu.agh.cast.data.converter.gdm2schema.GDM2SchemaConverterSpecification

public class GDM2SchemaConverterSpecification
extends ConverterSpecification

Specification of GDM to Schema converter which accepts only one general domain data set and converts it into a schema data set.

Author:
AGH CAST Team
See Also:
IGeneralDataSet, ISchemaDataSet

Field Summary
static ConverterInputEntry GENERAL_DATA_SET_ENTRY
          General data set input entry.
static List<ConverterInputEntry> INPUT_ENTRIES
          List of input entries defined by this specifier.
 
Constructor Summary
GDM2SchemaConverterSpecification()
          Default constructor.
 
Method Summary
 IConverter createConverter()
          Creates a new instance of converter.
 
Methods inherited from class pl.edu.agh.cast.data.converter.ConverterSpecification
equals, getInputEntries, getOutputType, hashCode, listToInputEntries, setInputEntries, setOutputType
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GENERAL_DATA_SET_ENTRY

public static final ConverterInputEntry GENERAL_DATA_SET_ENTRY
General data set input entry.


INPUT_ENTRIES

public static final List<ConverterInputEntry> INPUT_ENTRIES
List of input entries defined by this specifier.

Constructor Detail

GDM2SchemaConverterSpecification

public GDM2SchemaConverterSpecification()
Default constructor.

Method Detail

createConverter

public IConverter createConverter()
Creates a new instance of converter.

Specified by:
createConverter in class ConverterSpecification
Returns:
new converter instance
See Also:
ConverterSpecification.createConverter()


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