Class SerialisedGroundedReasoner
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
org.tweetyproject.arg.dung.reasoner.serialisable.SerialisedGroundedReasoner
- All Implemented Interfaces:
 ModelProvider<Argument,,DungTheory, Extension<DungTheory>> PostulateEvaluatable<Argument>,QualitativeReasoner<DungTheory,,Argument> Reasoner<Boolean,DungTheory, Argument> 
Serialised version of the grounded semantics
- Author:
 - Lars Bengel
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic Collection<Extension<DungTheory>>select(Collection<Extension<DungTheory>> unattacked) *description missing*selectionFunction(Collection<Extension<DungTheory>> unattacked, Collection<Extension<DungTheory>> unchallenged, Collection<Extension<DungTheory>> challenged) select all unattacked inital singleton-setsMethods inherited from class org.tweetyproject.arg.dung.reasoner.serialisable.SerialisedCompleteReasoner
terminationFunctionMethods inherited from class org.tweetyproject.arg.dung.reasoner.serialisable.SerialisableExtensionReasoner
getModel, getModels, getModelsGraph, getModelsSequences, getSemantics, getSerialisableReasonerForSemanticsMethods inherited from class org.tweetyproject.arg.dung.reasoner.AbstractExtensionReasoner
getSimpleReasonerForSemantics, isInstalled, query, query 
- 
Constructor Details
- 
SerialisedGroundedReasoner
public SerialisedGroundedReasoner()*description missing* 
 - 
 - 
Method Details
- 
selectionFunction
public Collection<Extension<DungTheory>> selectionFunction(Collection<Extension<DungTheory>> unattacked, Collection<Extension<DungTheory>> unchallenged, Collection<Extension<DungTheory>> challenged) select all unattacked inital singleton-sets- Overrides:
 selectionFunctionin classSerialisedAdmissibleReasoner- Parameters:
 unattacked- the set of unattacked initial setsunchallenged- the set of unchallenged initial setschallenged- the set of challenged initial sets- Returns:
 - the selected initial sets
 
 - 
select
public static Collection<Extension<DungTheory>> select(Collection<Extension<DungTheory>> unattacked) *description missing*- Parameters:
 unattacked- *description missing*- Returns:
 - *description missing*
 
 
 -