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 TypeMethodDescriptionvoidinduce(Consumer<InducibleEAF> consumer) Inducer induces inducibleEAFs and gives to a consumer function
-
Method Details
-
induce
Inducer induces inducibleEAFs and gives to a consumer function- Parameters:
consumer- the function that consumes InducibleEAFs
-