Package | Description |
---|---|
eu.bandm.tools.d2d2.rt |
Umod main model class: This is a model for the
results of d2d text parsing.
|
eu.bandm.tools.ops | |
eu.bandm.tools.umod.runtime |
Runtime classes for the model code generated by the
umod-Compiler , esp for data integrity
de/serialization, visualzation, visitors and rewriters. |
Modifier and Type | Method and Description |
---|---|
HashMap<Integer,HashMultimap<Class,Integer>> |
MATCH_ONLY_00.get_class2reachedSccs() |
HashMap<Integer,HashMultimap<String,Integer>> |
MATCH_ONLY_00.get_field2sccs() |
Constructor and Description |
---|
HashMultimap(HashMultimap<A,B> r) |
Modifier and Type | Class and Description |
---|---|
class |
CheckedMultimap_D<D,R>
Implements a multi map which is strict in its domain,
i.e.
|
class |
CheckedMultimap_R<D,R>
Implements a multi map which is strict in its range, i.e.
|
class |
CheckedMultimap_RD<D,R>
Implements a multi map which is strict in its domain and its range,
i.e.
|
see also the complete user documentation .