Uses of Class
org.tweetyproject.arg.bipolar.syntax.PEAFTheory
Packages that use PEAFTheory
Package
Description
-
Uses of PEAFTheory in org.tweetyproject.arg.bipolar.analysis
Methods in org.tweetyproject.arg.bipolar.analysis with parameters of type PEAFTheoryConstructors in org.tweetyproject.arg.bipolar.analysis with parameters of type 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
Constructors in org.tweetyproject.arg.bipolar.analysis.extensions with parameters of type PEAFTheoryModifierConstructorDescriptionAbstractExtensionAnalysis
(PEAFTheory peafTheory, AbstractExtensionReasoner extensionReasoner, AnalysisType analysisType) The default constructor -
Uses of PEAFTheory in org.tweetyproject.arg.bipolar.inducers
Methods in org.tweetyproject.arg.bipolar.inducers that return PEAFTheoryModifier and TypeMethodDescriptionAbstractPEAFInducer.getPeafTheory()
Returns the used PEAFTheory in inducerConstructors in org.tweetyproject.arg.bipolar.inducers with parameters of type PEAFTheoryModifierConstructorDescriptionAbstractPEAFInducer
(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
Methods in org.tweetyproject.arg.bipolar.io with parameters of type PEAFTheoryModifier 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
Subclasses of PEAFTheory in org.tweetyproject.arg.bipolar.syntaxModifier and TypeClassDescriptionclass
This class inherits PEAFTheory to store additional information regarding the arguments insertedMethods in org.tweetyproject.arg.bipolar.syntax with parameters of type PEAFTheoryModifier and TypeMethodDescriptionstatic EAFTheory
EAFTheory.newEAFTheory
(PEAFTheory peafTheory) Creates a new EAFTheory from an PEAFTheory (the probabilities are eliminated)