Uses of Class
pl.edu.agh.cast.common.collections.MultiMap

Packages that use MultiMap
pl.edu.agh.cast.command Provides commands for operating on diagrams. 
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. 
pl.edu.agh.cast.util.reflect Provides utility classes related to Java reflection and annotation processing. 
 

Uses of MultiMap in pl.edu.agh.cast.command
 

Constructors in pl.edu.agh.cast.command with parameters of type MultiMap
ModifyPresentationElementCommand(IPresentationElement<? extends IElement> model, MultiMap<IPresentationElement.PropertyCategory,PropertyTreeEntry> entriesMap)
          Constructor.
 

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

Methods in pl.edu.agh.cast.data.converter that return MultiMap
 MultiMap<ConverterInputEntry,IDataSet<IElement>> ConverterSpecification.listToInputEntries(List<? extends IDataSet<? extends IElement>> dsList)
          Converts a list of data sets into a map indexed by input entries.
 

Methods in pl.edu.agh.cast.data.converter with parameters of type MultiMap
<T extends IDataSet<? extends IElement>>
T
IConverter.convert(MultiMap<ConverterInputEntry,? extends IDataSet<? extends IElement>> dataSets)
          Converts given input data sets into a new output data set.
<T extends IDataSet<? extends IElement>>
T
AbstractConverter.convert(MultiMap<ConverterInputEntry,? extends IDataSet<? extends IElement>> dataSets)
          Converts given input data sets into a new output data set.
protected abstract
<T extends IDataSet<? extends IElement>>
T
AbstractConverter.doConvert(MultiMap<ConverterInputEntry,? extends IDataSet<? extends IElement>> dataSets)
           
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.
 

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

Methods in pl.edu.agh.cast.data.converter.gdm2schema with parameters of type MultiMap
protected
<T extends IDataSet<? extends IElement>>
T
GDM2SchemaConverter.doConvert(MultiMap<ConverterInputEntry,? extends IDataSet<? extends IElement>> dataSets)
          
 

Uses of MultiMap in pl.edu.agh.cast.util.reflect
 

Methods in pl.edu.agh.cast.util.reflect that return MultiMap
static
<T extends Annotation>
MultiMap<Method,T>
AnnotationUtil.getAnnotatedMethods(Class<?> clazz, Class<T> annotation)
          Returns a MultiMap of Methods of given class, which have at least one annotation of given type through the inheritance hierarchy (including the ones from implemented interfaces).
 



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