A B C D E F G K P R S T U _

A

Agent - class com.reticular.agentBuilder.agent.mentalState.Agent.
Description : The Agent class stores the information about an agent, e.g., the agent's name, address, the agencies to which it belongs, its communication type, etc.
Agent(AgentInfo) - Constructor for class com.reticular.agentBuilder.agent.mentalState.Agent
Description : TEMPORARY Constructor for the Agent object, to be used until we develop support for arrays.
Agent(AgentInfo, String[]) - Constructor for class com.reticular.agentBuilder.agent.mentalState.Agent
Description : Constructor for the Agent object.
AgentInfo - class com.reticular.agentBuilder.agent.perception.AgentInfo.
Class for storing the common agent information used to initialize communications.
AgentInfo() - Constructor for class com.reticular.agentBuilder.agent.perception.AgentInfo
It initializes the _commInfoArray and sets the IP address to the CURRENT_IP_ADDRESS.
AgentInfo(String, String, CommInfo) - Constructor for class com.reticular.agentBuilder.agent.perception.AgentInfo
Constructor for the abstract AgentInfo object, to be invoked from the constructors of the subclasses.
AgentInfo(String, String, CommInfo[], KeyPair) - Constructor for class com.reticular.agentBuilder.agent.perception.AgentInfo
Constructor for the abstract AgentInfo object, to be invoked from the constructors of the subclasses.
AgentInfo(String, String, CommInfo, KeyPair) - Constructor for class com.reticular.agentBuilder.agent.perception.AgentInfo
Constructor for the abstract AgentInfo object, to be invoked from the constructors of the subclasses.

B

bytesToKqml(byte[]) - Method in interface com.reticular.agentBuilder.agent.perception.KqmlConverter
Converts the byte array to a KqmlMessage.

C

clone() - Method in class com.reticular.agentBuilder.agent.perception.AgentInfo
THE KEYPAIR CLONING IS NOT IMPLEMENTED.
clone() - Method in class com.reticular.agentBuilder.agent.perception.KqmlMessage
Description : Calls the super.clone() from lang.obj and catches the exceptions.
clone() - Method in class com.reticular.agentBuilder.agent.perception.PacCommSystem
Return a reference to this PacCommSystem.
clone() - Method in class com.reticular.agentBuilder.agent.perception.RmiCommInfo
Returns a clone of this object.
clone() - Method in class com.reticular.agentBuilder.agent.perception.SocketCommInfo
Calls the super.clone() from lang.obj and catches the exceptions.
clone() - Method in class com.reticular.agentBuilder.agent.perception.ESpeakCommInfo
Calls the super.clone() from lang.obj and catches the exceptions.
clone() - Method in class com.reticular.agentBuilder.agent.perception.CorbaCommInfo
Calls the super.clone() from lang.obj and catches the exceptions.
clone() - Method in class com.reticular.agentBuilder.agent.mentalState.Agent
Description : Clone the Agent object
clone() - Method in class com.reticular.agentBuilder.agent.profile.Time
Description : Calls the super.clone() from lang.obj and catches the exceptions.
clone() - Method in class com.reticular.agentBuilder.agent.perception.CommInfo
Calls the super.clone() from lang.obj and catches the exceptions.
CommInfo - class com.reticular.agentBuilder.agent.perception.CommInfo.
Abstract base class for storing the agent's communication information.
CommInfo() - Constructor for class com.reticular.agentBuilder.agent.perception.CommInfo
Empty Constructor
CORBA_COMM_TYPE - Static variable in class com.reticular.agentBuilder.agent.perception.CommInfo
 
CorbaCommInfo - class com.reticular.agentBuilder.agent.perception.CorbaCommInfo.
The configuration data for setting up a Corba based agent.
CorbaCommInfo() - Constructor for class com.reticular.agentBuilder.agent.perception.CorbaCommInfo
DO NOT USE.
CorbaCommInfo(int) - Constructor for class com.reticular.agentBuilder.agent.perception.CorbaCommInfo
A full body construct that takes all of the data elements in its constructor.

D

DEFAULT_CORBA_PORT - Static variable in class com.reticular.agentBuilder.agent.perception.CommInfo
 
DEFAULT_ESPEAK_PORT - Static variable in class com.reticular.agentBuilder.agent.perception.CommInfo
 
DEFAULT_KQMLCONVERTER_CLASS - Static variable in class com.reticular.agentBuilder.agent.perception.SocketCommInfo
The default class for KqmlConverter.
DEFAULT_RMI_PORT - Static variable in class com.reticular.agentBuilder.agent.perception.CommInfo
 
DEFAULT_SOCKET_PORT - Static variable in class com.reticular.agentBuilder.agent.perception.CommInfo
 

E

equals(Object) - Method in class com.reticular.agentBuilder.agent.perception.AgentInfo
Returns true if *this* AgentInfo object and the input other AgentInfo object have the same name, IP Address, comm type, and port number.
equals(Object) - Method in class com.reticular.agentBuilder.agent.perception.KqmlMessage
Description : Compares the current KqmlMessage object with the passed in argument on a field by field basis.
equals(Object) - Method in class com.reticular.agentBuilder.agent.perception.RmiCommInfo
Returns true if the input object is an RmiCommInfo object and if the _rmiRegistryPort values match.
equals(Object) - Method in class com.reticular.agentBuilder.agent.perception.SocketCommInfo
Returns true if the input object is a SocketCommInfo object and if the _port values match.
equals(Object) - Method in class com.reticular.agentBuilder.agent.perception.ESpeakCommInfo
Returns true if the input object is a SocketCommInfo object and if the _port values match.
equals(Object) - Method in class com.reticular.agentBuilder.agent.perception.CorbaCommInfo
Returns true if the input object is a SocketCommInfo object and if the _port values match.
equals(Object) - Method in class com.reticular.agentBuilder.agent.mentalState.Agent
Description : If its the correct type and the fields are equals then return true.
equals(Object) - Method in class com.reticular.agentBuilder.agent.profile.Time
Description : Determines if the given object is equal to the calling object.
equals(Object) - Method in class com.reticular.agentBuilder.agent.perception.CommInfo
Returns true if the input object is a CommInfo object of the same type as *this* and if the values match.
ESPEAK_COMM_TYPE - Static variable in class com.reticular.agentBuilder.agent.perception.CommInfo
 
ESpeakCommInfo - class com.reticular.agentBuilder.agent.perception.ESpeakCommInfo.
The configuration data for setting up an E-Speak based agent.
ESpeakCommInfo() - Constructor for class com.reticular.agentBuilder.agent.perception.ESpeakCommInfo
DO NOT USE.
ESpeakCommInfo(int) - Constructor for class com.reticular.agentBuilder.agent.perception.ESpeakCommInfo
A full body construct that takes all of the data elements in its constructor.

F

formatTime(int) - Method in class com.reticular.agentBuilder.agent.profile.Time
Description : Formats the given number into time format.

G

getAgentInfo() - Method in class com.reticular.agentBuilder.agent.mentalState.Agent
Description : Returns a reference to the AgentInfo object stored in this Agent object.
getAgentName() - Method in class com.reticular.agentBuilder.agent.perception.AgentInfo
Deprecated. Use getName instead.
getCommInfoArray() - Method in class com.reticular.agentBuilder.agent.perception.AgentInfo
Get the comm type of the actual agent info object.
getCommType() - Method in class com.reticular.agentBuilder.agent.perception.RmiCommInfo
Get the comm type of this actual agent info object.
getCommType() - Method in class com.reticular.agentBuilder.agent.perception.SocketCommInfo
Get the comm type of this actual agent info object.
getCommType() - Method in class com.reticular.agentBuilder.agent.perception.ESpeakCommInfo
Get the comm type of this actual agent info object.
getCommType() - Method in class com.reticular.agentBuilder.agent.perception.CorbaCommInfo
Get the comm type of this actual agent info object.
getCommType() - Method in class com.reticular.agentBuilder.agent.mentalState.Agent
Description : Get the current comm type.
getCommType() - Method in class com.reticular.agentBuilder.agent.perception.CommInfo
Get the comm type of this CommInfo object.
getContent() - Method in class com.reticular.agentBuilder.agent.perception.KqmlMessage
Description : Return the content of the kqml message.
getContentType() - Method in class com.reticular.agentBuilder.agent.perception.KqmlMessage
Description : Returns the class (a java.lang.Class object) of the content object.
getContentTypeName() - Method in class com.reticular.agentBuilder.agent.perception.KqmlMessage
Description : Returns the name of the content type.
getCorbaCommInfo() - Method in class com.reticular.agentBuilder.agent.perception.AgentInfo
Convenience routine for the interface.
getDay() - Method in class com.reticular.agentBuilder.agent.profile.Time
Description : Returns the day.
getESpeakCommInfo() - Method in class com.reticular.agentBuilder.agent.perception.AgentInfo
Convenience routine for the interface.
getFrom() - Method in class com.reticular.agentBuilder.agent.perception.KqmlMessage
Description : Returns the "from" kqml field of a message.
getHour() - Method in class com.reticular.agentBuilder.agent.profile.Time
Description : Returns the hour.
getInReplyTo() - Method in class com.reticular.agentBuilder.agent.perception.KqmlMessage
Description : Gets the in-reply-to parameter
getIPAddress() - Method in class com.reticular.agentBuilder.agent.perception.AgentInfo
Get the current IP address.
getIPAddress() - Method in class com.reticular.agentBuilder.agent.mentalState.Agent
Description : Get the current IP address.
getIsSupported() - Method in class com.reticular.agentBuilder.agent.perception.RmiCommInfo
Indicates whether this agent will support this comm type.
getIsSupported() - Method in class com.reticular.agentBuilder.agent.perception.SocketCommInfo
Indicates whether this agent will support this comm type.
getIsSupported() - Method in class com.reticular.agentBuilder.agent.perception.ESpeakCommInfo
Indicates whether this agent will support this comm type.
getIsSupported() - Method in class com.reticular.agentBuilder.agent.perception.CorbaCommInfo
Indicates whether this agent will support this comm type.
getIsSupported() - Method in class com.reticular.agentBuilder.agent.perception.CommInfo
Returns true if commtype is supported by the agent.
getKeyPair() - Method in class com.reticular.agentBuilder.agent.perception.AgentInfo
Get the current key pair.
getKeyPair() - Method in class com.reticular.agentBuilder.agent.mentalState.Agent
Description : Get the current key pair.
getKqmlConverter() - Method in class com.reticular.agentBuilder.agent.perception.SocketCommInfo
Description :
getLanguage() - Method in class com.reticular.agentBuilder.agent.perception.KqmlMessage
Description : Returns the language.
getMinutes() - Method in class com.reticular.agentBuilder.agent.profile.Time
Description : Returns the minutes.
getMonth() - Method in class com.reticular.agentBuilder.agent.profile.Time
Description : Returns the month.
getName() - Method in class com.reticular.agentBuilder.agent.perception.AgentInfo
Get the agent name.
getName() - Method in class com.reticular.agentBuilder.agent.mentalState.Agent
Description : Get the current agent name.
getNumber() - Method in class com.reticular.agentBuilder.agent.profile.Time
Description : Not implemented.
getOntology() - Method in class com.reticular.agentBuilder.agent.perception.KqmlMessage
Description : Returns the ontology.
getPerformative() - Method in class com.reticular.agentBuilder.agent.perception.KqmlMessage
Description : Returns the current performative.
getPort() - Method in class com.reticular.agentBuilder.agent.perception.RmiCommInfo
Get the port the registry is using.
getPort() - Method in class com.reticular.agentBuilder.agent.perception.SocketCommInfo
Get the port the registry is using.
getPort() - Method in class com.reticular.agentBuilder.agent.perception.ESpeakCommInfo
Get the port E-Speak is using.
getPort() - Method in class com.reticular.agentBuilder.agent.perception.CorbaCommInfo
Get the port Corba is using.
getPort() - Method in class com.reticular.agentBuilder.agent.perception.CommInfo
Get the comm port for this CommType
getPrimaryCommInfo() - Method in class com.reticular.agentBuilder.agent.perception.AgentInfo
Returns the primary CommInfo object for this AgentInfo object.
getPrimaryCommType() - Method in class com.reticular.agentBuilder.agent.perception.AgentInfo
Returns the primary comm type for this agent info object.
getPrivateKey() - Method in class com.reticular.agentBuilder.agent.mentalState.Agent
Description : Get the private key from the current key pair.
getProtocol() - Method in class com.reticular.agentBuilder.agent.perception.KqmlMessage
Description : Returns the protocl.
getPublicKey() - Method in class com.reticular.agentBuilder.agent.mentalState.Agent
Description : Get the public key from the current key pair.
getRandomPort() - Method in class com.reticular.agentBuilder.agent.perception.CommInfo
Returns a random port number between 1000 and 6000.
getReceiver() - Method in class com.reticular.agentBuilder.agent.perception.KqmlMessage
Description : The method to return the sender agent's name.
getReceiverName() - Method in class com.reticular.agentBuilder.agent.perception.KqmlMessage
Deprecated. Use getReceiver
getReplyWith() - Method in class com.reticular.agentBuilder.agent.perception.KqmlMessage
Description : gets the replyWith parameter
getRmiCommInfo() - Method in class com.reticular.agentBuilder.agent.perception.AgentInfo
Convenience routine for the interface.
getRmiRegistryPort() - Method in class com.reticular.agentBuilder.agent.perception.RmiCommInfo
Get the port the registry is using.
getSeconds() - Method in class com.reticular.agentBuilder.agent.profile.Time
Description : Returns the seconds.
getSender() - Method in class com.reticular.agentBuilder.agent.perception.KqmlMessage
Description : The method to return the sender agent's name.
getSenderName() - Method in class com.reticular.agentBuilder.agent.perception.KqmlMessage
Deprecated. User getSender
getSendError() - Method in class com.reticular.agentBuilder.agent.perception.KqmlMessage
Returns the send error flag.
getSenderURL() - Method in class com.reticular.agentBuilder.agent.perception.KqmlMessage
Description : Return the content of the kqml message.
getSentTime() - Method in class com.reticular.agentBuilder.agent.perception.KqmlMessage
Description : Returns the sentTime.
getSocketCommInfo() - Method in class com.reticular.agentBuilder.agent.perception.AgentInfo
Convenience routine for the interface.
getString() - Method in class com.reticular.agentBuilder.agent.profile.Time
Description : Returns a human readable represntation of the time.
getTo() - Method in class com.reticular.agentBuilder.agent.perception.KqmlMessage
Description : Returns the "to" kqml field of a message.
getType() - Method in class com.reticular.agentBuilder.agent.profile.Time
Description : Returns the constant that specifies the type of time being contained (options are user defined, startup and shutdown).
getUserName() - Method in class com.reticular.agentBuilder.agent.mentalState.Agent
Description : getter
getYear() - Method in class com.reticular.agentBuilder.agent.profile.Time
Description : Returns the year.

K

KqmlConverter - interface com.reticular.agentBuilder.agent.perception.KqmlConverter.
Description :
KqmlMessage - class com.reticular.agentBuilder.agent.perception.KqmlMessage.
Description : This class encapsulates all of the information that is necessary for kqml style communication.
KqmlMessage() - Constructor for class com.reticular.agentBuilder.agent.perception.KqmlMessage
Description : The constructor for a message.
kqmlToBytes(KqmlMessage) - Method in interface com.reticular.agentBuilder.agent.perception.KqmlConverter
Converts the KqmlMessage to a byte array.

P

PacCommSystem - class com.reticular.agentBuilder.agent.perception.PacCommSystem.
PacCommSystem is a convenience class which simplifies the sending of KQML messages from a PAC to the parent agent.
PacCommSystem(AgentInfo, String) - Constructor for class com.reticular.agentBuilder.agent.perception.PacCommSystem
A constructor to setup the communication system for a Private Action Class (PAC).
PacCommSystem(AgentInfo, String, KeyPair) - Constructor for class com.reticular.agentBuilder.agent.perception.PacCommSystem
A constructor to setup the communication system for a Private Action Class (PAC).
print() - Method in class com.reticular.agentBuilder.agent.mentalState.Agent
Description : Print the agent name and address.

R

readReply() - Method in interface com.reticular.agentBuilder.agent.perception.KqmlConverter
Returns true if a KqmlMessage reply will be sent in the same socket connection.
RMI_COMM_TYPE - Static variable in class com.reticular.agentBuilder.agent.perception.CommInfo
 
RmiCommInfo - class com.reticular.agentBuilder.agent.perception.RmiCommInfo.
Class provides the information needed to initialize RMI communications.
RmiCommInfo() - Constructor for class com.reticular.agentBuilder.agent.perception.RmiCommInfo
Creates a RmiCommInfo with a random port number between 1000 and 6000.
RmiCommInfo(int) - Constructor for class com.reticular.agentBuilder.agent.perception.RmiCommInfo
Constructor for RmiCommInfo

S

sendKqmlMessageToAgent(KqmlMessage) - Method in class com.reticular.agentBuilder.agent.perception.PacCommSystem
Sets the sender and receiver fields in a KqmlMessage then sends the message.
setAgentCommSystem(Perception) - Method in class com.reticular.agentBuilder.agent.perception.PacCommSystem
Store a reference to the parent agent's comm system into this PacCommSystem.
setAgentInfo(AgentInfo) - Method in class com.reticular.agentBuilder.agent.mentalState.Agent
Description : Set the reference in this Agent object to the input AgentInfo object.
setAgentName(String) - Method in class com.reticular.agentBuilder.agent.perception.AgentInfo
Deprecated. Use setName method instead.
setCommInfoArray(CommInfo[]) - Method in class com.reticular.agentBuilder.agent.perception.AgentInfo
Set the CommInfo array in this AgentInfo object.
setContent(Object) - Method in class com.reticular.agentBuilder.agent.perception.KqmlMessage
Description : Sets the content field.
setContentType(Class) - Method in class com.reticular.agentBuilder.agent.perception.KqmlMessage
Sets the class (a java.lang.Class object) of the content object.
setContentTypeName(String) - Method in class com.reticular.agentBuilder.agent.perception.KqmlMessage
Description :
setCorbaCommInfo(CorbaCommInfo) - Method in class com.reticular.agentBuilder.agent.perception.AgentInfo
Convenience routine for the interface.
setDay(int) - Method in class com.reticular.agentBuilder.agent.profile.Time
Description : Sets the day.
setESpeakCommInfo(ESpeakCommInfo) - Method in class com.reticular.agentBuilder.agent.perception.AgentInfo
Convenience routine for the interface.
setFrom(String) - Method in class com.reticular.agentBuilder.agent.perception.KqmlMessage
Description : Sets the "from" kqml fiedl of a message.
setHour(int) - Method in class com.reticular.agentBuilder.agent.profile.Time
Description : Sets the hour.
setInReplyTo(String) - Method in class com.reticular.agentBuilder.agent.perception.KqmlMessage
Description : Sets the inReplyTo parameter.
setIPAddress(String) - Method in class com.reticular.agentBuilder.agent.perception.AgentInfo
Set the IP address to the input string.
setIPAddress(String) - Method in class com.reticular.agentBuilder.agent.mentalState.Agent
Description : Set the IP address to the input string.
setIsSupported(boolean) - Method in class com.reticular.agentBuilder.agent.perception.RmiCommInfo
Indicates whether this agent will support this comm type.
setIsSupported(boolean) - Method in class com.reticular.agentBuilder.agent.perception.SocketCommInfo
Sets the isSupported field for the agent's commType.
setIsSupported(boolean) - Method in class com.reticular.agentBuilder.agent.perception.ESpeakCommInfo
Sets the isSupported field for the agent's commType.
setIsSupported(boolean) - Method in class com.reticular.agentBuilder.agent.perception.CorbaCommInfo
Sets the isSupported field for the agent's commType.
setKeyPair(KeyPair) - Method in class com.reticular.agentBuilder.agent.perception.AgentInfo
Set the key pair to the input key pair.
setKeyPair(KeyPair) - Method in class com.reticular.agentBuilder.agent.mentalState.Agent
Description : Set the key pair to the input key pair.
setKqmlConverter(String) - Method in class com.reticular.agentBuilder.agent.perception.SocketCommInfo
Description :
setLanguage(String) - Method in class com.reticular.agentBuilder.agent.perception.KqmlMessage
Description : Sets the language field.
setMinutes(int) - Method in class com.reticular.agentBuilder.agent.profile.Time
Description : Sets the minutes.
setMonth(int) - Method in class com.reticular.agentBuilder.agent.profile.Time
Description : Sets the month.
setName(String) - Method in class com.reticular.agentBuilder.agent.perception.AgentInfo
Set the agent name to the input string.
setName(String) - Method in class com.reticular.agentBuilder.agent.mentalState.Agent
Description : Set the agent name to the input string.
setOntology(String) - Method in class com.reticular.agentBuilder.agent.perception.KqmlMessage
Description : Sets the ontology field.
setPerformative(String) - Method in class com.reticular.agentBuilder.agent.perception.KqmlMessage
Description : Set the performative to whichever performative is required.
setPort(int) - Method in class com.reticular.agentBuilder.agent.perception.SocketCommInfo
Sets the rmiregistry port.
setPort(int) - Method in class com.reticular.agentBuilder.agent.perception.ESpeakCommInfo
Sets the E-Speak port.
setPort(int) - Method in class com.reticular.agentBuilder.agent.perception.CorbaCommInfo
Sets the Corba port.
setPrimaryCommInfo(CommInfo) - Method in class com.reticular.agentBuilder.agent.perception.AgentInfo
Sets the primary CommInfo object for this AgentInfo object.
setProtocol(String) - Method in class com.reticular.agentBuilder.agent.perception.KqmlMessage
Description : Sets the protocol field.
setReceiver(String) - Method in class com.reticular.agentBuilder.agent.perception.KqmlMessage
Description : The method to set the sender agent's name.
setReceiverName(String) - Method in class com.reticular.agentBuilder.agent.perception.KqmlMessage
Deprecated. Use setReceiver
setReplyWith(String) - Method in class com.reticular.agentBuilder.agent.perception.KqmlMessage
Description : Sets the reply-with parameter.
setRmiCommInfo(RmiCommInfo) - Method in class com.reticular.agentBuilder.agent.perception.AgentInfo
Convenience routine for the interface.
setRmiRegistryPort(int) - Method in class com.reticular.agentBuilder.agent.perception.RmiCommInfo
Sets the rmiregistry port.
setSeconds(int) - Method in class com.reticular.agentBuilder.agent.profile.Time
Description : Sets the seconds.
setSender(String) - Method in class com.reticular.agentBuilder.agent.perception.KqmlMessage
Description : The method to set the sender agent's name.
setSenderName(String) - Method in class com.reticular.agentBuilder.agent.perception.KqmlMessage
Deprecated. User setSender
setSendError(boolean) - Method in class com.reticular.agentBuilder.agent.perception.KqmlMessage
Sets the sendError flag when this message is undelivered.
setSenderURL(String) - Method in class com.reticular.agentBuilder.agent.perception.KqmlMessage
Description : The method to set the sender's URL.
setSentTime(String) - Method in class com.reticular.agentBuilder.agent.perception.KqmlMessage
Description : Sets the sentTime field.
setSocketCommInfo(SocketCommInfo) - Method in class com.reticular.agentBuilder.agent.perception.AgentInfo
Convenience routine for the interface.
setTo(String) - Method in class com.reticular.agentBuilder.agent.perception.KqmlMessage
Description : Sets the "to" kqml fiedl of a message.
setType(int) - Method in class com.reticular.agentBuilder.agent.profile.Time
Description : Determines the type of time data being stored.
setUserName(String) - Method in class com.reticular.agentBuilder.agent.mentalState.Agent
Description : setter
setYear(int) - Method in class com.reticular.agentBuilder.agent.profile.Time
Description : Sets the year.
SHUTDOWN - Static variable in class com.reticular.agentBuilder.agent.profile.Time
The constants for specifying the type and getting the name.
SHUTDOWN_KEYWORD - Static variable in class com.reticular.agentBuilder.agent.profile.Time
 
SOCKET_COMM_TYPE - Static variable in class com.reticular.agentBuilder.agent.perception.CommInfo
 
SocketCommInfo - class com.reticular.agentBuilder.agent.perception.SocketCommInfo.
The configuration data for setting up a socket based agent.
SocketCommInfo() - Constructor for class com.reticular.agentBuilder.agent.perception.SocketCommInfo
DO NOT USE.
SocketCommInfo(int) - Constructor for class com.reticular.agentBuilder.agent.perception.SocketCommInfo
A full body construct that takes all of the data elements in its constructor.
SocketCommInfo(int, String) - Constructor for class com.reticular.agentBuilder.agent.perception.SocketCommInfo
A full body construct that takes all of the data elements in its constructor.
STARTUP - Static variable in class com.reticular.agentBuilder.agent.profile.Time
 
STARTUP_KEYWORD - Static variable in class com.reticular.agentBuilder.agent.profile.Time
 

T

Time - class com.reticular.agentBuilder.agent.profile.Time.
Description : The time class specifies a date and time.
Time() - Constructor for class com.reticular.agentBuilder.agent.profile.Time
Description : Constructs a time object and initialies the date and time.
Time(int) - Constructor for class com.reticular.agentBuilder.agent.profile.Time
Description : Constructs a time object and initialies the date and time.
Time(int, int, int, int, int, int) - Constructor for class com.reticular.agentBuilder.agent.profile.Time
Description : Constructs a Time object with the specified date and time.
toBNFString() - Method in class com.reticular.agentBuilder.agent.perception.AgentInfo
Makes a string from the name, address, and all comm-infos for the agent.
toBNFString() - Method in class com.reticular.agentBuilder.agent.perception.RmiCommInfo
Encodes the RmiCommInfo object in a BNF compatible way.
toBNFString() - Method in class com.reticular.agentBuilder.agent.perception.SocketCommInfo
Encodes the SocketCommInfo object in a BNF compatible way.
toBNFString() - Method in class com.reticular.agentBuilder.agent.perception.ESpeakCommInfo
Encodes the ESpeakCommInfo object in a BNF compatible way.
toBNFString() - Method in class com.reticular.agentBuilder.agent.perception.CorbaCommInfo
Encodes the CorbaCommInfo object in a BNF compatible way.
toBNFString() - Method in class com.reticular.agentBuilder.agent.mentalState.Agent
Description :
toBNFString() - Method in class com.reticular.agentBuilder.agent.profile.Time

Description : This prints the contents to a RADL BNF grammar based string.
toBNFString() - Method in class com.reticular.agentBuilder.agent.perception.CommInfo
Encodes the CommInfo object in a BNF compatible way.
toString() - Method in class com.reticular.agentBuilder.agent.perception.AgentInfo
Returns a string representation of this object.
toString() - Method in class com.reticular.agentBuilder.agent.perception.KqmlMessage
Description : Return a string representation of this KQML message.
toString() - Method in class com.reticular.agentBuilder.agent.mentalState.Agent
Description :
toString() - Method in class com.reticular.agentBuilder.agent.profile.Time
Description : Defines the string representation of the Time object.

U

USER_DEFINED - Static variable in class com.reticular.agentBuilder.agent.profile.Time
 
USER_DEFINED_KEYWORD - Static variable in class com.reticular.agentBuilder.agent.profile.Time
 

_

_content - Variable in class com.reticular.agentBuilder.agent.perception.KqmlMessage
A reference to the content.
_contentType - Variable in class com.reticular.agentBuilder.agent.perception.KqmlMessage
The java.lang.Class object representing the content object class.
_contentTypeName - Variable in class com.reticular.agentBuilder.agent.perception.KqmlMessage
The fully qualified name of the the content type.
_from - Variable in class com.reticular.agentBuilder.agent.perception.KqmlMessage
When forwarding is used the from and to fields contain the important source and destination information.
_inReplyTo - Variable in class com.reticular.agentBuilder.agent.perception.KqmlMessage
The string that is used in conjunction with the replyWith parameter.
_language - Variable in class com.reticular.agentBuilder.agent.perception.KqmlMessage
The language field.
_ontology - Variable in class com.reticular.agentBuilder.agent.perception.KqmlMessage
The ontology field.
_performative - Variable in class com.reticular.agentBuilder.agent.perception.KqmlMessage
The performative.
_protocol - Variable in class com.reticular.agentBuilder.agent.perception.KqmlMessage
The protocol being used with this message.
_receiver - Variable in class com.reticular.agentBuilder.agent.perception.KqmlMessage
The agent name for the message receiver.
_replyWith - Variable in class com.reticular.agentBuilder.agent.perception.KqmlMessage
The string that needs to be used in the reply.
_sender - Variable in class com.reticular.agentBuilder.agent.perception.KqmlMessage
The agent name for the message sender.
_senderURL - Variable in class com.reticular.agentBuilder.agent.perception.KqmlMessage
The agent URL for the sending agent.
_sentTime - Variable in class com.reticular.agentBuilder.agent.perception.KqmlMessage
The time at which the message was sent.
_to - Variable in class com.reticular.agentBuilder.agent.perception.KqmlMessage
 

A B C D E F G K P R S T U _