Uses of Interface
eu.bandm.tools.umod.runtime.Pair
Packages that use Pair
Package
Description
Runtime classes for the model code generated by the
umod compiler, for data integrity,
de/serialization, visualization, visitors and rewriters.
-
Uses of Pair in eu.bandm.tools.umod.runtime
Subinterfaces of Pair in eu.bandm.tools.umod.runtimeModifier and TypeInterfaceDescriptioninterfacePair_checkedLeft<L,R> Requires "Pair" operations and strictness of the left side.interfacePair_checkedRight<L,R> Requires "Pair" operations and strictness of the right side.Classes in eu.bandm.tools.umod.runtime that implement PairModifier and TypeClassDescriptionclassCheckedPair_L<L,R> Implements "Pair" operations and guarantees stricness of left side component.classCheckedPair_LR<L,R> Implements "Pair" operations and guarantees stricness of both components.classCheckedPair_R<L,R> Implements "Pair" operations and guarantees stricness of right side component.classUncheckedPair<L,R> Implements "Pair" operations, but no strictness.Methods in eu.bandm.tools.umod.runtime that return PairConstructors in eu.bandm.tools.umod.runtime with parameters of type Pair