fr.lifl.magique.util
Class NoLogAnswerLog

java.lang.Object
  extended byfr.lifl.magique.util.AnswerLog
      extended byfr.lifl.magique.util.NoLogAnswerLog

public class NoLogAnswerLog
extends AnswerLog

case you want nothing to be done


Field Summary
 
Fields inherited from class fr.lifl.magique.util.AnswerLog
logInfo
 
Constructor Summary
NoLogAnswerLog()
           
 
Method Summary
 boolean isAcquaintanceCreationPossible(java.lang.String answerer)
          check wether the criterion for acquaintance creation, according to log info for answerer, is reached
 boolean isLearningAccurate(java.lang.String answerer)
          check whether the criterion for skill acquisition from answerer source is reached, done accroding to log info
 
Methods inherited from class fr.lifl.magique.util.AnswerLog
removeAnswerer, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoLogAnswerLog

public NoLogAnswerLog()
Method Detail

isAcquaintanceCreationPossible

public boolean isAcquaintanceCreationPossible(java.lang.String answerer)
Description copied from class: AnswerLog
check wether the criterion for acquaintance creation, according to log info for answerer, is reached

Specified by:
isAcquaintanceCreationPossible in class AnswerLog

isLearningAccurate

public boolean isLearningAccurate(java.lang.String answerer)
Description copied from class: AnswerLog
check whether the criterion for skill acquisition from answerer source is reached, done accroding to log info

Specified by:
isLearningAccurate in class AnswerLog