org.micropsi.comp.console
Class NoAnswer

java.lang.Object
  extended byorg.micropsi.comp.console.CachedAnswer
      extended byorg.micropsi.comp.console.NoAnswer
All Implemented Interfaces:
AnswerIF

public class NoAnswer
extends CachedAnswer


Constructor Summary
NoAnswer(long step)
           
 
Method Summary
 long getStep()
          Returns the simulation step of the answer's creation; that is, of course, the time when the corresponding question was answered.
 
Methods inherited from class org.micropsi.comp.console.CachedAnswer
getAnsweredQuestion, getAnswerType, getContent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoAnswer

public NoAnswer(long step)
Method Detail

getStep

public long getStep()
Description copied from interface: AnswerIF
Returns the simulation step of the answer's creation; that is, of course, the time when the corresponding question was answered.

Specified by:
getStep in interface AnswerIF
Overrides:
getStep in class CachedAnswer
Returns:
int

(c) by Micropsi Project: http://www.cognitive-agents.org

.