|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectpl.edu.agh.cast.data.converter.ConverterMatchingUtil
public final class ConverterMatchingUtil
A utility class for converter matching routines.
| Constructor Summary | |
|---|---|
ConverterMatchingUtil()
|
|
| Method Summary | |
|---|---|
static boolean |
matchesDataSets(ConverterSpecification spec,
List<? extends IDataSet<? extends IElement>> dataSets)
Checks if the given list of data sets meets the converter specification. |
static boolean |
matchesInputEntities(ConverterSpecification spec,
MultiMap<ConverterInputEntry,? extends IDataSet<? extends IElement>> dataSets)
Checks if the given map of data sets meets the converter specification. |
static boolean |
matchesTypes(ConverterSpecification spec,
List<Type> types)
Checks if given list of types meets the converter specification. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConverterMatchingUtil()
| Method Detail |
|---|
public static boolean matchesTypes(ConverterSpecification spec,
List<Type> types)
spec - converter specificationtypes - list of data set types
true if specification requirements are fulfilled
public static boolean matchesDataSets(ConverterSpecification spec,
List<? extends IDataSet<? extends IElement>> dataSets)
spec - converter specificationdataSets - list of data sets
true if specification requirements are fulfilled
public static boolean matchesInputEntities(ConverterSpecification spec,
MultiMap<ConverterInputEntry,? extends IDataSet<? extends IElement>> dataSets)
spec - converter specificationdataSets - map of data sets indexed by input entries
true if specification requirements are fulfilled
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||