Class LiExactPEAFInducer
java.lang.Object
org.tweetyproject.arg.bipolar.inducers.AbstractPEAFInducer
org.tweetyproject.arg.bipolar.inducers.LiExactPEAFInducer
- All Implemented Interfaces:
PEAFInducer
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 Summary
-
Method Summary
Methods inherited from class org.tweetyproject.arg.bipolar.inducers.AbstractPEAFInducer
getPeafTheory, induceNTimes
-
Constructor Details
-
LiExactPEAFInducer
Deprecated.The default constructor for the inducer- Parameters:
peafTheory
- a PEAFObject reference
-
-
Method Details
-
induce
Deprecated.Inducer induces inducibleEAFs and gives to a consumer function- Parameters:
consumer
- the function that consumes InducibleEAFs
-