Class ApproxPEAFInducer
java.lang.Object
org.tweetyproject.arg.bipolar.inducers.AbstractPEAFInducer
org.tweetyproject.arg.bipolar.inducers.ApproxPEAFInducer
- All Implemented Interfaces:
 PEAFInducer
ApproxPEAFInducer induces a set of random EAFs from a PEAF
- Author:
 - Taha Dogan Gunes
 
- 
Constructor Summary
ConstructorsConstructorDescriptionApproxPEAFInducer(PEAFTheory peafTheory) The default constructor for the ApproxPEAFInducer - 
Method Summary
Modifier and TypeMethodDescriptionvoidinduce(Consumer<InducibleEAF> consumer) Inducer induces inducibleEAFs and gives to a consumer functionMethods inherited from class org.tweetyproject.arg.bipolar.inducers.AbstractPEAFInducer
getPeafTheory, induceNTimes 
- 
Constructor Details
- 
ApproxPEAFInducer
The default constructor for the ApproxPEAFInducer- Parameters:
 peafTheory- a theory
 
 - 
 - 
Method Details
- 
induce
Inducer induces inducibleEAFs and gives to a consumer function- Parameters:
 consumer- the function that consumes InducibleEAFs
 
 -