Uses of Interface
eu.bandm.tools.umod.runtime.Pair
Package
Description
Runtime classes for the model code generated by the
umod-Compiler
, esp for data integrity
de/serialization, visualzation, visitors and rewriters.-
Uses of Pair in eu.bandm.tools.umod.runtime
Modifier and TypeInterfaceDescriptioninterface
Pair_checkedLeft<L,
R> Requires "Pair" operations and strictness of the left side.interface
Pair_checkedRight<L,
R> Requires "Pair" operations and strictness of the right side.Modifier and TypeClassDescriptionclass
CheckedPair_L<L,
R> Implements "Pair" operations and guarantees stricness of left side component.class
CheckedPair_LR<L,
R> Implements "Pair" operations and guarantees stricness of both components.class
CheckedPair_R<L,
R> Implements "Pair" operations and guarantees stricness of right side component.class
UncheckedPair<L,
R> Implements "Pair" operations, but no strictness.