Uses of Class
org.tweetyproject.arg.bipolar.syntax.PEAFTheory
Package
Description
-
Uses of PEAFTheory in org.tweetyproject.arg.bipolar.analysis
Modifier and TypeMethodDescriptionvoid
AbstractAnalysis.setPEAFTheory
(PEAFTheory peafTheory) Setter for peafTheoryModifierConstructorDescriptionAbstractAnalysis
(PEAFTheory peafTheory, AbstractExtensionReasoner extensionReasoner, AnalysisType analysisType) The default constructorApproxAnalysis
(PEAFTheory peafTheory, AbstractExtensionReasoner extensionReasoner, double errorLevel) Creates an ApproxAnalysis objectConcurrentApproxAnalysis
(PEAFTheory peafTheory, AbstractExtensionReasoner extensionReasoner, double errorLevel) Constructs ConcurrentApproxAnalysis with noThreads equal to availableProcessors - 1ConcurrentApproxAnalysis
(PEAFTheory peafTheory, AbstractExtensionReasoner extensionReasoner, double errorLevel, int noThreads) Constructs ConcurrentApproxAnalysis with batchSize equal to noThreads*2ConcurrentApproxAnalysis
(PEAFTheory peafTheory, AbstractExtensionReasoner extensionReasoner, double errorLevel, int noThreads, int batchSize) The default constructor for ConcurrentApproxAnalysisConcurrentExactAnalysis
(PEAFTheory peafTheory, AbstractExtensionReasoner extensionReasoner) Constructs ConcurrentExactAnalysis with noThreads equal to availableProcessors - 1ConcurrentExactAnalysis
(PEAFTheory peafTheory, AbstractExtensionReasoner extensionReasoner, int noThreads) Constructs ConcurrentExactAnalysis with given noThreadsExactAnalysis
(PEAFTheory peafTheory, AbstractExtensionReasoner extensionReasoner) Creates an ExactAnalysis object -
Uses of PEAFTheory in org.tweetyproject.arg.bipolar.analysis.extensions
ModifierConstructorDescriptionAbstractExtensionAnalysis
(PEAFTheory peafTheory, AbstractExtensionReasoner extensionReasoner, AnalysisType analysisType) The default constructor -
Uses of PEAFTheory in org.tweetyproject.arg.bipolar.inducers
Modifier and TypeMethodDescriptionAbstractPEAFInducer.getPeafTheory()
Returns the used PEAFTheory in inducerModifierConstructorDescriptionAbstractPEAFInducer
(PEAFTheory peafTheory) Default constructor (checks if the given PEAF is cyclic or not.)ApproxPEAFInducer
(PEAFTheory peafTheory) The default constructor for the ApproxPEAFInducerExactPEAFInducer
(PEAFTheory peafTheory) The default constructor for the ExactPEAFInducerLiExactPEAFInducer
(PEAFTheory peafTheory) Deprecated. -
Uses of PEAFTheory in org.tweetyproject.arg.bipolar.io
Modifier and TypeMethodDescriptionstatic void
EdgeListWriter.write
(String path, PEAFTheory peafTheory) Writes a PEAFTheory in EdgeList formatstatic void
EdgeListWriter.write
(String path, PEAFTheory peafTheory, Set<BArgument> query) Writes a PEAFTheory and the query to a EdgeList format given the path -
Uses of PEAFTheory in org.tweetyproject.arg.bipolar.syntax
Modifier and TypeClassDescriptionclass
This class inherits PEAFTheory to store additional information regarding the arguments insertedModifier and TypeMethodDescriptionstatic EAFTheory
EAFTheory.newEAFTheory
(PEAFTheory peafTheory) Creates a new EAFTheory from an PEAFTheory (the probabilities are eliminated)