All Packages Class Hierarchy
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
Index of all Fields and Methods
- add(Object).
Method in class sics.agentbase.html.HtmlContent
- Adds a content to the HTML that this object represents.
- add_escapes(String).
Method in class sics.agentbase.clsyntaxlite.ParseException
- Used to convert raw characters to their escaped version
when these raw version cannot be used as part of an ASCII
string literal.
- addBodyParameter(String, String).
Method in class sics.agentbase.html.HtmlPage
- Adds a new parameter to the body tag of this HTML page.
- addCentered(Object).
Method in class sics.agentbase.html.HtmlContent
- Adds a centered content to the HTML that this object represents.
- addConcept(MIFConcept).
Static method in class sics.agentbase.mif.MIFFactory
- Adds the specified concept to this factory.
- addContentHandler(String, ContentHandler).
Static method in class sics.agentbase.core.CentralFactory
- Adds a content handler for the specified type.
- addDateResponseHeader(String, long).
Method in class sics.agentbase.http.HttpMessage
-
Adds a field to the response header with a given name and
date-valued field.
- addDeclaration(MIFDeclaration).
Static method in class sics.agentbase.mif.MIFFactory
-
- addEscapes(String).
Static method in class sics.agentbase.clsyntaxlite.TokenMgrError
- Replaces unprintable characters by their espaced (or unicode escaped)
equivalents in the given string
- addHeader(int, String).
Method in class sics.agentbase.html.HtmlContent
- Adds a header to the HTML code that this object represents.
- addIntResponseHeader(String, int).
Method in class sics.agentbase.http.HttpMessage
-
Adds a field to the response header with a given name and
integer value.
- addLink(String, String).
Method in class sics.agentbase.html.HtmlContent
- Adds a link to the HTML code that this object represents.
- addMessage(Message).
Static method in class sics.agentbase.core.CentralFactory
- Delivers a message to a message listener.
- addMessageListener(String, MessageListener).
Static method in class sics.agentbase.core.CentralFactory
- Adds a message listener with the specified name.
- addMessageListener(String, MessageListener).
Method in class sics.agentbase.core.MessageDispatcher
- Adds a message listener with the specified name.
- addPropertyChangeListener(PropertyChangeListener).
Static method in class sics.agentbase.mif.MIFFactory
- Adds a property change listener that will be notified each time
the MIFFactory state changes.
- addProtocolHandler(String, ProtocolHandler).
Static method in class sics.agentbase.core.CentralFactory
- Adds a protocol handler for the specified protocol.
- addResponseHeader(String, String).
Method in class sics.agentbase.http.HttpMessage
-
Adds a field to the header with a given name and
value.
- addResponseHeaderLine(String).
Method in class sics.agentbase.http.HttpMessage
-
Adds a field line to the header with the given
value.
- addURLStreamHandler(String, URLStreamHandler).
Static method in class sics.agentbase.core.CentralFactory
- Adds a URLStreamHandler for the specified protocol.
- addValue(MIFValue).
Method in class sics.agentbase.mif.MIFComposite
- Adds a MIF value to the composite value.
- addValue(Object[]).
Method in class sics.agentbase.mif.MIFComposite
- Adds several MIF values to the composite value,
by passing them in an array.
- addValue(String).
Method in class sics.agentbase.mif.MIFComposite
- Adds a String value to the composite value.
- adjustBeginLineColumn(int, int).
Method in class sics.agentbase.clsyntaxlite.ASCII_CharStream
- Method to adjust line and column numbers for the start of a token.
- AgentMessage().
Constructor for class sics.agentbase.core.AgentMessage
- Constructs an empty Agent Message.
- ASCII_CharStream(InputStream, int, int).
Constructor for class sics.agentbase.clsyntaxlite.ASCII_CharStream
-
- ASCII_CharStream(InputStream, int, int, int).
Constructor for class sics.agentbase.clsyntaxlite.ASCII_CharStream
-
- ASTSNode(int).
Constructor for class sics.agentbase.clsyntaxlite.ASTSNode
-
- ASTStart(clsyntaxlite, int).
Constructor for class sics.agentbase.clsyntaxlite.ASTStart
-
- ASTStart(int).
Constructor for class sics.agentbase.clsyntaxlite.ASTStart
-
- ATOM.
Static variable in class sics.agentbase.clsyntaxlite.ASTSNode
-
- ATOM.
Static variable in interface sics.agentbase.clsyntaxlite.clsyntaxliteConstants
-
- Atom().
Method in class sics.agentbase.clsyntaxlite.clsyntaxlite
-
- BACKQUOTE.
Static variable in class sics.agentbase.clsyntaxlite.ASTSNode
-
- Backquote().
Method in class sics.agentbase.clsyntaxlite.clsyntaxlite
-
- backup(int).
Method in class sics.agentbase.clsyntaxlite.ASCII_CharStream
-
- base64Decode(InputStream).
Static method in class sics.agentbase.http.HttpUtils
- Decodes a Base64 from the specified input stream.
- base64Decode(String).
Static method in class sics.agentbase.http.HttpUtils
- Decodes a Base64 encoded String.
- BasicClassLoader().
Constructor for class sics.agentbase.core.BasicClassLoader
-
- beginColumn.
Variable in class sics.agentbase.clsyntaxlite.Token
- beginLine and beginColumn describe the position of the first character
of this token; endLine and endColumn describe the position of the
last character of this token.
- beginLine.
Variable in class sics.agentbase.clsyntaxlite.Token
- beginLine and beginColumn describe the position of the first character
of this token; endLine and endColumn describe the position of the
last character of this token.
- BeginToken().
Method in class sics.agentbase.clsyntaxlite.ASCII_CharStream
-
- body.
Variable in class sics.agentbase.html.HtmlContent
-
- bufpos.
Variable in class sics.agentbase.clsyntaxlite.ASCII_CharStream
-
- BYTES_TO_READ.
Static variable in interface sics.agentbase.clsyntaxlite.clsyntaxliteConstants
-
- CentralFactory().
Constructor for class sics.agentbase.core.CentralFactory
-
- CHARACTER.
Static variable in interface sics.agentbase.clsyntaxlite.clsyntaxliteConstants
-
- children.
Variable in class sics.agentbase.clsyntaxlite.SimpleNode
-
- clear().
Method in class sics.agentbase.html.HtmlContent
- Removes all the HTML content.
- clear().
Method in class sics.agentbase.mif.MIFComposite
- Removes all values.
- clearAttribute(String).
Method in class sics.agentbase.mif.MIFInstance
-
- clone().
Method in class sics.agentbase.mif.MIFInstance
-
- clone().
Method in class sics.agentbase.mif.MIFInterval
-
- clone().
Method in class sics.agentbase.mif.MIFList
-
- clone().
Method in class sics.agentbase.mif.MIFOr
-
- clone().
Method in class sics.agentbase.mif.MIFSet
-
- clone().
Method in class sics.agentbase.mif.MIFString
-
- clone().
Method in class sics.agentbase.mif.MIFValue
-
- close().
Method in class sics.agentbase.http.HttpMessage
-
- clrElementAt(int, int).
Method in class sics.agentbase.html.HtmlTable
- Removes the element at the specified position in this table.
- clsyntaxlite(clsyntaxliteTokenManager).
Constructor for class sics.agentbase.clsyntaxlite.clsyntaxlite
-
- clsyntaxlite(InputStream).
Constructor for class sics.agentbase.clsyntaxlite.clsyntaxlite
-
- clsyntaxliteTokenManager(ASCII_CharStream).
Constructor for class sics.agentbase.clsyntaxlite.clsyntaxliteTokenManager
-
- clsyntaxliteTokenManager(ASCII_CharStream, int).
Constructor for class sics.agentbase.clsyntaxlite.clsyntaxliteTokenManager
-
- COMMA.
Static variable in class sics.agentbase.clsyntaxlite.ASTSNode
-
- Comma().
Method in class sics.agentbase.clsyntaxlite.clsyntaxlite
-
- connect().
Method in class sics.agentbase.map.mapURLConnection
-
- connect().
Method in class sics.agentbase.net.StreamURLConnection
-
- connect().
Method in class sics.agentbase.net.StringURLConnection
-
- connect(String, String, int, String).
Method in class sics.agentbase.sap.SapConnection
- Makes a synchroniouze connection to a Java agent/program.
- createContentHandler(String).
Method in class sics.agentbase.core.CentralFactory
- Creates a new content handler for the specified content type.
- createProtocolHandler(String).
Static method in class sics.agentbase.core.CentralFactory
- Creates a new protocol handler for the specified protocol.
- createURLStreamHandler(String).
Method in class sics.agentbase.core.CentralFactory
- Creates a new URLStreamHandler for the specified protocol.
- curChar.
Variable in class sics.agentbase.clsyntaxlite.clsyntaxliteTokenManager
-
- currentToken.
Variable in class sics.agentbase.clsyntaxlite.ParseException
- This is the last token that has been consumed successfully.
- DATE.
Static variable in class sics.agentbase.mif.MIFType
-
- dateMIF.
Static variable in class sics.agentbase.mif.MIFType
-
- DEBUG.
Static variable in class sics.agentbase.core.Logger
- The DEBUG log level enables all logging.
- debug(String, String).
Static method in class sics.agentbase.core.Logger
- Outputs a level 1 log message.
- debug(String, String, Object).
Static method in class sics.agentbase.core.Logger
- Outputs a level 1 log message.
- DECIMAL_LITERAL.
Static variable in interface sics.agentbase.clsyntaxlite.clsyntaxliteConstants
-
- DEFAULT.
Static variable in interface sics.agentbase.clsyntaxlite.clsyntaxliteConstants
-
- deliverMessage(Message).
Method in class sics.agentbase.net.InternetServer
- Delivers a message.
- deliverMessage(Message).
Method in class sics.agentbase.core.MessageDispatcher
- Delivers a message to a message listener.
- destuffString(String).
Static method in class sics.agentbase.clsyntaxlite.clsyntaxlite
-
- DIGIT.
Static variable in interface sics.agentbase.clsyntaxlite.clsyntaxliteConstants
-
- disable_tracing().
Method in class sics.agentbase.clsyntaxlite.clsyntaxlite
-
- disconnect().
Method in class sics.agentbase.sap.SapConnection
- Disconnect from an open connection.
- Done().
Method in class sics.agentbase.clsyntaxlite.ASCII_CharStream
-
- dump(String).
Method in class sics.agentbase.clsyntaxlite.SimpleNode
-
- dumpChildren().
Method in class sics.agentbase.clsyntaxlite.ASTSNode
-
- enable_tracing().
Method in class sics.agentbase.clsyntaxlite.clsyntaxlite
-
- encodeCgiData(Hashtable).
Static method in class sics.agentbase.http.HttpUtils
- URLEncodes a hashtable of key-value pairs.
- END_OF_STRING.
Static variable in interface sics.agentbase.clsyntaxlite.clsyntaxliteConstants
-
- endColumn.
Variable in class sics.agentbase.clsyntaxlite.Token
- beginLine and beginColumn describe the position of the first character
of this token; endLine and endColumn describe the position of the
last character of this token.
- endLine.
Variable in class sics.agentbase.clsyntaxlite.Token
- beginLine and beginColumn describe the position of the first character
of this token; endLine and endColumn describe the position of the
last character of this token.
- EOF.
Static variable in interface sics.agentbase.clsyntaxlite.clsyntaxliteConstants
-
- eol.
Variable in class sics.agentbase.clsyntaxlite.ParseException
- The end of line string for this machine.
- equals(MIFConcept).
Method in class sics.agentbase.mif.MIFConcept
-
- equals(Object).
Method in class sics.agentbase.mif.MIFNumeric
-
- equals(Object).
Method in class sics.agentbase.mif.MIFString
-
- err(String, String).
Static method in class sics.agentbase.core.Logger
- Outputs a level 3 log message.
- err(String, String, Object).
Static method in class sics.agentbase.core.Logger
- Outputs a level 3 log message.
- error(int).
Method in class sics.agentbase.http.HttpMessage
-
- error(int).
Method in class sics.agentbase.core.Message
-
- ERRORS.
Static variable in class sics.agentbase.core.Logger
- The ERRORS log level enables only error logging.
- expectedTokenSequences.
Variable in class sics.agentbase.clsyntaxlite.ParseException
- Each entry in this array is an array of integers.
- EXPRESSION.
Static variable in class sics.agentbase.clsyntaxlite.ASTSNode
-
- fields.
Variable in class sics.agentbase.core.AgentMessage
- Table containing all valid field names as Strings.
- filterHttpHeader(String, String).
Method in interface sics.agentbase.http.HttpProxyFilter
-
- finalize().
Method in class sics.agentbase.http.HttpAdapter
- Finalizes this HttpAdapter by removing it as message listener.
- finalize().
Method in class sics.agentbase.http.HttpMessage
-
- finalize().
Method in class sics.agentbase.sap.SapConnection
-
- firePropertyChange().
Static method in class sics.agentbase.mif.MIFFactory
- Notifies all property change listeners that the state has changed.
- FLOAT.
Static variable in class sics.agentbase.clsyntaxlite.ASTSNode
-
- FLOAT.
Static variable in class sics.agentbase.mif.MIFType
-
- Float().
Method in class sics.agentbase.clsyntaxlite.clsyntaxlite
-
- FLOAT_LITERAL.
Static variable in interface sics.agentbase.clsyntaxlite.clsyntaxliteConstants
-
- floatMIF.
Static variable in class sics.agentbase.mif.MIFType
-
- floatValue().
Method in class sics.agentbase.mif.MIFDate
-
- floatValue().
Method in class sics.agentbase.mif.MIFFloat
-
- floatValue().
Method in class sics.agentbase.mif.MIFInteger
-
- floatValue().
Method in class sics.agentbase.mif.MIFNumeric
-
- generatePage().
Method in class sics.agentbase.http.HttpAdapter
- Generates the content of a HTTP response (a web-page).
- generateParseException().
Method in class sics.agentbase.clsyntaxlite.clsyntaxlite
-
- getAttribute(String).
Method in class sics.agentbase.mif.MIFDeclaration
-
- getAttribute(String).
Method in class sics.agentbase.mif.MIFInstance
-
- getAttributes().
Method in class sics.agentbase.mif.MIFConcept
- Returns an enumeration of all attribute names.
- getAuthor().
Method in class sics.agentbase.html.HtmlPage
- Returns the author of this HTML page.
- getAuthType().
Method in class sics.agentbase.http.HttpMessage
- Returns the authentication scheme of the request, or null if none.
- getBackground().
Method in class sics.agentbase.html.HtmlPage
- Returns the current background image.
- getBasicType().
Method in class sics.agentbase.mif.MIFType
-
- getBasicType().
Method in class sics.agentbase.mif.MIFValue
-
- getBeginColumn().
Method in class sics.agentbase.clsyntaxlite.ASCII_CharStream
-
- getBeginLine().
Method in class sics.agentbase.clsyntaxlite.ASCII_CharStream
-
- getBgColor().
Method in class sics.agentbase.html.HtmlPage
- Returns the current background color.
- getColumn().
Method in class sics.agentbase.clsyntaxlite.ASCII_CharStream
-
- getComplexity().
Method in class sics.agentbase.mif.MIFComposite
- Returns the complexity of the composite value.
- getComplexity().
Method in class sics.agentbase.mif.MIFInstance
-
- getComplexity().
Method in class sics.agentbase.mif.MIFInterval
-
- getComplexity().
Method in class sics.agentbase.mif.MIFNumeric
-
- getComplexity().
Method in class sics.agentbase.mif.MIFOr
-
- getComplexity().
Method in class sics.agentbase.mif.MIFString
-
- getComplexity().
Method in class sics.agentbase.mif.MIFValue
-
- getConcept().
Method in class sics.agentbase.mif.MIFInstance
-
- getConcept(String).
Static method in class sics.agentbase.mif.MIFFactory
- Returns the specified concept.
- getConcept(URL).
Static method in class sics.agentbase.mif.MIFFactory
- Returns the specified concept.
- getConcepts().
Static method in class sics.agentbase.mif.MIFFactory
- Returns an enumeration of all concepts.
- getContent().
Method in class sics.agentbase.http.HttpMessage
- Returns an input stream for reading the body.
- getContent().
Method in class sics.agentbase.kqml.KQMLMessage
- Returns the parsed content of this message.
- getContent().
Method in class sics.agentbase.mil.MILMessage
- Returns the parsed content of this message.
- getContent(URLConnection).
Method in class sics.agentbase.kqml.KQMLContentHandler
- Reads and parses a KQML message from the specified connection.
- getContent(URLConnection).
Method in class sics.agentbase.mif.MIFContentHandler
-
- getContent(URLConnection).
Method in class sics.agentbase.mil.MILContentHandler
- Reads and parses a MIL message from the specified connection.
- getContentLanguage().
Method in class sics.agentbase.kqml.KQMLMessage
- Returns the content language for this message.
- getContentLanguage().
Method in class sics.agentbase.mil.MILMessage
- Returns the content language for this message.
- getContentLength().
Method in class sics.agentbase.http.HttpMessage
- Returns the size of the request entity data, or -1 if not known.
- getContentLength().
Method in class sics.agentbase.net.StreamURLConnection
-
- getContentType().
Method in class sics.agentbase.http.HttpMessage
- Returns the Internet Media Type of the request entity data, or
null if not known.
- getContentType().
Method in class sics.agentbase.net.StreamURLConnection
-
- getContentType().
Method in class sics.agentbase.net.StringURLConnection
-
- getContractRef().
Static method in class sics.agentbase.mif.MIFFactory
-
Returns the name of the root contract
- getData().
Method in class sics.agentbase.net.StringURLConnection
-
- getDate().
Method in class sics.agentbase.mif.MIFDate
-
- getDateHeader(String).
Method in class sics.agentbase.http.HttpMessage
- Returns the value of a date header field, or -1 if not found.
- getDeclaration(String).
Static method in class sics.agentbase.mif.MIFFactory
-
- getDefaultMessageDispatcher().
Static method in class sics.agentbase.core.MessageDispatcher
- Returns the default MessageDispatcher.
- getDescendants().
Method in class sics.agentbase.mif.MIFConcept
- Returns an enumeration of all descendants to this concept.
- getEndColumn().
Method in class sics.agentbase.clsyntaxlite.ASCII_CharStream
-
- getEndLine().
Method in class sics.agentbase.clsyntaxlite.ASCII_CharStream
-
- getHeader(String).
Method in class sics.agentbase.http.HttpMessage
- Returns the value of a header field, or null if not known.
- getHeaderNames().
Method in class sics.agentbase.http.HttpMessage
- Returns an enumeration of strings representing the header names
for this request.
- getHost().
Method in class sics.agentbase.net.InternetServer
-
- GetImage().
Method in class sics.agentbase.clsyntaxlite.ASCII_CharStream
-
- getInputStream().
Method in class sics.agentbase.net.StreamURLConnection
-
- getInputStream().
Method in class sics.agentbase.net.StringURLConnection
-
- getInReplyTo().
Method in class sics.agentbase.kqml.KQMLMessage
- Returns the id to which this message is a reply.
- getInReplyTo().
Method in class sics.agentbase.mil.MILMessage
- Returns the id to which this message is a reply.
- getIntHeader(String).
Method in class sics.agentbase.http.HttpMessage
- Returns the value of an integer header field, or -1 if not found.
- getLine().
Method in class sics.agentbase.clsyntaxlite.ASCII_CharStream
-
- getLocalReceiver().
Method in class sics.agentbase.kqml.KQMLMessage
- Returns the local receiver of this message (the name of the object
to deliver this message to).
- getLocalReceiver().
Method in class sics.agentbase.core.Message
-
- getLocalReceiver().
Method in class sics.agentbase.mil.MILMessage
- Returns the local receiver of this message (the name of the object
to deliver this message to).
- getLower().
Method in class sics.agentbase.mif.MIFInterval
-
- getLowerAsFloat().
Method in class sics.agentbase.mif.MIFInterval
-
- getLowerAsInt().
Method in class sics.agentbase.mif.MIFInterval
-
- getMessage().
Method in class sics.agentbase.clsyntaxlite.ParseException
- This method has the standard behavior when this object has been
created using the standard constructors.
- getMessage().
Method in class sics.agentbase.clsyntaxlite.TokenMgrError
- You can also modify the body of this method to customize your error messages.
- getMessageDispatcher().
Method in class sics.agentbase.net.InternetServer
- Returns the active message dispatcher.
- getMessageField(String).
Method in class sics.agentbase.core.AgentMessage
- Returns the specified message field.
- getMessageListener(String).
Method in class sics.agentbase.core.MessageDispatcher
- Returns the message listener with the specified name.
- getMessageType().
Method in class sics.agentbase.core.AgentMessage
- Returns the message type.
- getMethod().
Method in class sics.agentbase.http.HttpAdapter
- Returns the HTTP request's method.
- getMethod().
Method in class sics.agentbase.http.HttpMessage
- Returns the method with which the request was made.
- getName().
Method in class sics.agentbase.http.HttpAdapter
- Returns the name of the http adapter.
- getName().
Method in class sics.agentbase.net.InternetServer
-
- getNextToken().
Method in class sics.agentbase.clsyntaxlite.clsyntaxlite
-
- getNextToken().
Method in class sics.agentbase.clsyntaxlite.clsyntaxliteTokenManager
-
- getNumericType().
Method in class sics.agentbase.mif.MIFNumeric
-
- getOntology().
Method in class sics.agentbase.kqml.KQMLMessage
- Returns the ontology of this message.
- getOutputStream().
Method in class sics.agentbase.http.HttpMessage
- Returns an output stream for writing response data.
- getOutputStream().
Method in class sics.agentbase.map.mapURLConnection
-
- getOwner().
Method in class sics.agentbase.sap.Sap
-
- getPathInfo().
Method in class sics.agentbase.http.HttpAdapter
- Gets the Path of the HTTP request.
- getPathInfo().
Method in class sics.agentbase.http.HttpMessage
- Returns optional extra path information following the agent
path, but immediately preceding the query string.
- getPattern(int, int).
Method in class sics.agentbase.html.HtmlTable
-
- getPort().
Method in class sics.agentbase.net.InternetServer
-
- getPostData().
Method in class sics.agentbase.http.HttpAdapter
- Gets the posted data (cgi information) of the HTTP request.
- getPostData().
Method in class sics.agentbase.http.HttpMessage
- Returns the parsed POST data (CGI) from the HTTP request.
- getProperty(String).
Static method in class sics.agentbase.core.CentralFactory
- Returns the value of the specified property.
- getProtocol().
Method in class sics.agentbase.http.HttpMessage
- Returns the protocol and version of the request as a string of
the form
<protocol>/<major version>.<minor
version>.
- getProtocolHandlers().
Static method in class sics.agentbase.core.CentralFactory
- Returns an enumeration of all registered protocol handlers.
- getQuery().
Method in class sics.agentbase.http.HttpMessage
- Returns the query part of the servlet URI, or
null if none.
- getQueryData().
Method in class sics.agentbase.http.HttpAdapter
- Gets the query data (cgi information) of the HTTP request.
- getQueryData().
Method in class sics.agentbase.http.HttpMessage
- Returns the parsed query data (CGI) from the HTTP request.
- getReceiver().
Method in class sics.agentbase.kqml.KQMLMessage
- Returns the receiver of this message.
- getReceiver().
Method in class sics.agentbase.mil.MILMessage
- Returns the receiver of this message.
- getRemoteHost().
Method in class sics.agentbase.http.HttpAdapter
- Returns the HTTP request's remote host.
- getRemoteHost().
Method in class sics.agentbase.http.HttpMessage
- Returns the fully qualified host name of the agent that sent the
request.
- getRemoteUser().
Method in class sics.agentbase.http.HttpMessage
- Returns the name of the user making this request, or null if not
known.
- getReplyWith().
Method in class sics.agentbase.kqml.KQMLMessage
- Returns the id to be used when replying to this message.
- getReplyWith().
Method in class sics.agentbase.mil.MILMessage
- Returns the id to be used when replying to this message.
- getRequestURI().
Method in class sics.agentbase.http.HttpMessage
- Returns the request URI as a URL object.
- getSapConnection().
Method in class sics.agentbase.sap.Sap
-
- getScheme().
Method in class sics.agentbase.http.httpServer
- Returns the scheme of this protocol (= "http").
- getScheme().
Method in class sics.agentbase.map.mapServer
-
- getScheme().
Method in interface sics.agentbase.core.ProtocolHandler
-
- getSender().
Method in class sics.agentbase.kqml.KQMLMessage
- Returns the sender of this message.
- getSender().
Method in class sics.agentbase.mil.MILMessage
- Returns the sender of this message.
- GetSuffix(int).
Method in class sics.agentbase.clsyntaxlite.ASCII_CharStream
-
- getTitle().
Method in class sics.agentbase.html.HtmlPage
- Returns the current title of this HTML page.
- getToken(int).
Method in class sics.agentbase.clsyntaxlite.clsyntaxlite
-
- getType().
Method in class sics.agentbase.clsyntaxlite.ASTSNode
-
- getType().
Method in class sics.agentbase.mif.MIFDate
-
- getType().
Method in class sics.agentbase.mif.MIFFloat
-
- getType().
Method in class sics.agentbase.mif.MIFInstance
-
- getType().
Method in class sics.agentbase.mif.MIFInteger
-
- getType().
Method in class sics.agentbase.mif.MIFInterval
-
- getType().
Method in class sics.agentbase.mif.MIFList
-
- getType().
Method in class sics.agentbase.mif.MIFOr
-
- getType().
Method in class sics.agentbase.mif.MIFSet
-
- getType().
Method in class sics.agentbase.mif.MIFString
-
- getType().
Method in class sics.agentbase.mif.MIFType
-
- getType().
Method in class sics.agentbase.mif.MIFValue
-
- getType(String).
Method in class sics.agentbase.mif.MIFConcept
- Returns the type for the specified attribute.
- getTypeString(int).
Method in class sics.agentbase.clsyntaxlite.ASTSNode
-
- getUpper().
Method in class sics.agentbase.mif.MIFInterval
-
- getUpperAsFloat().
Method in class sics.agentbase.mif.MIFInterval
-
- getUpperAsInt().
Method in class sics.agentbase.mif.MIFInterval
-
- getURL().
Method in class sics.agentbase.mif.MIFConcept
- Returns the concept name as a URL referring to the concept definition.
- getURL(String).
Method in class sics.agentbase.http.httpServer
- Returns the full HTTP URL of a local path (object name).
- getURL(String).
Method in class sics.agentbase.map.mapServer
-
- getURL(String).
Method in interface sics.agentbase.core.ProtocolHandler
-
- getURLRef().
Method in class sics.agentbase.mif.MIFConcept
- Returns the concept name as a URL referring to the concept definition.
- getValue().
Method in class sics.agentbase.clsyntaxlite.ASTSNode
-
- getValue().
Method in class sics.agentbase.mif.MIFType
-
- getVersion().
Method in class sics.agentbase.sap.Sap
-
- handleConnection(Socket).
Method in class sics.agentbase.http.httpProxyServer
- Handles a HTTP connection.
- handleConnection(Socket).
Method in class sics.agentbase.http.httpServer
- Handles a HTTP connection.
- handleConnection(Socket).
Method in class sics.agentbase.net.InternetServer
- handleConnection(Socket connection)
- handleConnection(Socket).
Method in class sics.agentbase.map.mapServer
- handleConnection(Socket connection)
- handleConnection(Socket).
Method in class sics.agentbase.sap.sapServer
- handleConnection(Socket connection)
- HtmlContent().
Constructor for class sics.agentbase.html.HtmlContent
-
- HtmlPage(String).
Constructor for class sics.agentbase.html.HtmlPage
- Creates a HtmlPage object with the specified title.
- HtmlTable(int, int).
Constructor for class sics.agentbase.html.HtmlTable
- Creates a HtmlTable with the specified size.
- HtmlTable(Object[][]).
Constructor for class sics.agentbase.html.HtmlTable
- Creates a HtmlTable with the specified size and values.
- HttpAdapter().
Constructor for class sics.agentbase.http.HttpAdapter
- Creates a HttpAdapter without registering itself as a message listener.
- HttpAdapter(String).
Constructor for class sics.agentbase.http.HttpAdapter
- Creates a HttpAdapter and register itself as a message listener
with the specified name.
- HttpAdapter(String, MessageDispatcher).
Constructor for class sics.agentbase.http.HttpAdapter
- Creates a HttpAdapter and register itself as a message listener
with the specified name at the specified message dispatcher.
- HttpFileServer().
Constructor for class sics.agentbase.http.HttpFileServer
- Creates a HttpFileServer reading from "root" and
serving them to the HTTP-request path "file".
- HttpFileServer(String).
Constructor for class sics.agentbase.http.HttpFileServer
- Creates a HttpFileServer reading from "root" and
serving them to the specified HTTP-request path.
- HttpFileServer(String, String).
Constructor for class sics.agentbase.http.HttpFileServer
- Creates a HttpFileServer reading from a specified Path and
serving them to the specified HTTP-request path.
- HttpMessage(Socket).
Constructor for class sics.agentbase.http.HttpMessage
- Creates a HttpMessage by reading from a socket connection.
- httpProxyServer().
Constructor for class sics.agentbase.http.httpProxyServer
- Starts up a HTTP server on any available port.
- httpProxyServer(int).
Constructor for class sics.agentbase.http.httpProxyServer
- Starts up a HTTP server on a specified port.
- httpProxyServer(String, int).
Constructor for class sics.agentbase.http.httpProxyServer
- Starts up a HTTP server on a specified port and host.
- httpServer().
Constructor for class sics.agentbase.http.httpServer
- Starts up a HTTP server on the default port.
- httpServer(boolean).
Constructor for class sics.agentbase.http.httpServer
- Starts up a HTTP server on any available port and registers as a
protocol handler if the register flag is true.
- httpServer(int).
Constructor for class sics.agentbase.http.httpServer
- Starts up a HTTP server on a specified port.
- httpServer(int, boolean).
Constructor for class sics.agentbase.http.httpServer
- Starts up a HTTP server on a specified port and registers as a
protocol handler if the register flag is true.
- httpServer(String, int).
Constructor for class sics.agentbase.http.httpServer
- Starts up a HTTP server on a specified port and host.
- httpServer(String, int, boolean).
Constructor for class sics.agentbase.http.httpServer
- Starts up a HTTP server on a specified port and registers as a
protocol handler if the register flag is true.
- HttpUtils().
Constructor for class sics.agentbase.http.HttpUtils
-
- id.
Variable in class sics.agentbase.clsyntaxlite.SimpleNode
-
- image.
Variable in class sics.agentbase.clsyntaxlite.Token
- The string image of the token.
- IN_STRING.
Static variable in interface sics.agentbase.clsyntaxlite.clsyntaxliteConstants
-
- INF.
Static variable in class sics.agentbase.mif.MIFNumeric
-
- insertValueAt(MIFValue, int).
Method in class sics.agentbase.mif.MIFComposite
- Inserts a value at the specified position.
- INSTANCE.
Static variable in class sics.agentbase.mif.MIFType
-
- INTEGER.
Static variable in class sics.agentbase.clsyntaxlite.ASTSNode
-
- INTEGER.
Static variable in class sics.agentbase.mif.MIFType
-
- Integer().
Method in class sics.agentbase.clsyntaxlite.clsyntaxlite
-
- INTEGER_LITERAL.
Static variable in interface sics.agentbase.clsyntaxlite.clsyntaxliteConstants
-
- integerMIF.
Static variable in class sics.agentbase.mif.MIFType
-
- InternetServer(String, int).
Constructor for class sics.agentbase.net.InternetServer
- Creates a new server with the specified name that listens on the
specified port.
- InternetServer(String, String, int).
Constructor for class sics.agentbase.net.InternetServer
- Creates a new server with the specified name that listens on the
specified port.
- intersect(MIFValue).
Method in class sics.agentbase.mif.MIFInstance
-
- intersect(MIFValue).
Method in class sics.agentbase.mif.MIFInterval
-
- intersect(MIFValue).
Method in class sics.agentbase.mif.MIFList
-
- intersect(MIFValue).
Method in class sics.agentbase.mif.MIFOr
-
- intersect(MIFValue).
Method in class sics.agentbase.mif.MIFSet
- Basic intersection between simple types (must be overridden in
more complex types)
- intersect(MIFValue).
Method in class sics.agentbase.mif.MIFValue
- Basic intersection between simple types (must be overridden in
more complex types)
- INTERVAL.
Static variable in class sics.agentbase.mif.MIFType
-
- intValue().
Method in class sics.agentbase.mif.MIFDate
-
- intValue().
Method in class sics.agentbase.mif.MIFFloat
-
- intValue().
Method in class sics.agentbase.mif.MIFInteger
-
- intValue().
Method in class sics.agentbase.mif.MIFNumeric
-
- isConnected().
Method in class sics.agentbase.sap.SapConnection
- Tests if we have an open connection.
- isMember(MIFValue).
Method in class sics.agentbase.mif.MIFComposite
- Returns true if the specified value is a member in the composite value.
- isOrAncestor(MIFConcept).
Method in class sics.agentbase.mif.MIFConcept
- Returns true if the specified concept is the same or an ancestor to
this concept.
- jj_nt.
Variable in class sics.agentbase.clsyntaxlite.clsyntaxlite
-
- jjnewLexState.
Static variable in class sics.agentbase.clsyntaxlite.clsyntaxliteTokenManager
-
- jjstrLiteralImages.
Static variable in class sics.agentbase.clsyntaxlite.clsyntaxliteTokenManager
-
- jjtAddChild(Node, int).
Method in interface sics.agentbase.clsyntaxlite.Node
- This method tells the node to add its argument to the node's
list of children.
- jjtAddChild(Node, int).
Method in class sics.agentbase.clsyntaxlite.SimpleNode
-
- jjtClose().
Method in interface sics.agentbase.clsyntaxlite.Node
- This method is called after all the child nodes have been
added.
- jjtClose().
Method in class sics.agentbase.clsyntaxlite.SimpleNode
-
- jjtCreate(clsyntaxlite, int).
Static method in class sics.agentbase.clsyntaxlite.SimpleNode
-
- jjtCreate(int).
Static method in class sics.agentbase.clsyntaxlite.SimpleNode
-
- jjtGetChild(int).
Method in interface sics.agentbase.clsyntaxlite.Node
- This method returns a child node.
- jjtGetChild(int).
Method in class sics.agentbase.clsyntaxlite.SimpleNode
-
- jjtGetNumChildren().
Method in interface sics.agentbase.clsyntaxlite.Node
- Return the number of children the node has.
- jjtGetNumChildren().
Method in class sics.agentbase.clsyntaxlite.SimpleNode
-
- jjtGetParent().
Method in interface sics.agentbase.clsyntaxlite.Node
-
- jjtGetParent().
Method in class sics.agentbase.clsyntaxlite.SimpleNode
-
- jjtNodeName.
Static variable in interface sics.agentbase.clsyntaxlite.clsyntaxliteTreeConstants
-
- jjtOpen().
Method in interface sics.agentbase.clsyntaxlite.Node
- This method is called after the node has been made the current
node.
- jjtOpen().
Method in class sics.agentbase.clsyntaxlite.SimpleNode
-
- jjtree.
Variable in class sics.agentbase.clsyntaxlite.clsyntaxlite
-
- jjtSetParent(Node).
Method in interface sics.agentbase.clsyntaxlite.Node
- This pair of methods are used to inform the node of its
parent.
- jjtSetParent(Node).
Method in class sics.agentbase.clsyntaxlite.SimpleNode
-
- JJTSNODE.
Static variable in interface sics.agentbase.clsyntaxlite.clsyntaxliteTreeConstants
-
- JJTSTART.
Static variable in interface sics.agentbase.clsyntaxlite.clsyntaxliteTreeConstants
-
- JJTVOID.
Static variable in interface sics.agentbase.clsyntaxlite.clsyntaxliteTreeConstants
-
- kind.
Variable in class sics.agentbase.clsyntaxlite.Token
- An integer that describes the kind of this token.
- KQMLContentHandler().
Constructor for class sics.agentbase.kqml.KQMLContentHandler
-
- KQMLMessage().
Constructor for class sics.agentbase.kqml.KQMLMessage
- Constructs a new empty KQMLMessage.
- LDSTRING_LITERAL.
Static variable in interface sics.agentbase.clsyntaxlite.clsyntaxliteConstants
-
- LETTER.
Static variable in interface sics.agentbase.clsyntaxlite.clsyntaxliteConstants
-
- LExpression().
Method in class sics.agentbase.clsyntaxlite.clsyntaxlite
-
- lexStateNames.
Static variable in class sics.agentbase.clsyntaxlite.clsyntaxliteTokenManager
-
- LIST.
Static variable in class sics.agentbase.mif.MIFType
-
- loadClass(String).
Method in class sics.agentbase.core.BasicClassLoader
- Loads a class by name using a specilized mechanism to load the class
file.
- loadClass(String, boolean).
Method in class sics.agentbase.core.BasicClassLoader
- Loads a class by name using a specilized mechanism to load the class
file.
- loadClassBytes(String).
Method in class sics.agentbase.core.BasicClassLoader
- This method will load the byte array corresponding to the
class code.
- loadClassBytes(String).
Method in class sics.agentbase.core.NetworkClassLoader
- Loads a file from a URL into an array of bytes.
- loadConcepts(String).
Static method in class sics.agentbase.mif.MIFFactory
- Reads the concepts from the specified file.
- localReceiver.
Variable in class sics.agentbase.core.Message
-
- Logger().
Constructor for class sics.agentbase.core.Logger
-
- main(String[]).
Static method in class sics.agentbase.clsyntaxlite.clsyntaxlite
-
- main(String[]).
Static method in class sics.agentbase.http.httpProxyServer
-
- main(String[]).
Static method in class sics.agentbase.http.httpServer
-
- main(String[]).
Static method in class sics.agentbase.kqml.KQMLMessage
-
- main(String[]).
Static method in class sics.agentbase.map.mapServer
-
- main(String[]).
Static method in class sics.agentbase.mif.MIFConcept
-
- main(String[]).
Static method in class sics.agentbase.mif.MIFFactory
-
- main(String[]).
Static method in class sics.agentbase.mil.MILMessage
- Test program.
- main(String[]).
Static method in class sics.agentbase.sap.sapServer
-
- makeHash(String[]).
Static method in class sics.agentbase.core.AgentMessage
- Generates a Hashtable containing all the keys in the specified array
and with an empty string as value.
- mapHandler().
Constructor for class sics.agentbase.map.mapHandler
-
- mapServer().
Constructor for class sics.agentbase.map.mapServer
-
- mapServer(boolean).
Constructor for class sics.agentbase.map.mapServer
-
- mapServer(int).
Constructor for class sics.agentbase.map.mapServer
-
- mapServer(int, boolean).
Constructor for class sics.agentbase.map.mapServer
-
- mapServer(String, int).
Constructor for class sics.agentbase.map.mapServer
-
- mapServer(String, int, boolean).
Constructor for class sics.agentbase.map.mapServer
-
- mapURLConnection(URL).
Constructor for class sics.agentbase.map.mapURLConnection
-
- matches(MIFValue).
Method in class sics.agentbase.mif.MIFInstance
-
- matches(MIFValue).
Method in class sics.agentbase.mif.MIFInterval
-
- matches(MIFValue).
Method in class sics.agentbase.mif.MIFList
- Basic match between simple types (must be overridden in
more complex types)
- matches(MIFValue).
Method in class sics.agentbase.mif.MIFOr
-
- matches(MIFValue).
Method in class sics.agentbase.mif.MIFSet
- Basic match between simple types (must be overridden in
more complex types)
- matches(MIFValue).
Method in class sics.agentbase.mif.MIFValue
- Basic match between simple types (must be overridden in
more complex types)
- Message().
Constructor for class sics.agentbase.core.Message
-
- message(Message).
Method in class sics.agentbase.http.HttpAdapter
- Invoked when a Message is received.
- message(Message).
Method in class sics.agentbase.http.HttpFileServer
- Replies to incoming HTTP requests by extracts the path part and
returning matching files.
- message(Message).
Method in interface sics.agentbase.core.MessageListener
-
- MessageDispatcher().
Constructor for class sics.agentbase.core.MessageDispatcher
-
- MessageSender().
Constructor for class sics.agentbase.net.MessageSender
-
- messageTree.
Variable in class sics.agentbase.core.AgentMessage
- Datastructure containing the message.
- mfAddDeclaration(MIFDeclaration).
Method in class sics.agentbase.mif.MIFFactory
-
- mfGetDeclaration(String).
Method in class sics.agentbase.mif.MIFFactory
-
- MIFComposite().
Constructor for class sics.agentbase.mif.MIFComposite
-
- MIFConcept(String).
Constructor for class sics.agentbase.mif.MIFConcept
- Constructs a new MIFConcept with the specified name and no attributes.
- MIFConcept(String, MIFConcept, String[], MIFType[]).
Constructor for class sics.agentbase.mif.MIFConcept
- Constructs a new MIFConcept with the specified name, parent and
attributes.
- MIFConcept(URL).
Constructor for class sics.agentbase.mif.MIFConcept
- Constructs a new MIFConcept with the specified name (URL) and
no attributes.
- MIFContentHandler().
Constructor for class sics.agentbase.mif.MIFContentHandler
-
- MIFDate().
Constructor for class sics.agentbase.mif.MIFDate
-
- MIFDate(long).
Constructor for class sics.agentbase.mif.MIFDate
-
- MIFDate(MIFType).
Constructor for class sics.agentbase.mif.MIFDate
-
- MIFDate(MIFType, long).
Constructor for class sics.agentbase.mif.MIFDate
-
- MIFDate(MIFType, String).
Constructor for class sics.agentbase.mif.MIFDate
-
- MIFDate(String).
Constructor for class sics.agentbase.mif.MIFDate
-
- MIFDeclaration().
Constructor for class sics.agentbase.mif.MIFDeclaration
-
- MIFFactory().
Constructor for class sics.agentbase.mif.MIFFactory
-
Constructs a new empty MIF factory with only the default
contract concept
"http://builtin/#contract".
- MIFFloat().
Constructor for class sics.agentbase.mif.MIFFloat
-
- MIFFloat(float).
Constructor for class sics.agentbase.mif.MIFFloat
-
- MIFFloat(int).
Constructor for class sics.agentbase.mif.MIFFloat
-
- MIFFloat(MIFType).
Constructor for class sics.agentbase.mif.MIFFloat
-
- MIFFloat(MIFType, float).
Constructor for class sics.agentbase.mif.MIFFloat
-
- MIFFloat(MIFType, int).
Constructor for class sics.agentbase.mif.MIFFloat
-
- MIFFloat(MIFType, String).
Constructor for class sics.agentbase.mif.MIFFloat
-
- MIFFloat(String).
Constructor for class sics.agentbase.mif.MIFFloat
-
- MIFInstance(MIFConcept).
Constructor for class sics.agentbase.mif.MIFInstance
- Constructs a MIFInstance with the type set to the specified concept.
- MIFInstance(MIFConcept, Object[]).
Constructor for class sics.agentbase.mif.MIFInstance
- Constructs a MIFInstance with the type set to the specified concept
and sets the specified attributes.
- MIFInstance(MIFType).
Constructor for class sics.agentbase.mif.MIFInstance
- Constructs a MIFInstance with the specified type.
- MIFInstance(MIFType, Object[]).
Constructor for class sics.agentbase.mif.MIFInstance
- Constructs a MIFInstance with the specified type and sets the specified
attributes.
- MIFInstance(String).
Constructor for class sics.agentbase.mif.MIFInstance
- Constructs a MIFInstance with the type set to the specified concept.
- MIFInstance(String, Object[]).
Constructor for class sics.agentbase.mif.MIFInstance
-
- MIFInteger().
Constructor for class sics.agentbase.mif.MIFInteger
-
- MIFInteger(int).
Constructor for class sics.agentbase.mif.MIFInteger
-
- MIFInteger(MIFType).
Constructor for class sics.agentbase.mif.MIFInteger
-
- MIFInteger(MIFType, int).
Constructor for class sics.agentbase.mif.MIFInteger
-
- MIFInteger(MIFType, String).
Constructor for class sics.agentbase.mif.MIFInteger
-
- MIFInteger(String).
Constructor for class sics.agentbase.mif.MIFInteger
-
- MIFInterval(float, float).
Constructor for class sics.agentbase.mif.MIFInterval
-
- MIFInterval(int, int).
Constructor for class sics.agentbase.mif.MIFInterval
-
- MIFInterval(MIFType).
Constructor for class sics.agentbase.mif.MIFInterval
-
- MIFInterval(MIFType, float, float).
Constructor for class sics.agentbase.mif.MIFInterval
-
- MIFInterval(MIFType, int, int).
Constructor for class sics.agentbase.mif.MIFInterval
-
- MIFList(MIFType).
Constructor for class sics.agentbase.mif.MIFList
-
- MIFNumeric().
Constructor for class sics.agentbase.mif.MIFNumeric
-
- MIFOr(MIFType).
Constructor for class sics.agentbase.mif.MIFOr
-
- MIFSet(MIFType).
Constructor for class sics.agentbase.mif.MIFSet
-
- MIFString().
Constructor for class sics.agentbase.mif.MIFString
-
- MIFString(MIFType).
Constructor for class sics.agentbase.mif.MIFString
-
- MIFString(MIFType, String).
Constructor for class sics.agentbase.mif.MIFString
-
- MIFString(String).
Constructor for class sics.agentbase.mif.MIFString
-
- MIFType().
Constructor for class sics.agentbase.mif.MIFType
-
- MIFType(int).
Constructor for class sics.agentbase.mif.MIFType
-
- MIFType(int, int).
Constructor for class sics.agentbase.mif.MIFType
-
- MIFType(int, int, Object).
Constructor for class sics.agentbase.mif.MIFType
-
- MIFType(MIFConcept).
Constructor for class sics.agentbase.mif.MIFType
-
- MIFTypeException().
Constructor for class sics.agentbase.mif.MIFTypeException
- Constructs a new MIFTypeException without specification.
- MIFTypeException(String).
Constructor for class sics.agentbase.mif.MIFTypeException
- Constructs a new MIFTypeException with a specification of the exception.
- MIFValue().
Constructor for class sics.agentbase.mif.MIFValue
-
- MILContentHandler().
Constructor for class sics.agentbase.mil.MILContentHandler
-
- MILMessage().
Constructor for class sics.agentbase.mil.MILMessage
- Constructs a new empty MILMessage.
- msg(String, String).
Static method in class sics.agentbase.core.Logger
- Outputs a level 2 log message.
- msg(String, String, Object).
Static method in class sics.agentbase.core.Logger
- Outputs a level 2 log message.
- NetworkClassLoader(String).
Constructor for class sics.agentbase.core.NetworkClassLoader
- Constructs a NetworkClassLoader for loading classes from the
specified URL.
- newToken(int).
Static method in class sics.agentbase.clsyntaxlite.Token
- Returns a new Token object, by default.
- next.
Variable in class sics.agentbase.clsyntaxlite.Token
- A reference to the next regular (non-special) token from the input
stream.
- NONE.
Static variable in class sics.agentbase.core.Logger
- The NONE log level disables logging.
- NORMAL.
Static variable in class sics.agentbase.core.Logger
- The NORMAL log level enables some logging.
- NUMERIC.
Static variable in class sics.agentbase.mif.MIFNumeric
-
- ONEOF.
Static variable in class sics.agentbase.mif.MIFType
-
- openConnection(URL).
Method in class sics.agentbase.map.mapHandler
-
- OR.
Static variable in class sics.agentbase.mif.MIFType
-
- parent.
Variable in class sics.agentbase.clsyntaxlite.SimpleNode
-
- parseBasicAuthentication(String).
Static method in class sics.agentbase.http.HttpUtils
- Parses a basic authentication field and returns the cookie.
- parseBasicCookie(String).
Static method in class sics.agentbase.http.HttpUtils
- Parses a basic authentication string and returns an array with
username and password.
- parseCgiData(int, InputStream).
Static method in class sics.agentbase.http.HttpUtils
- Parses Cgi data from an InputStream and makes
a hashtable with arrays of strings.
- parseCgiData(int, Object).
Static method in class sics.agentbase.http.HttpUtils
- Parses Cgi data from an InputStream or a String and makes
a hashtable with arrays of strings.
- parseCookieString(String).
Static method in class sics.agentbase.http.HttpUtils
- Parses a cookie string and returns a hashtable with arrays of strings.
- ParseException().
Constructor for class sics.agentbase.clsyntaxlite.ParseException
- The following constructors are for use by you for whatever
purpose you can think of.
- ParseException(String).
Constructor for class sics.agentbase.clsyntaxlite.ParseException
-
- ParseException(Token, int[][], String[]).
Constructor for class sics.agentbase.clsyntaxlite.ParseException
- This constructor is used by the method "generateParseException"
in the generated parser.
- parseNode(ASTSNode).
Method in class sics.agentbase.mif.MIFInstance
-
- parseNode(ASTSNode).
Method in class sics.agentbase.mif.MIFInterval
-
- parseNode(ASTSNode).
Method in class sics.agentbase.mif.MIFNumeric
-
- parseNode(ASTSNode).
Method in class sics.agentbase.mif.MIFOr
-
- parseNode(ASTSNode).
Method in class sics.agentbase.mif.MIFSet
-
- parseNode(SimpleNode).
Static method in class sics.agentbase.mif.MIFDeclaration
-
- parseQueryString(String).
Static method in class sics.agentbase.http.HttpUtils
- Parses Cgi data from a string and makes
a hashtable with arrays of strings.
- parser.
Variable in class sics.agentbase.clsyntaxlite.SimpleNode
-
- QUOTE.
Static variable in class sics.agentbase.clsyntaxlite.ASTSNode
-
- Quote().
Method in class sics.agentbase.clsyntaxlite.clsyntaxlite
-
- readChar().
Method in class sics.agentbase.clsyntaxlite.ASCII_CharStream
-
- readConcept(URL, InputStream).
Static method in class sics.agentbase.mif.MIFConcept
- Reads and parses a MIF concept definition from the specified stream.
- readMessage(InputStream).
Method in class sics.agentbase.core.AgentMessage
- Reads and parses a message from the specified input stream.
- readMessage(InputStream).
Method in class sics.agentbase.kqml.KQMLMessage
- Reads a message from the specified input stream.
- readMessage(InputStream).
Method in class sics.agentbase.mil.MILMessage
- Reads a message from the specified input stream.
- readValue(InputStream).
Static method in class sics.agentbase.mif.MIFValue
-
- readValue(MIFType, InputStream).
Static method in class sics.agentbase.mif.MIFValue
-
- RECEIVER_UNKNOWN.
Static variable in class sics.agentbase.core.Message
-
- receiveSap().
Method in class sics.agentbase.sap.SapConnection
- Receive a message on an open connection.
- receiveSap(Object).
Method in interface sics.agentbase.sap.SapListener
-
- registerContentHandlerFactory().
Static method in class sics.agentbase.core.CentralFactory
- Registers the CentralFactory object as the default ContentHandlerFactory.
- registerURLStreamHandlerFactory().
Static method in class sics.agentbase.core.CentralFactory
- Registers the CentralFactory object as the default
URLStreamHandlerFactory.
- ReInit(ASCII_CharStream).
Method in class sics.agentbase.clsyntaxlite.clsyntaxliteTokenManager
-
- ReInit(ASCII_CharStream, int).
Method in class sics.agentbase.clsyntaxlite.clsyntaxliteTokenManager
-
- ReInit(clsyntaxliteTokenManager).
Method in class sics.agentbase.clsyntaxlite.clsyntaxlite
-
- ReInit(InputStream).
Method in class sics.agentbase.clsyntaxlite.clsyntaxlite
-
- ReInit(InputStream, int, int).
Method in class sics.agentbase.clsyntaxlite.ASCII_CharStream
-
- ReInit(InputStream, int, int, int).
Method in class sics.agentbase.clsyntaxlite.ASCII_CharStream
-
- removeConcept(String).
Static method in class sics.agentbase.mif.MIFFactory
- Removes the specified concept from this factory.
- removeContentHandler(String).
Static method in class sics.agentbase.core.CentralFactory
- Removes the content handler for the specified type.
- removeMessageListener(String).
Static method in class sics.agentbase.core.CentralFactory
- Removes the message listener with the specified name.
- removeMessageListener(String).
Method in class sics.agentbase.core.MessageDispatcher
- Removes the message listener with the specified name.
- removeProperty(String).
Static method in class sics.agentbase.core.CentralFactory
- Removes the specified property.
- removePropertyChangeListener(PropertyChangeListener).
Static method in class sics.agentbase.mif.MIFFactory
- Removes a property change listener.
- removeProtocolHandler(String).
Static method in class sics.agentbase.core.CentralFactory
- Removes the protocol handler for the specified protocol.
- removeSapListener(SapListener).
Method in class sics.agentbase.sap.SapLink
- Removes the sap listener.
- removeURLStreamHandler(String).
Static method in class sics.agentbase.core.CentralFactory
- Removes the URLStreamHandler for the specified protocol.
- removeValueAt(int).
Method in class sics.agentbase.mif.MIFComposite
- Removes the value at the specified position.
- req.
Variable in class sics.agentbase.http.HttpAdapter
- The HTTP request.
- run().
Method in class sics.agentbase.net.InternetServer
-
- run().
Method in class sics.agentbase.sap.SapLink
-
- Sap(String, String).
Constructor for class sics.agentbase.sap.Sap
-
- SapConnection().
Constructor for class sics.agentbase.sap.SapConnection
-
- SapConnection(Socket).
Constructor for class sics.agentbase.sap.SapConnection
-
- SapLink(String, SapConnection).
Constructor for class sics.agentbase.sap.SapLink
-
- sapServer().
Constructor for class sics.agentbase.sap.sapServer
-
- sapServer(int).
Constructor for class sics.agentbase.sap.sapServer
-
- sapServer(String, int).
Constructor for class sics.agentbase.sap.sapServer
-
- SC_ACCEPTED.
Static variable in class sics.agentbase.http.HttpMessage
-
- SC_BAD_GATEWAY.
Static variable in class sics.agentbase.http.HttpMessage
-
- SC_BAD_REQUEST.
Static variable in class sics.agentbase.http.HttpMessage
-
- SC_CONFLICT.
Static variable in class sics.agentbase.http.HttpMessage
-
- SC_CONTINUE.
Static variable in class sics.agentbase.http.HttpMessage
-
- SC_CREATED.
Static variable in class sics.agentbase.http.HttpMessage
-
- SC_FORBIDDEN.
Static variable in class sics.agentbase.http.HttpMessage
-
- SC_GATEWAY_TIME_OUT.
Static variable in class sics.agentbase.http.HttpMessage
-
- SC_GONE.
Static variable in class sics.agentbase.http.HttpMessage
-
- SC_HTTP_VERSION_NOT_SUPPORTED.
Static variable in class sics.agentbase.http.HttpMessage
-
- SC_INTERNAL_SERVER_ERROR.
Static variable in class sics.agentbase.http.HttpMessage
-
- SC_LENGTH_REQUIRED.
Static variable in class sics.agentbase.http.HttpMessage
-
- SC_METHOD_NOT_ALLOWED.
Static variable in class sics.agentbase.http.HttpMessage
-
- SC_MOVED_PERMANENTLY.
Static variable in class sics.agentbase.http.HttpMessage
-
- SC_MOVED_TEMPORARILY.
Static variable in class sics.agentbase.http.HttpMessage
-
- SC_MULTIPLE_CHOICES.
Static variable in class sics.agentbase.http.HttpMessage
-
- SC_NO_CONTENT.
Static variable in class sics.agentbase.http.HttpMessage
-
- SC_NON_AUTHORITATIVE_INFORMATION.
Static variable in class sics.agentbase.http.HttpMessage
-
- SC_NOT_ACCEPTABLE.
Static variable in class sics.agentbase.http.HttpMessage
-
- SC_NOT_FOUND.
Static variable in class sics.agentbase.http.HttpMessage
-
- SC_NOT_IMPLEMENTED.
Static variable in class sics.agentbase.http.HttpMessage
-
- SC_NOT_MODIFIED.
Static variable in class sics.agentbase.http.HttpMessage
-
- SC_OK.
Static variable in class sics.agentbase.http.HttpMessage
-
- SC_PARTIAL_CONTENT.
Static variable in class sics.agentbase.http.HttpMessage
-
- SC_PAYMENT_REQUIRED.
Static variable in class sics.agentbase.http.HttpMessage
-
- SC_PRECONDITION_FAILED.
Static variable in class sics.agentbase.http.HttpMessage
-
- SC_PROXY_AUTHENTICATION_REQUIRED.
Static variable in class sics.agentbase.http.HttpMessage
-
- SC_REQUEST_ENTITY_TOO_LARGE.
Static variable in class sics.agentbase.http.HttpMessage
-
- SC_REQUEST_TIME_OUT.
Static variable in class sics.agentbase.http.HttpMessage
-
- SC_REQUEST_URI_TOO_LARGE.
Static variable in class sics.agentbase.http.HttpMessage
-
- SC_RESET_CONTENT.
Static variable in class sics.agentbase.http.HttpMessage
-
- SC_SEE_OTHER.
Static variable in class sics.agentbase.http.HttpMessage
-
- SC_SERVICE_UNAVAILABLE.
Static variable in class sics.agentbase.http.HttpMessage
-
- SC_SWITCHING_PROTOCOLS.
Static variable in class sics.agentbase.http.HttpMessage
-
- SC_UNAUTHORIZED.
Static variable in class sics.agentbase.http.HttpMessage
-
- SC_UNSUPPORTED_MEDIA_TYPE.
Static variable in class sics.agentbase.http.HttpMessage
-
- SC_USE_PROXY.
Static variable in class sics.agentbase.http.HttpMessage
-
- send().
Method in class sics.agentbase.http.HttpMessage
-
- send().
Method in class sics.agentbase.kqml.KQMLMessage
- Sends this message to this message's receiver.
- send().
Method in class sics.agentbase.core.Message
-
- send().
Method in class sics.agentbase.mil.MILMessage
- Sends this message to this message's receiver.
- send(String, Object).
Method in class sics.agentbase.map.mapURLConnection
-
- send(String, Object).
Method in interface sics.agentbase.net.MessageSendable
-
- sendAsyncSap(String, String, int, String, Object).
Static method in class sics.agentbase.sap.SapConnection
- Sends a asynchroniouze message.
- sendChallenge(String, String).
Method in class sics.agentbase.http.HttpMessage
- Sends a challenge to the client using the specified scheme and realm.
- sendError(int).
Method in class sics.agentbase.http.HttpMessage
- Sends an error response to the client using the specified status
code and descriptive message.
- sendMessage(Object).
Method in class sics.agentbase.sap.SapLink
-
- sendMessage(String, String, Object).
Static method in class sics.agentbase.net.MessageSender
-
- sendRedirect(String).
Method in class sics.agentbase.http.HttpMessage
- Sends a redirect response to the client using the specified
redirect location URL.
- sendRedirectDirectory().
Method in class sics.agentbase.http.HttpMessage
- Sends a redirect response to the client to add a slash using the
request URL.
- sendSap(Object).
Method in class sics.agentbase.sap.SapConnection
- Send a message on the open connection.
- sendWithoutClose().
Method in class sics.agentbase.http.HttpMessage
-
- SET.
Static variable in class sics.agentbase.mif.MIFType
-
- setAttribute(Object[]).
Method in class sics.agentbase.mif.MIFInstance
-
- setAttribute(String, float).
Method in class sics.agentbase.mif.MIFInstance
-
- setAttribute(String, int).
Method in class sics.agentbase.mif.MIFInstance
-
- setAttribute(String, MIFValue).
Method in class sics.agentbase.mif.MIFInstance
-
- setAttribute(String, String).
Method in class sics.agentbase.mif.MIFDeclaration
-
- setAttribute(String, String).
Method in class sics.agentbase.mif.MIFInstance
-
- setAuthor(String).
Method in class sics.agentbase.html.HtmlPage
- Sets the author of this HTML page.
- setBackground(String).
Method in class sics.agentbase.html.HtmlPage
- Sets the background image of this HTML page.
- setBgColor(String).
Method in class sics.agentbase.html.HtmlPage
- Sets the background color.
- setBorder(String).
Method in class sics.agentbase.html.HtmlTable
- Sets the border of this table.
- setCaption(String).
Method in class sics.agentbase.html.HtmlTable
- Sets the caption of this table.
- setCaption(String, String).
Method in class sics.agentbase.html.HtmlTable
- Sets the caption of this table with the specified alignment.
- setContent(Object).
Method in class sics.agentbase.kqml.KQMLMessage
- Sets the content for this message.
- setContent(Object).
Method in class sics.agentbase.mil.MILMessage
- Sets the content for this message.
- setContentLanguage(String).
Method in class sics.agentbase.kqml.KQMLMessage
- Sets the content language for this message.
- setContentLanguage(String).
Method in class sics.agentbase.mil.MILMessage
- Sets the content language for this message.
- setContentLength(int).
Method in class sics.agentbase.net.StreamURLConnection
-
- setContentType(String).
Method in class sics.agentbase.net.StreamURLConnection
-
- setContentType(String).
Method in class sics.agentbase.net.StringURLConnection
-
- setData(String).
Method in class sics.agentbase.net.StringURLConnection
-
- setDate(Date).
Method in class sics.agentbase.mif.MIFDate
-
- setDefaultContentLanguage(String).
Static method in class sics.agentbase.kqml.KQMLMessage
- Sets the default content language for all KQMLMessages.
- setDefaultContentLanguage(String).
Static method in class sics.agentbase.mil.MILMessage
- Sets the default content language for all MILMessages.
- setDefaultObject(String).
Static method in class sics.agentbase.http.HttpMessage
- Sets the default (or root) web object/agent (normally index.html).
- setElementAt(int, int, Object).
Method in class sics.agentbase.html.HtmlTable
- Sets the element at the specified position in this table.
- setErrorCode(int).
Method in class sics.agentbase.http.HttpAdapter
- Sets the HTTP response's error code.
- setFilter(HttpProxyFilter).
Method in class sics.agentbase.http.httpProxyServer
-
- setInputStream(InputStream).
Method in class sics.agentbase.net.StreamURLConnection
-
- setInReplyTo(String).
Method in class sics.agentbase.kqml.KQMLMessage
- Sets the id of the message to which this message is a reply.
- setInReplyTo(String).
Method in class sics.agentbase.mil.MILMessage
- Sets the id of the message to which this message is a reply.
- setLogLevel(int).
Static method in class sics.agentbase.core.Logger
- Sets the active log level.
- setLower(float).
Method in class sics.agentbase.mif.MIFInterval
-
- setLower(int).
Method in class sics.agentbase.mif.MIFInterval
-
- setLower(String).
Method in class sics.agentbase.mif.MIFInterval
-
- setMessageDispatcher(MessageDispatcher).
Method in class sics.agentbase.net.InternetServer
- Sets the message dispatcher for this server to use when delivering
messages.
- setMessageField(String, Node).
Method in class sics.agentbase.core.AgentMessage
- Sets the specified message field.
- setMessageType(String).
Method in class sics.agentbase.core.AgentMessage
- Set the message type for this message.
- setOntology(String).
Method in class sics.agentbase.kqml.KQMLMessage
- Sets the ontology of this message.
- setOwner(String).
Method in class sics.agentbase.sap.Sap
-
- setPattern(int).
Method in class sics.agentbase.html.HtmlTable
- Sets the pattern type of this table.
- setProperty(String, String).
Static method in class sics.agentbase.core.CentralFactory
- Sets the specified property.
- setReceiver(String).
Method in class sics.agentbase.kqml.KQMLMessage
- Sets the receiver of this message.
- setReceiver(String).
Method in class sics.agentbase.mil.MILMessage
- Sets the receiver of this message.
- setReplyWith(String).
Method in class sics.agentbase.kqml.KQMLMessage
- Sets the id to be used when replying to this message.
- setReplyWith(String).
Method in class sics.agentbase.mil.MILMessage
- Sets the id to be used when replying to this message.
- setResponseContent(Object).
Method in class sics.agentbase.http.HttpMessage
- Sets the content.
- setResponseContentLength(int).
Method in class sics.agentbase.http.HttpMessage
- Sets the content length.
- setResponseContentType(String).
Method in class sics.agentbase.http.HttpMessage
- Sets the content type.
- setResponseProtocol(String).
Static method in class sics.agentbase.http.HttpMessage
-
- setRow(int, Object[]).
Method in class sics.agentbase.html.HtmlTable
- Sets the row at the specified position in this table.
- setSapConnection(SapConnection).
Method in class sics.agentbase.sap.Sap
-
- setSapListener(SapListener).
Method in class sics.agentbase.sap.SapLink
-
- setSender(String).
Method in class sics.agentbase.kqml.KQMLMessage
- Sets the sender of this message.
- setSender(String).
Method in class sics.agentbase.mil.MILMessage
- Sets the sender of this message.
- setState(Object).
Static method in class sics.agentbase.mif.MIFFactory
- Sets the state of the MIFFactory object.
- setStatus(int).
Method in class sics.agentbase.http.HttpMessage
- Sets the status code and a default message for this response.
- setStatus(int, String).
Method in class sics.agentbase.http.HttpMessage
- Sets the status code and message for this response.
- setStatusCode(int).
Method in class sics.agentbase.http.HttpAdapter
- Returns the HTTP request's remote host.
- setStoreFile(String).
Static method in class sics.agentbase.mif.MIFFactory
- Indicates that all further changes to the MIFFactory database of
concepts should be stored in the specified file.
- setTitle(String).
Method in class sics.agentbase.html.HtmlPage
- Sets the title of this HTML page.
- setType(int).
Method in class sics.agentbase.clsyntaxlite.ASTSNode
-
- setType(int).
Method in class sics.agentbase.mif.MIFSet
-
- setType(int).
Method in class sics.agentbase.mif.MIFType
-
- setType(int, int).
Method in class sics.agentbase.mif.MIFType
-
- setUpper(float).
Method in class sics.agentbase.mif.MIFInterval
-
- setUpper(int).
Method in class sics.agentbase.mif.MIFInterval
-
- setUpper(String).
Method in class sics.agentbase.mif.MIFInterval
-
- setValue(float).
Method in class sics.agentbase.mif.MIFFloat
-
- setValue(float).
Method in class sics.agentbase.mif.MIFValue
-
- setValue(int).
Method in class sics.agentbase.mif.MIFFloat
-
- setValue(int).
Method in class sics.agentbase.mif.MIFInteger
-
- setValue(int).
Method in class sics.agentbase.mif.MIFValue
-
- setValue(long).
Method in class sics.agentbase.mif.MIFDate
-
- setValue(Object).
Method in class sics.agentbase.mif.MIFType
-
- setValue(String).
Method in class sics.agentbase.clsyntaxlite.ASTSNode
-
- setValue(String).
Method in class sics.agentbase.mif.MIFDate
-
- setValue(String).
Method in class sics.agentbase.mif.MIFFloat
-
- setValue(String).
Method in class sics.agentbase.mif.MIFInteger
-
- setValue(String).
Method in class sics.agentbase.mif.MIFString
-
- setValue(String).
Method in class sics.agentbase.mif.MIFValue
-
- setValueAt(MIFValue, int).
Method in class sics.agentbase.mif.MIFComposite
- Sets a value at the specified position.
- setVersion(String).
Method in class sics.agentbase.sap.Sap
-
- SExpression().
Method in class sics.agentbase.clsyntaxlite.clsyntaxlite
-
- shutdown().
Method in class sics.agentbase.net.InternetServer
- Shutdowns this server.
- shutdown().
Method in class sics.agentbase.sap.SapConnection
- closedown all open streams.
- shutdown().
Method in class sics.agentbase.sap.SapLink
-
- SimpleNode(clsyntaxlite, int).
Constructor for class sics.agentbase.clsyntaxlite.SimpleNode
-
- SimpleNode(int).
Constructor for class sics.agentbase.clsyntaxlite.SimpleNode
-
- size().
Method in class sics.agentbase.mif.MIFComposite
- Returns the number of values contained in the composite value.
- SPECIAL.
Static variable in interface sics.agentbase.clsyntaxlite.clsyntaxliteConstants
-
- specialConstructor.
Variable in class sics.agentbase.clsyntaxlite.ParseException
- This variable determines which constructor was used to create
this object and thereby affects the semantics of the
"getMessage" method (see below).
- specialToken.
Variable in class sics.agentbase.clsyntaxlite.Token
- This field is used to access special tokens that occur prior to this
token, but after the immediately preceding regular (non-special) token.
- Start().
Method in class sics.agentbase.clsyntaxlite.clsyntaxlite
-
- staticFlag.
Static variable in class sics.agentbase.clsyntaxlite.ASCII_CharStream
-
- storeConcepts(String).
Static method in class sics.agentbase.mif.MIFFactory
- Stores all registered concepts to the specified file.
- StreamURLConnection(InputStream).
Constructor for class sics.agentbase.net.StreamURLConnection
-
- StreamURLConnection(URL).
Constructor for class sics.agentbase.net.StreamURLConnection
-
- STRING.
Static variable in class sics.agentbase.clsyntaxlite.ASTSNode
-
- STRING.
Static variable in class sics.agentbase.mif.MIFType
-
- String().
Method in class sics.agentbase.clsyntaxlite.clsyntaxlite
-
- STRING_LITERAL.
Static variable in interface sics.agentbase.clsyntaxlite.clsyntaxliteConstants
-
- stringMIF.
Static variable in class sics.agentbase.mif.MIFType
-
- StringURLConnection(String).
Constructor for class sics.agentbase.net.StringURLConnection
-
- StringURLConnection(URL).
Constructor for class sics.agentbase.net.StringURLConnection
-
- stringValue().
Method in class sics.agentbase.mif.MIFDate
-
- stringValue().
Method in class sics.agentbase.mif.MIFFloat
-
- stringValue().
Method in class sics.agentbase.mif.MIFInteger
-
- stringValue().
Method in class sics.agentbase.mif.MIFNumeric
-
- stringValue().
Method in class sics.agentbase.mif.MIFString
-
- stringValue().
Method in class sics.agentbase.mif.MIFValue
-
- stuffString(String).
Static method in class sics.agentbase.clsyntaxlite.clsyntaxlite
-
- SUBSET.
Static variable in class sics.agentbase.mif.MIFType
-
- SUP.
Static variable in class sics.agentbase.mif.MIFNumeric
-
- supportType(String).
Method in class sics.agentbase.http.httpServer
- Returns true if the specified mime type is supported.
- supportType(String).
Method in class sics.agentbase.map.mapServer
-
- supportType(String).
Method in interface sics.agentbase.core.ProtocolHandler
-
- SwitchTo(int).
Method in class sics.agentbase.clsyntaxlite.clsyntaxliteTokenManager
-
- token.
Variable in class sics.agentbase.clsyntaxlite.clsyntaxlite
-
- Token().
Constructor for class sics.agentbase.clsyntaxlite.Token
-
- token_source.
Variable in class sics.agentbase.clsyntaxlite.clsyntaxlite
-
- tokenImage.
Static variable in interface sics.agentbase.clsyntaxlite.clsyntaxliteConstants
-
- tokenImage.
Variable in class sics.agentbase.clsyntaxlite.ParseException
- This is a reference to the "tokenImage" array of the generated
parser within which the parse error occurred.
- TokenMgrError().
Constructor for class sics.agentbase.clsyntaxlite.TokenMgrError
-
- TokenMgrError(boolean, int, int, int, String, char, int).
Constructor for class sics.agentbase.clsyntaxlite.TokenMgrError
-
- TokenMgrError(String, int).
Constructor for class sics.agentbase.clsyntaxlite.TokenMgrError
-
- toString().
Method in class sics.agentbase.core.AgentMessage
- Returns a string representation of this message.
- toString().
Method in class sics.agentbase.clsyntaxlite.ASTSNode
-
- toString().
Method in class sics.agentbase.html.HtmlContent
- Returns a string representing the HTML content.
- toString().
Method in class sics.agentbase.html.HtmlPage
- Returns a string representation of this HTML page.
- toString().
Method in class sics.agentbase.html.HtmlTable
- Returns a string representation of this HTML table.
- toString().
Method in class sics.agentbase.http.HttpMessage
-
- toString().
Method in class sics.agentbase.kqml.KQMLMessage
- Returns a string representation of this message.
- toString().
Method in class sics.agentbase.mif.MIFConcept
- Returns a string representation of this concept.
- toString().
Method in class sics.agentbase.mif.MIFDate
-
- toString().
Method in class sics.agentbase.mif.MIFFloat
-
- toString().
Method in class sics.agentbase.mif.MIFInstance
-
- toString().
Method in class sics.agentbase.mif.MIFInteger
-
- toString().
Method in class sics.agentbase.mif.MIFInterval
-
- toString().
Method in class sics.agentbase.mif.MIFList
-
- toString().
Method in class sics.agentbase.mif.MIFOr
-
- toString().
Method in class sics.agentbase.mif.MIFSet
-
- toString().
Method in class sics.agentbase.mif.MIFString
-
- toString().
Method in class sics.agentbase.mif.MIFType
-
- toString().
Method in class sics.agentbase.mil.MILMessage
- Returns a string representation of this message.
- toString().
Method in class sics.agentbase.sap.Sap
-
- toString().
Method in class sics.agentbase.clsyntaxlite.SimpleNode
-
- toString().
Method in class sics.agentbase.clsyntaxlite.Token
- Returns the image.
- toString(String).
Method in class sics.agentbase.clsyntaxlite.SimpleNode
-
- typeCheck(float).
Method in class sics.agentbase.mif.MIFFloat
-
- typeCheck(float).
Method in class sics.agentbase.mif.MIFInterval
-
- typeCheck(float).
Method in class sics.agentbase.mif.MIFValue
-
- typeCheck(int).
Method in class sics.agentbase.mif.MIFInterval
-
- typeCheck(int).
Method in class sics.agentbase.mif.MIFNumeric
-
- typeCheck(int).
Method in class sics.agentbase.mif.MIFValue
-
- typeCheck(MIFType).
Method in class sics.agentbase.mif.MIFInstance
-
- typeCheck(MIFType).
Method in class sics.agentbase.mif.MIFInterval
-
- typeCheck(MIFType).
Method in class sics.agentbase.mif.MIFList
-
- typeCheck(MIFType).
Method in class sics.agentbase.mif.MIFNumeric
-
- typeCheck(MIFType).
Method in class sics.agentbase.mif.MIFOr
-
- typeCheck(MIFType).
Method in class sics.agentbase.mif.MIFSet
-
- typeCheck(MIFType).
Method in class sics.agentbase.mif.MIFString
-
- typeCheck(MIFType).
Method in class sics.agentbase.mif.MIFValue
- Returns true if this MIFValue fulfills the constraints of the
specified type and false otherwise.
- typeCheck(MIFValue).
Method in class sics.agentbase.mif.MIFComposite
- Checks if the specified value is of the right type to be added.
- typeCheck(MIFValue).
Method in class sics.agentbase.mif.MIFSet
-
- typeCheck(MIFValue).
Method in class sics.agentbase.mif.MIFString
-
- typeCheck(MIFValue).
Method in class sics.agentbase.mif.MIFValue
-
- typeCheck(String).
Method in class sics.agentbase.mif.MIFInterval
-
- typeCheck(String).
Method in class sics.agentbase.mif.MIFNumeric
-
- typeCheck(String).
Method in class sics.agentbase.mif.MIFString
-
- typeCheck(String).
Method in class sics.agentbase.mif.MIFValue
-
- types.
Variable in class sics.agentbase.core.AgentMessage
- Table containing all valid message types as Strings.
- typeToString(int).
Static method in class sics.agentbase.mif.MIFType
-
- UNDEFINED.
Static variable in class sics.agentbase.mif.MIFType
-
- UNSPECIFIED.
Static variable in class sics.agentbase.clsyntaxlite.ASTSNode
-
- urlDecode(String).
Static method in class sics.agentbase.http.HttpUtils
- Decodes an url encoded string into a ascii string.
- validType(MIFType).
Method in class sics.agentbase.mif.MIFString
-
- valueAt(int).
Method in class sics.agentbase.mif.MIFComposite
- Returns the value at the specified position.
- valueOf(String).
Static method in class sics.agentbase.mif.MIFFloat
-
- valueOf(String).
Static method in class sics.agentbase.mif.MIFInteger
-
- values().
Method in class sics.agentbase.mif.MIFComposite
- Returns an enumeration of all values.