| Package | Description |
|---|---|
| de.learnlib.api.logging | |
| de.learnlib.api.oracle |
| Modifier and Type | Class and Description |
|---|---|
class |
LoggingPropertyOracle<I,A extends Output<I,D>,P,D>
A PropertyOracle that performs logging.
|
static class |
LoggingPropertyOracle.DFALoggingPropertyOracle<I,P> |
static class |
LoggingPropertyOracle.MealyLoggingPropertyOracle<I,O,P> |
| Constructor and Description |
|---|
LoggingPropertyOracle(PropertyOracle<I,A,P,D> propertyOracle)
Constructs a new LoggingPropertyOracle.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PropertyOracle.DFAPropertyOracle<I,P> |
static interface |
PropertyOracle.MealyPropertyOracle<I,O,P> |
| Modifier and Type | Method and Description |
|---|---|
List<PropertyOracle<I,? super A,?,D>> |
BlackBoxOracle.getPropertyOracles()
Returns the property oracles that this black-box oracle uses to evaluate properties.
|
Copyright © 2020. All rights reserved.