Interface FuzzerDecorator

All Known Implementing Classes:
NetworkFuzzer, ShareableResourceFuzzer
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface
public interface FuzzerDecorator
Specify a decorator that can alter a generated reconfiguration
Author:
Fabien Hermenier
  • Method Summary

    Modifier and Type Method Description
    void decorate​(ReconfigurationPlan p)
    Decorate a given reconfiguration plan
  • Method Details