cz.cuni.amis.pogamut.base.agent.module.comm
Class ObservingAgent

Package class diagram package ObservingAgent
java.lang.Object
  extended by cz.cuni.amis.pogamut.base.agent.impl.AbstractAgent
      extended by cz.cuni.amis.pogamut.base.agent.module.comm.ObservingAgent
All Implemented Interfaces:
IAgent, IObservingAgent, IComponent, IComponentAware, IControllable
Direct Known Subclasses:
CommTestAgent, CommTestParallelAgent

public class ObservingAgent
extends AbstractAgent
implements IObservingAgent


Field Summary
static cz.cuni.amis.utils.flag.FlagInteger instanceCount
           
 
Fields inherited from class cz.cuni.amis.pogamut.base.agent.impl.AbstractAgent
events, INTROSPECTION_ROOT_NAME, log, LOG_CATEGORY_NAME
 
Constructor Summary
ObservingAgent()
           
 
Method Summary
protected  void finalize()
           
 IWorldView getWorldView()
           
 
Methods inherited from class cz.cuni.amis.pogamut.base.agent.impl.AbstractAgent
addDependency, addDependency, addDependency, addJMXComponents, awaitState, awaitState, componentFatalError, componentStarted, componentStarted, componentStopped, componentStopping, createAgentJMX, createIntrospection, equals, getComponentId, getEventBus, getIntrospection, getJMX, getLog, getLogger, getName, getState, hashCode, inState, kill, killAgent, notInState, pause, pauseAgent, preKillAgent, preStopAgent, resetAgent, resetEvent, resume, resumeAgent, setState, start, startAgent, startPaused, startPausedAgent, stop, stopAgent, toString
 
Methods inherited from class java.lang.Object
clone, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface cz.cuni.amis.pogamut.base.agent.IAgent
getComponentId, getIntrospection, getLogger, getName, getState, kill, pause, resume, start, startPaused, stop
 
Methods inherited from interface cz.cuni.amis.pogamut.base.component.IComponentAware
getEventBus
 

Field Detail

instanceCount

public static cz.cuni.amis.utils.flag.FlagInteger instanceCount
Constructor Detail

ObservingAgent

public ObservingAgent()
Method Detail

getWorldView

public IWorldView getWorldView()
Specified by:
getWorldView in interface IObservingAgent

finalize

protected void finalize()
                 throws Throwable
Overrides:
finalize in class Object
Throws:
Throwable


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