Uses of Class
eu.bandm.tools.umod.runtime.MapProxy
Packages that use MapProxy
Package
Description
Runtime classes for the model code generated by the
umod compiler, for data integrity,
de/serialization, visualization, visitors and rewriters.
-
Uses of MapProxy in eu.bandm.tools.umod.runtime
Subclasses of MapProxy in eu.bandm.tools.umod.runtimeModifier and TypeClassDescriptionclassCheckedMap_D<D,R> Implements a map which is strict in its domain (=left of arrow).classCheckedMap_R<D,R> Implements a map which is strict in its range (=right of arrow).classCheckedMap_RD<D,R> Implements a map which is strict in its range (=right of arrow) and its domain (=left of arrow).