Package | Description |
---|---|
de.learnlib.drivers.api | |
de.learnlib.drivers.reflect | |
de.learnlib.mapper | |
de.learnlib.mapper.api |
Constructor and Description |
---|
TestDriver(Mapper<AI,AO,CI,CO> mapper) |
Modifier and Type | Class and Description |
---|---|
class |
SimplePOJODataMapper
Basic stateless data mapper for objects.
|
Modifier and Type | Method and Description |
---|---|
Mapper<AbstractMethodInput,AbstractMethodOutput,ConcreteMethodInput,Object> |
SimplePOJODataMapper.fork() |
Modifier and Type | Class and Description |
---|---|
class |
AbstractMapper<AI,AO,CI,CO>
Abstract base for a
Mapper . |
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,CI,CO> |
Mappers.apply(Mapper<? super AI,? extends AO,CI,CO> mapper,
SUL<? super CI,? extends CO> sul) |
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) |
Constructor and Description |
---|
MappedSUL(Mapper<? super AI,? extends AO,? extends CI,? super CO> mapper,
SUL<? super CI,? extends CO> sul) |
Modifier and Type | Method and Description |
---|---|
default Mapper<AI,AO,CI,CO> |
Mapper.fork()
Forks this mapper, i.e., returns a mapper that behaves in exactly the same way
as this mapper, but allows for being used independently of this mapper.
|
Copyright © 2015. All rights reserved.