Package | Description |
---|---|
eu.bandm.tools.umod.runtime |
Runtime classes for the model code generated by the
umod-Compiler , esp for data integrity
de/serialization, visualzation, visitors and rewriters. |
Modifier and Type | Class and Description |
---|---|
class |
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.
|
Modifier and Type | Method and Description |
---|---|
UncheckedPair<L,R> |
UncheckedPair.with_left(L l) |
UncheckedPair<L,R> |
UncheckedPair.with_left(L l) |
UncheckedPair<L,R> |
UncheckedPair.with_right(R r) |
UncheckedPair<L,R> |
UncheckedPair.with_right(R r) |
Modifier and Type | Method and Description |
---|---|
static <A,B> List<UncheckedPair<A,B>> |
UncheckedPair.fromIterables_unchecked(Iterable left,
Iterable right,
Class<A> lclass,
Class<B> rclass) |
static <A,B> List<UncheckedPair<A,B>> |
UncheckedPair.fromIterables_unchecked(Iterable left,
Iterable right,
Class<A> lclass,
Class<B> rclass) |
see also the complete user documentation .