A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

U

UNDERSCORE - Static variable in class org.alicebot.server.core.Graphmaster
The _ wildcard.
UNDERSCORE - Static variable in class org.alicebot.server.core.responder.AbstractMarkupResponder
The string "_".
unescapeXMLChars(String) - Static method in class org.alicebot.server.core.util.Toolkit
Replaces the following "escape" strings with their character equivalents:
unitEval() - Method in class biocell.Energy
evaluating current energetic state and making some basical predictions based on AR We floor the function values to 10e20
unitEval() - Method in class brain.hedonic.Energy
 
UNKNOWN - Static variable in class org.alicebot.server.core.responder.ServiceType
 
UnknownDeprecatedAIMLException - Exception in org.alicebot.server.core.parser
Thrown by DeprecatedAIMLParser when it does not recognize a purported deprecated AIML tag.
UnknownDeprecatedAIMLException() - Constructor for exception org.alicebot.server.core.parser.UnknownDeprecatedAIMLException
 
unload(Object, Bot) - Static method in class org.alicebot.server.core.Graphmaster
Removes all nodes associated with a given filename, and removes the file from the list of loaded files.
unregister(DynamicMood) - Method in class biocell.GlobalState
 
untokenize(String[], int) - Static method in class mainframe.Tools
simple string untokenizer
update() - Static method in class biocell.GlobalState
 
update(int[]) - Method in class devs.musicpackage.DanceGenerator
 
update(int[]) - Method in interface devs.musicpackage.SpectrumAnalyzerListener
 
update(Graphics) - Method in class devs.sensorpackage.cmucam.CameraImage
 
update - Variable in class devs.sensorpackage.cmucam.channelWindow
 
update(Graphics) - Method in class devs.sensorpackage.cmucam.channelWindow
 
update(int, int, int, int, int, int) - Method in class devs.sensorpackage.cmucam.meanWindow
 
update(Graphics) - Method in class devs.sensorpackage.cmucam.zoomBox
 
update(int, int, int, int, int, int, int, int, int, int, int, int, int) - Method in class devs.visionpackage.roebi.FaceUpdate
 
update() - Method in class devs.visionpackage.roebi.ImUpdate
 
update(int, int, int, int) - Method in class devs.visionpackage.roebi.ImUpdate
 
update(int, int, int, int, int, int, int, int, int) - Method in class devs.visionpackage.roebi.ImUpdate
 
update(int, int, int, int, int, int, int, int, int, int, int, int, int, int, int, int) - Method in class devs.visionpackage.roebi.ImUpdate
 
update(Graphics) - Method in class monitors.BioDataPanel
 
update(Graphics) - Method in class monitors.DoubleBufferPanel
override update to *not* erase the background before painting
updateBox(int, int, int) - Method in class devs.sensorpackage.cmucam.zoomBox
 
updateCountDisplay() - Method in class org.alicebot.server.core.targeting.gui.TargetPanel
 
updateFromTargets() - Method in class org.alicebot.server.core.targeting.gui.CategoryPanel
 
updateFromTargets() - Method in class org.alicebot.server.core.targeting.gui.InputPanel
 
updateNr(int, int, int, int, int) - Method in class devs.visionpackage.roebi.ImUpdate
 
updateRegister(int[]) - Method in class qinterface.qBrain
 
updateStrategy(double) - Method in class brain.hedonic.Strategy
 
updateThread - Variable in class devs.sensorpackage.cmucam.mainWindow
 
UPPERCASE - Static variable in class org.alicebot.server.core.parser.AIMLTag
'<uppercase>'
UPPERCASE_CLOSE - Static variable in class org.alicebot.server.core.parser.AIMLTag
'</uppercase>'
UpperCaseProcessor - Class in org.alicebot.server.core.processor
Handles an uppercase element.
UpperCaseProcessor() - Constructor for class org.alicebot.server.core.processor.UpperCaseProcessor
 
url - Variable in class org.alicebot.server.sql.pool.DbAccess
The URL string used by this object.
url - Variable in class org.alicebot.server.sql.pool.DbAccessRefsPoolMgr
The URL string used by this object.
USE_TARGETING - Static variable in class org.alicebot.server.core.Multiplexor
Whether to use targeting.
useHeart() - Static method in class org.alicebot.server.core.Globals
Returns whether to use the Heart.
user - Variable in class org.alicebot.server.sql.pool.DbAccess
The user name used by this object.
user - Variable in class org.alicebot.server.sql.pool.DbAccessRefsPoolMgr
The user name used by this object.
USER_COOKIE_NAME - Static variable in class org.alicebot.server.core.responder.HTMLResponder
The user id cookie name.
USER_ERROR - Static variable in class org.alicebot.server.core.util.Trace
Flag for a user failure message to the console.
USER_INFO - Static variable in class org.alicebot.server.core.util.Trace
Flag for a user info message to the console.
UserError - Error in org.alicebot.server.core.util
A user error.
UserError(String) - Constructor for error org.alicebot.server.core.util.UserError
 
UserError(Exception) - Constructor for error org.alicebot.server.core.util.UserError
 
UserError(String, Exception) - Constructor for error org.alicebot.server.core.util.UserError
 
userfail(String, String) - Static method in class org.alicebot.server.core.logging.Log
Logs a message and prints it to the console as a user failure message.
userfail(String[], String) - Static method in class org.alicebot.server.core.logging.Log
Logs a multiline message and prints it to the console as a user failure message.
userfail(String, String[]) - Static method in class org.alicebot.server.core.logging.Log
Same as Log.userfail(String, String), but logs to multiple log files.
userfail(String[], String[]) - Static method in class org.alicebot.server.core.logging.Log
Same as Log.userfail(String, String[]), but logs multi-line messages.
userfail(String, Throwable, String) - Static method in class org.alicebot.server.core.logging.Log
Logs a message and an exception and prints them to the console as a user failure message.
userfail(UserError) - Static method in class org.alicebot.server.core.logging.Log
Notifies of user error exceptions.
userfail(String) - Static method in class org.alicebot.server.core.util.Trace
Notifies of user failures from which recovery is impossible.
userfail(Throwable) - Static method in class org.alicebot.server.core.util.Trace
Notifies of user failures from which recovery is impossible.
useridCount(String) - Method in class org.alicebot.server.core.DBMultiplexor
 
useridCount(String) - Method in class org.alicebot.server.core.FlatFileMultiplexor
 
useridCount(String) - Method in class org.alicebot.server.core.Multiplexor
Returns a count of known userids.
userinfo(String, String) - Static method in class org.alicebot.server.core.logging.Log
Logs a message and prints it to the console as a user info message.
userinfo(String, String[]) - Static method in class org.alicebot.server.core.logging.Log
Same as Log.userinfo(String, String), but logs to multiple log files.
userinfo(String[], String) - Static method in class org.alicebot.server.core.logging.Log
Logs a multiline message and prints it to the console as a user info message.
userinfo(String[], String[]) - Static method in class org.alicebot.server.core.logging.Log
Same as Log.userinfo(String[], String), but logs to multiple log files.
userinfo(String) - Static method in class org.alicebot.server.core.util.Trace
Prints informative message to user.
userinfo(String[]) - Static method in class org.alicebot.server.core.util.Trace
Prints multi-line informative message to user.
USERINPUT - Static variable in class org.alicebot.server.core.responder.AbstractMarkupResponder
The string "userinput/".
useShell() - Static method in class org.alicebot.server.core.Globals
Returns whether to use the command-line shell.
useTargeting() - Static method in class org.alicebot.server.core.Globals
Returns whether to use targeting.

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z