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 | Method and Description |
---|---|
static <A,B> List<CheckedPair_L<A,B>> |
CheckedPair_L.fromIterables(Iterable left,
Iterable right,
Class<A> lclass,
Class<B> rclass) |
static <A,B> List<CheckedPair_L<A,B>> |
CheckedPair_L.fromIterables(Iterable left,
Iterable right,
Class<A> lclass,
Class<B> rclass) |
see also the complete user documentation .