org.cogchar.api.integroid.cue
Class AwarenessCue

java.lang.Object
  extended by org.cogchar.zzz.platform.stub.PropertyChangeNotifier
      extended by org.cogchar.zzz.platform.stub.ThalamentStub
          extended by org.cogchar.zzz.platform.stub.CueStub
              extended by org.cogchar.api.integroid.cue.AwarenessCue
All Implemented Interfaces:
Serializable

public class AwarenessCue
extends CueStub

Author:
Stu B.
See Also:
Serialized Form

Nested Class Summary
static class AwarenessCue.FocusKind
           
 
Field Summary
 
Fields inherited from class org.cogchar.zzz.platform.stub.CueStub
PROP_EXPIRY, PROP_STRENGTH
 
Constructor Summary
AwarenessCue()
           
 
Method Summary
 String formatCueAndStamp(PersonCue pc, Long stamp)
           
 Object getActiveExposition()
           
 String getContentSummaryString()
           
 PersonCue getFixationPerson()
           
 String getGazeStrategyName()
           
 SightCue getGlanceSight()
           
 PersonCue getPrimaryPerson()
           
 boolean isFocusOnPerson(PersonCue pc)
           
 void setActiveExposition(Object ej)
           
 void setFixationPerson(PersonCue pc)
           
 void setGazeStrategyName(String gsn)
           
 void setGlanceSight(SightCue pc)
           
 void setPrimaryPerson(PersonCue pc)
           
 void transferFocus(PersonCue prevFocusCue, PersonCue nextFocusCue)
           
 
Methods inherited from class org.cogchar.zzz.platform.stub.CueStub
autoUpdateOnPropertyChange, broadcastUpdateNotice, getScheduledExpireTimeMsec, getScheduledExpireTimeSec, getStatString, getStrength, setScheduledExpireTimeMsec, setStrength, toString
 
Methods inherited from class org.cogchar.zzz.platform.stub.ThalamentStub
fetchBroker, getCausingThalament, getCreateAgeSec, getCreateStampMsec, getSimpleClassName, getThalamentID, getTypeString, getUpdateAgeSec, getUpdateStampMsec, markUpdated, markUpdatedNow, setBroker, setCausingThalament, setCreateStampMsec, setUpdateStampMsec
 
Methods inherited from class org.cogchar.zzz.platform.stub.PropertyChangeNotifier
addPropertyChangeListener, completeInit, removePropertyChangeListener, safelyFirePropertyChange
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AwarenessCue

public AwarenessCue()
Method Detail

getPrimaryPerson

public PersonCue getPrimaryPerson()

setPrimaryPerson

public void setPrimaryPerson(PersonCue pc)

getFixationPerson

public PersonCue getFixationPerson()

setFixationPerson

public void setFixationPerson(PersonCue pc)

getGlanceSight

public SightCue getGlanceSight()

setGlanceSight

public void setGlanceSight(SightCue pc)

getGazeStrategyName

public String getGazeStrategyName()

setGazeStrategyName

public void setGazeStrategyName(String gsn)

formatCueAndStamp

public String formatCueAndStamp(PersonCue pc,
                                Long stamp)

getContentSummaryString

public String getContentSummaryString()
Overrides:
getContentSummaryString in class ThalamentStub

getActiveExposition

public Object getActiveExposition()

setActiveExposition

public void setActiveExposition(Object ej)

isFocusOnPerson

public boolean isFocusOnPerson(PersonCue pc)

transferFocus

public void transferFocus(PersonCue prevFocusCue,
                          PersonCue nextFocusCue)


Copyright © 2010-2012. All Rights Reserved.