Uses of Class
eu.bandm.tools.umod.runtime.CheckedPair_LR
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 CheckedPair_LR in eu.bandm.tools.lljava.live
Modifier and TypeMethodDescriptionprotected VariableContext.Variable
BaseCompilationContext.findState
(Class<?> type, CheckedPair_LR<Object, String> key) -
Uses of CheckedPair_LR in eu.bandm.tools.umod.runtime
Modifier and TypeMethodDescriptionstatic <A,
B> List<CheckedPair_LR<A, B>> CheckedPair_LR.fromIterables
(Iterable<A> left, Iterable<B> right, Class<A> lclass, Class<B> rclass)