| Package | Description |
|---|---|
| de.learnlib.api | |
| de.learnlib.drivers.reflect | |
| de.learnlib.mapper | |
| de.learnlib.mapper.api |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Mapper.AsynchronousMapper<AI,AO,CI,CO>
A mapper refinement to establish the contract of a asynchronous, query-wise translation of input words.
|
static interface |
Mapper.SynchronousMapper<AI,AO,CI,CO>
A mapper refinement to establish the contract of a synchronized, symbol-wise translation of input words for
reactive systems.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SimplePOJODataMapper
Basic stateless data mapper for objects.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StringMapper<CI> |
| Modifier and Type | Method and Description |
|---|---|
static <AI,AO,ACI,CAO,CI,CO> |
Mappers.compose(Mapper<? super AI,? extends AO,ACI,CAO> outerMapper,
Mapper<? super ACI,? extends CAO,? extends CI,? super CO> innerMapper) |
| Modifier and Type | Method and Description |
|---|---|
static <AI,AO,ACI,CAO,CI,CO> |
Mappers.compose(Mapper<? super AI,? extends AO,ACI,CAO> outerMapper,
Mapper<? super ACI,? extends CAO,? extends CI,? super CO> innerMapper) |
static <AI,AO,ACI,CAO,CI,CO> |
Mappers.compose(Mapper<? super AI,? extends AO,ACI,CAO> outerMapper,
Mapper<? super ACI,? extends CAO,? extends CI,? super CO> innerMapper) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SULMapper<AI,AO,CI,CO>
|
Copyright © 2018. All rights reserved.