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 | Interface and Description |
---|---|
interface |
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 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.
|
class |
UncheckedPair<L,R>
Implements "Pair" operations, but no strictness.
|
Modifier and Type | Method and Description |
---|---|
Pair<L,R> |
Pair.with_left(L l) |
Pair<L,R> |
Pair.with_left(L l) |
Pair<L,R> |
Pair.with_right(R r) |
Pair<L,R> |
Pair.with_right(R r) |
Modifier and Type | Method and Description |
---|---|
protected <T,U> BiFunction<T,U,Pair<T,U>> |
Phrasebook.consPair() |
protected <T,U> BiFunction<T,U,Pair<T,U>> |
Phrasebook.consPair() |
protected <T,U> Function<Pair<T,U>,O> |
Phrasebook.encode_Pair(Function<? super T,? extends O> f1,
Function<? super U,? extends O> f2) |
protected <T,U> Function<Pair<T,U>,O> |
Phrasebook.encode_Pair(Function<? super T,? extends O> f1,
Function<? super U,? extends O> f2) |
Constructor and Description |
---|
UncheckedPair(Pair<L,R> p) |
UncheckedPair(Pair<L,R> p) |
see also the complete user documentation .