Class SerialisedCompleteReasoner
java.lang.Object
org.tweetyproject.arg.dung.reasoner.AbstractDungReasoner
org.tweetyproject.arg.dung.reasoner.AbstractExtensionReasoner
org.tweetyproject.arg.dung.reasoner.serialisable.SerialisableExtensionReasoner
org.tweetyproject.arg.dung.reasoner.serialisable.SerialisedAdmissibleReasoner
org.tweetyproject.arg.dung.reasoner.serialisable.SerialisedCompleteReasoner
- All Implemented Interfaces:
ModelProvider<Argument,,DungTheory, Extension<DungTheory>> PostulateEvaluatable<Argument>,QualitativeReasoner<DungTheory,,Argument> Reasoner<Boolean,DungTheory, Argument>
- Direct Known Subclasses:
SerialisedGroundedReasoner
Serialised version of the complete semantics
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleana set is accepted iff the corresponding AF of the state has no unattacked argumentsMethods inherited from class org.tweetyproject.arg.dung.reasoner.serialisable.SerialisedAdmissibleReasoner
selectionFunctionMethods inherited from class org.tweetyproject.arg.dung.reasoner.serialisable.SerialisableExtensionReasoner
getModel, getModels, getSerialisableReasonerForSemanticsMethods inherited from class org.tweetyproject.arg.dung.reasoner.AbstractExtensionReasoner
getSimpleReasonerForSemantics, isInstalled, query, query
-
Constructor Details
-
SerialisedCompleteReasoner
public SerialisedCompleteReasoner()
-
-
Method Details
-
terminationFunction
a set is accepted iff the corresponding AF of the state has no unattacked arguments- Overrides:
terminationFunctionin classSerialisedAdmissibleReasoner- Parameters:
state- the current state- Returns:
- true, if no unattacked argument exists in AF
-