Class AbstractDialecticalFrameworkReasoner
java.lang.Object
org.tweetyproject.arg.adf.reasoner.AbstractDialecticalFrameworkReasoner
- Direct Known Subclasses:
AdmissibleReasoner,CompleteReasoner,ConflictFreeReasoner,GroundReasoner,ModelReasoner,NaiveReasoner,PreferredReasoner,StableReasoner
@Deprecated(forRemoval=true,
since="1.19")
public abstract class AbstractDialecticalFrameworkReasoner
extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
Ancestor class for all adf reasoner
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionbooleancredulousQuery(AbstractDialecticalFramework adf, Argument argument) Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.booleanskepticalQuery(AbstractDialecticalFramework adf, Argument argument) Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
AbstractDialecticalFrameworkReasoner
Deprecated, for removal: This API element is subject to removal in a future version.- Parameters:
solver- solver
-
-
Method Details
-
skepticalQuery
Deprecated, for removal: This API element is subject to removal in a future version.- Parameters:
adf- adfargument- argument- Returns:
- skepticalQuery
-
credulousQuery
Deprecated, for removal: This API element is subject to removal in a future version.- Parameters:
adf- adfargument- argument- Returns:
- credulousQuery
-
getModels
Deprecated, for removal: This API element is subject to removal in a future version.- Parameters:
adf- adf- Returns:
- getModels
-
getModel
Deprecated, for removal: This API element is subject to removal in a future version.- Parameters:
adf- adf- Returns:
- getModel
-
modelIterator
Deprecated, for removal: This API element is subject to removal in a future version.- Parameters:
adf- adf- Returns:
- modelIterator
-
AbstractDialecticalFramework.query()instead