Class RecognitionFunction

java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<Argument,Set<Argument>>
org.tweetyproject.agents.dialogues.oppmodels.RecognitionFunction
All Implemented Interfaces:
Serializable, Cloneable, Map<Argument,Set<Argument>>

public class RecognitionFunction extends HashMap<Argument,Set<Argument>>
This class realizes a recognition function as explained in [Rienstra, Thimm, in preparation].
Author:
Matthias Thimm
See Also:
  • Constructor Details

    • RecognitionFunction

      public RecognitionFunction()
  • Method Details

    • getPreimage

      public Argument getPreimage(Argument a)
      Returns the argument which maps to the set containing the given argument.
      Parameters:
      a - an argument.
      Returns:
      an argument.