Uses of Class
org.tweetyproject.arg.dung.serialisibility.plotting.NoExampleFoundException
Packages that use NoExampleFoundException
Package
Description
-
Uses of NoExampleFoundException in org.tweetyproject.arg.dung.equivalence
Methods in org.tweetyproject.arg.dung.equivalence that throw NoExampleFoundExceptionModifier and TypeMethodDescriptionEquivalenceCompExFinder.findAllExamples
(int numberOfMaxRandomGenerationTries, DungTheory framework1, EnumeratingDungTheoryGenerator generatorFramework2, Function<DungTheory, Boolean> askIf1stFrameInteresting, Function<DungTheory[], Boolean> askIfInterestingPair, Function<EnumeratingDungTheoryGenerator, Boolean> askGen2Finished) Generates all possible examples of pairs of frameworks, containing the specified framework.EquivalenceCompExFinder.findExample
(int numberOfMaxRandomGenerationTries, DungTheory framework1, Iterator<DungTheory> generatorFramework2, Function<DungTheory, Boolean> askIf1stFrameInteresting, Function<DungTheory[], Boolean> askIfInterestingPair, Function<String, Boolean> askContinueGenerate2nd) Generates a second argumentation framework, so that the pair has the specified behavior. -
Uses of NoExampleFoundException in org.tweetyproject.arg.dung.serialisibility.plotting
Methods in org.tweetyproject.arg.dung.serialisibility.plotting that throw NoExampleFoundExceptionModifier and TypeMethodDescriptionSerialisationGraphGenerator.findExample
(Semantics semanticsForSerializing, boolean abortFrameworkNotComply, boolean abortGraphNotComply) Creates an exemplary abstract argumentation framework.SerialisationGraphGenerator.findExample
(Semantics semanticsForSerializing, int numberOfExamples, boolean abortFrameworkNotComply, boolean abortAnalysisNotComply) Creates exemplary abstract argumentation frameworks.SerialisationGraphGenerator.findExample
(Semantics semanticsForSerializing, int numberOfArgumentsStart, int maxNumberOfArguments, int numberOfExamplesPerIncrement, int incrementForNumberOfArguments, boolean abortFrameworkNotComply, boolean abortAnalysisNotComply) Creates exemplary argumentation frameworks and analyzes their serialisable extensions.SerialisationGraphGenerator.findExampleForDifferentSemantics
(Semantics[] semanticsForSerializing, int numberOfExamples, boolean abortFrameworkNotComply, boolean abortAnalysisNotComply) Generates argumentation frameworks and analyzes their serialisable extensions regarding the specified semantics.SerialisationGraphGenerator.findExampleForDifferentSemantics
(Semantics[] semanticsForSerializing, int numberOfArgumentsStart, int maxNumberOfArguments, int numberOfExamplesPerIncrement, int incrementForNumberOfArguments, boolean abortFrameworkNotComply, boolean abortAnalysisNotComply) Creates exemplary argumentation frameworks and analyzes their serialisable extensions.