org.cogchar.app.puma.behavior
Class PumaBehaviorManager

java.lang.Object
  extended by org.appdapter.core.log.BasicDebugger
      extended by org.cogchar.app.puma.behavior.PumaBehaviorManager
All Implemented Interfaces:
org.appdapter.core.log.Loggable

public class PumaBehaviorManager
extends org.appdapter.core.log.BasicDebugger

Author:
Stu B. 2013-06-10 This class represents a big chunk of the assumptions used when currently launching our Avatar demos, which do not yet make use of the Lifecycle pattern for loading up services - in contrast to the BehavMasterDemo. Note the literal constant QNames used below.

Field Summary
 
Fields inherited from interface org.appdapter.core.log.Loggable
IMPO_HI, IMPO_HIHI, IMPO_LO, IMPO_LOLO, IMPO_MAX, IMPO_MIN, IMPO_NORM
 
Constructor Summary
PumaBehaviorManager()
           
 
Method Summary
 void initConfigLinks(PumaRegistryClient prc)
           
 void makeAgentForBody(org.osgi.framework.BundleContext bunCtx, PumaRegistryClient pRegCli, PumaDualBody pdb, org.appdapter.core.name.Ident agentID)
           
 void stopAllAgents()
           
 
Methods inherited from class org.appdapter.core.log.BasicDebugger
checkDebugImportance, forceLog4jConfig, getLogger, getLoggerForClass, isLoggerUsable, logDebug, logError, logError, logInfo, logInfo, logInfoEvent, logWarning, logWarning, logWithException, setDebugImportanceThreshold, setLogger, useLoggerForClass
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PumaBehaviorManager

public PumaBehaviorManager()
Method Detail

initConfigLinks

public void initConfigLinks(PumaRegistryClient prc)

makeAgentForBody

public void makeAgentForBody(org.osgi.framework.BundleContext bunCtx,
                             PumaRegistryClient pRegCli,
                             PumaDualBody pdb,
                             org.appdapter.core.name.Ident agentID)

stopAllAgents

public void stopAllAgents()


Copyright © 2010-2013. All Rights Reserved.