Class ApproxPEAFInducer

java.lang.Object
org.tweetyproject.arg.bipolar.inducers.AbstractPEAFInducer
org.tweetyproject.arg.bipolar.inducers.ApproxPEAFInducer
All Implemented Interfaces:
PEAFInducer

public class ApproxPEAFInducer extends AbstractPEAFInducer
ApproxPEAFInducer induces a set of random EAFs from a PEAF
Author:
Taha Dogan Gunes
  • Constructor Details

    • ApproxPEAFInducer

      public ApproxPEAFInducer(PEAFTheory peafTheory)
      The default constructor for the ApproxPEAFInducer
      Parameters:
      peafTheory -
  • Method Details

    • induce

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