| Package | Description |
|---|---|
| net.sf.tweety.arg.dung.prover | |
| net.sf.tweety.arg.dung.semantics |
| Modifier and Type | Method and Description |
|---|---|
Collection<Problem> |
ProboSolver.supportedProblems() |
Collection<Problem> |
GroundTruthSolver.supportedProblems() |
abstract Collection<Problem> |
AbstractDungSolver.supportedProblems() |
Collection<Problem> |
InterfaceSolver.supportedProblems()
Gives a collection view on the supported problems of this solver, cf.
|
Collection<Problem> |
TweetySolver.supportedProblems() |
abstract Collection<Problem> |
AbstractSolver.supportedProblems() |
| Modifier and Type | Method and Description |
|---|---|
Set<Extension> |
ProboSolver.enumerate(Problem problem,
DungTheory aaf,
FileFormat format)
Solves the given enumeration problem on the given AAF with
|
boolean |
ProboSolver.justify(Problem problem,
DungTheory aaf,
FileFormat format,
Argument arg)
Solves the given justification problem on the given AAF
|
String |
ProboSolver.solve(Problem problem,
DungTheory aaf,
FileFormat format,
String additionalParameters)
Solves the given problem on the given AAF with possibly
additional parameters.
|
String |
ProboSolver.solve(Problem problem,
File input,
FileFormat format,
String additionalParameters) |
String |
GroundTruthSolver.solve(Problem problem,
File input,
FileFormat format,
String additionalParameters) |
String |
AbstractDungSolver.solve(Problem problem,
File input,
FileFormat format,
String additionalParameters) |
String |
InterfaceSolver.solve(Problem problem,
File input,
FileFormat format,
String additionalParameters)
Solves the given problem on the given file (represented in the given format) with possibly
additional parameters.
|
abstract String |
AbstractSolver.solve(Problem problem,
File input,
FileFormat format,
String additionalParameters) |
| Modifier and Type | Method and Description |
|---|---|
static Problem |
Problem.getProblem(String s)
Returns the problem instance that corresponds to the given abbreviation.
|
static Problem |
Problem.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Problem[] |
Problem.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<Problem> |
Problem.getProblems(String s)
Returns a collection of problems parsed from the given string which
has to be in the format "[problem1,...,problemn]".
|
Copyright © 2018. All rights reserved.