Uses of Class
eu.bandm.tools.umod.runtime.UncheckedCoPair
Packages that use UncheckedCoPair
Package
Description
Runtime classes for the model code generated by the
umod compiler, for data integrity,
de/serialization, visualization, visitors and rewriters.
-
Uses of UncheckedCoPair in eu.bandm.tools.umod.runtime
Subclasses of UncheckedCoPair in eu.bandm.tools.umod.runtimeModifier and TypeClassDescriptionclassCheckedCoPair_L<L,R> Implements "CoPair" operations and guarantees strictness of left variant.classCheckedCoPair_LR<L,R> Implements "CoPair" operations and guarantees strictness of both variants.classCheckedCoPair_R<L,R> Facade to "CoPair" operations and guarantees strictness of right variant, by overwriting "set_right()"