Class LiExactPEAFInducer

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

@Deprecated public class LiExactPEAFInducer extends AbstractPEAFInducer
Deprecated.
This is a direct re-implementation of the Hengfei Li's ruby code in Java. see Li, Hengfei. Probabilistic argumentation. 2015. PhD Thesis. Aberdeen University. The comments also have the ruby code equivalent. LiExactPEAFInducer generates all possible EAFs that can be generated from a PEAF. FIXME: This is to be used in @see Runner of the module. It is a great reference implementation.
Author:
Taha Dogan Gunes
  • Constructor Details

    • LiExactPEAFInducer

      @Deprecated public LiExactPEAFInducer(PEAFTheory peafTheory)
      Deprecated.
      The default constructor for the inducer
      Parameters:
      peafTheory - a PEAFObject reference
  • Method Details

    • induce

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