bot
Class DMSMemoryVO

Package class diagram package DMSMemoryVO
java.lang.Object
  extended by bot.DMSMemoryVO

public class DMSMemoryVO
extends Object

A container for the report of last iteration of DMS which is used then by Memory to do an update.

Author:
Ondrej Burkert

Constructor Summary
DMSMemoryVO(DecisionModule module)
           
 
Method Summary
 void addIntention(String name, Interval actInterval)
           
 Action getActualAction()
           
 AtomicAction getActualAtomicAction()
           
 Intention getActualIntention()
           
 int getCounter()
           
 double getGMTTime()
           
 boolean getIsNight()
           
 AtomicAction getOldAtomicAction()
           
 int getThoughtTimeTicks()
           
 boolean isGMTChanged()
           
 boolean isVerbose()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DMSMemoryVO

public DMSMemoryVO(DecisionModule module)
Method Detail

getActualAtomicAction

public AtomicAction getActualAtomicAction()

getIsNight

public boolean getIsNight()

getOldAtomicAction

public AtomicAction getOldAtomicAction()

getActualIntention

public Intention getActualIntention()

getActualAction

public Action getActualAction()

addIntention

public void addIntention(String name,
                         Interval actInterval)

getCounter

public int getCounter()

getGMTTime

public double getGMTTime()

getThoughtTimeTicks

public int getThoughtTimeTicks()

isVerbose

public boolean isVerbose()

isGMTChanged

public boolean isGMTChanged()


Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.