|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.argkit.dung.Query<C>
C - (Argument's) claim classpublic class Query<C>
A Query has a claim and a Result list. A Query is associated with multiple results because some argument frameworks may be able to generate multiple arguments for the same claim. If the result list is empty, then the creating engine was unable to create any arguments for the claim.
TODO?: Add meta information about the creating engine, e.g. argument source, defeat source and semantics.
| Method Summary | |
|---|---|
C |
getClaim()
|
java.util.List<Dialogue<C>> |
getDialogues()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public java.util.List<Dialogue<C>> getDialogues()
public C getClaim()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||