Uses of Interface
eu.bandm.tools.umod.runtime.Map_checkedRight
Packages that use Map_checkedRight
Package
Description
Runtime classes for the model code generated by the
umod compiler, for data integrity,
de/serialization, visualization, visitors and rewriters.
-
Uses of Map_checkedRight in eu.bandm.tools.umod.runtime
Classes in eu.bandm.tools.umod.runtime that implement Map_checkedRightModifier and TypeClassDescriptionclassCheckedEnumMap<D extends Enum<D>,R> Implements a map from an enum type to a strict range (no null objects on the right side.)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).