Uses of Class
pl.edu.agh.cast.data.converter.ConverterSpecification

Packages that use ConverterSpecification
pl.edu.agh.cast.data.converter Provides CAST Data Set Converter API specification. 
pl.edu.agh.cast.data.converter.gdm2schema Provides Converter from General Domain model to Schema model. 
 

Uses of ConverterSpecification in pl.edu.agh.cast.data.converter
 

Methods in pl.edu.agh.cast.data.converter that return ConverterSpecification
 ConverterSpecification ConverterReference.getSpecification()
           
 ConverterSpecification IConverter.getSpecification()
          Returns the converter specification.
 ConverterSpecification AbstractConverter.getSpecification()
          Returns the converter specification.
 

Methods in pl.edu.agh.cast.data.converter with parameters of type ConverterSpecification
static boolean ConverterRegistry.isMatching(ConverterSpecification spec, List<Type> types)
          Checks if the given converter specification is matching the given list of data set types.
static boolean ConverterMatchingUtil.matchesDataSets(ConverterSpecification spec, List<? extends IDataSet<? extends IElement>> dataSets)
          Checks if the given list of data sets meets the converter specification.
static boolean ConverterMatchingUtil.matchesInputEntities(ConverterSpecification spec, MultiMap<ConverterInputEntry,? extends IDataSet<? extends IElement>> dataSets)
          Checks if the given map of data sets meets the converter specification.
static boolean ConverterMatchingUtil.matchesTypes(ConverterSpecification spec, List<Type> types)
          Checks if given list of types meets the converter specification.
 void ConverterReference.setSpecification(ConverterSpecification specification)
           
 

Constructors in pl.edu.agh.cast.data.converter with parameters of type ConverterSpecification
AbstractConverter(ConverterSpecification specification)
          Constructor.
ConverterReference(ConverterSpecification specification, String name, String description)
          Constructor.
 

Uses of ConverterSpecification in pl.edu.agh.cast.data.converter.gdm2schema
 

Subclasses of ConverterSpecification in pl.edu.agh.cast.data.converter.gdm2schema
 class GDM2SchemaConverterSpecification
          Specification of GDM to Schema converter which accepts only one general domain data set and converts it into a schema data set.
 

Constructors in pl.edu.agh.cast.data.converter.gdm2schema with parameters of type ConverterSpecification
GDM2SchemaConverter(ConverterSpecification specification)
          Constructor.
 



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