Uses of Class
eu.bandm.tools.ops.AbstractMultimap
Package
Description
Types for fundamental mathematical structures, plus libraries of respective
constants and operators.
Runtime classes for the model code generated by the
umod compiler, for data integrity,
de/serialization, visualization, visitors and rewriters.
-
Uses of AbstractMultimap in eu.bandm.tools.ops
Modifier and TypeClassDescriptionclass
HashMultimap<A,
B> An Implementation where both directions of look-up are realized by hashing.class
IndexMultimap<A,
B> Optimized Implementation using bit sets for both directions.class
MapMultimap<A,
B> Generic implementation using maps of sets in both directions. -
Uses of AbstractMultimap in eu.bandm.tools.umod.runtime
Modifier and TypeClassDescriptionclass
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.