Interface PEAFInducer

All Known Implementing Classes:
AbstractPEAFInducer, ApproxPEAFInducer, ExactPEAFInducer, LiExactPEAFInducer

public interface PEAFInducer
The interface for PEAFInducers, these create a subset of the graph that is generated from the given PEAF
Author:
Taha Dogan Gunes
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Inducer induces inducibleEAFs and gives to a consumer function
  • Method Details

    • induce

      void induce(Consumer<InducibleEAF> consumer)
      Inducer induces inducibleEAFs and gives to a consumer function
      Parameters:
      consumer - the function that consumes InducibleEAFs