|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | ||
|---|---|---|
|
IConverter.convert(MultiMap<ConverterInputEntry,? extends IDataSet<? extends IElement>> dataSets)
Converts given input data sets into a new output data set. |
|
|
AbstractConverter.convert(MultiMap<ConverterInputEntry,? extends IDataSet<? extends IElement>> dataSets)
Converts given input data sets into a new output data set. |
|
protected abstract
|
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
|
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
|
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). |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||