org.friendularity.api.west
Class WorldEstimate

java.lang.Object
  extended by org.appdapter.core.log.BasicDebugger
      extended by org.friendularity.api.west.ThingEstimate
          extended by org.friendularity.api.west.CompoundEstimate
              extended by org.friendularity.api.west.WorldEstimate
All Implemented Interfaces:
org.appdapter.core.log.Loggable

public class WorldEstimate
extends CompoundEstimate

Author:
Stu B.

Nested Class Summary
static interface WorldEstimate.Consumer
           
 
Nested classes/interfaces inherited from class org.friendularity.api.west.ThingEstimate
ThingEstimate.CoordinateFrame
 
Field Summary
static String ESTIM_NS
           
 double mult_A
           
 Set<PersonEstimate> myPersonEstims
           
 SelfEstimate mySelfEstim
           
 Set<StuffEstimate> myStuffEstims
           
 
Fields inherited from class org.friendularity.api.west.ThingEstimate
myIdent
 
Fields inherited from class org.appdapter.core.log.BasicDebugger
myLogger
 
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
WorldEstimate(org.appdapter.core.name.Ident id)
           
 
Method Summary
protected  void ensureSubpartsExist()
           
 Set<ThingEstimate> getSubEstimates()
           
 void updateFromMathSpace(org.cogchar.bind.symja.MathGate mg)
           
 
Methods inherited from class org.friendularity.api.west.ThingEstimate
getIdent
 
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
 

Field Detail

ESTIM_NS

public static String ESTIM_NS

mySelfEstim

public SelfEstimate mySelfEstim

myPersonEstims

public Set<PersonEstimate> myPersonEstims

myStuffEstims

public Set<StuffEstimate> myStuffEstims

mult_A

public double mult_A
Constructor Detail

WorldEstimate

public WorldEstimate(org.appdapter.core.name.Ident id)
Method Detail

ensureSubpartsExist

protected void ensureSubpartsExist()
Specified by:
ensureSubpartsExist in class CompoundEstimate

updateFromMathSpace

public void updateFromMathSpace(org.cogchar.bind.symja.MathGate mg)
Overrides:
updateFromMathSpace in class CompoundEstimate

getSubEstimates

public Set<ThingEstimate> getSubEstimates()
Overrides:
getSubEstimates in class CompoundEstimate


Copyright © 2011-2014. All Rights Reserved.