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 SummaryConstructorsConstructorDescriptionApproxPEAFInducer(PEAFTheory peafTheory) The default constructor for the ApproxPEAFInducer
- 
Method SummaryModifier and TypeMethodDescriptionvoidinduce(Consumer<InducibleEAF> consumer) Inducer induces inducibleEAFs and gives to a consumer functionMethods inherited from class org.tweetyproject.arg.bipolar.inducers.AbstractPEAFInducergetPeafTheory, induceNTimes
- 
Constructor Details- 
ApproxPEAFInducerThe default constructor for the ApproxPEAFInducer- Parameters:
- peafTheory- a theory
 
 
- 
- 
Method Details- 
induceInducer induces inducibleEAFs and gives to a consumer function- Parameters:
- consumer- the function that consumes InducibleEAFs
 
 
-