A C E F G H I L M N O P Q R S U W

A

addresses - Static variable in class aktbus.core.fipa.FIPAVOCAB
 
agent_identifier - Static variable in class aktbus.core.fipa.FIPAVOCAB
 
agree - Static variable in class aktbus.core.fipa.FIPAVOCAB
 
aktbus.core - package aktbus.core
 
aktbus.core.fipa - package aktbus.core.fipa
 
AktBusReceiver - class aktbus.core.AktBusReceiver.
The AktBusReceiver class receives an AktMessageInterface through a socket.
AktBusReceiver() - Constructor for class aktbus.core.AktBusReceiver
Creates an AktBusReceiver object that listens to a free port.
AktBusReceiver(int) - Constructor for class aktbus.core.AktBusReceiver
Creates an AktBusReceiver object that listens to a certain port.
AktMessage - class aktbus.core.AktMessage.
The AKTMessage class represents an AKT message according to the AKT-Bus white paper, implemented as an XML document.
AktMessage() - Constructor for class aktbus.core.AktMessage
Creates an empty AktMessage.
AktMessage(InputSource) - Constructor for class aktbus.core.AktMessage
Constructs an AktMessage by reading from an org.xml.sax.InputSource.
AktMessage(String) - Constructor for class aktbus.core.AktMessage
Constructs an AktMessage by parsing an XML string.
AktMessage(String, String, String) - Constructor for class aktbus.core.AktMessage
Creates an AktMessage with <aktbus:SimpleContent>, using String for URLs.
AktMessage(URL, URL, boolean, String) - Constructor for class aktbus.core.AktMessage
A general constructor that creates an AktMessage.
AktMessage(URL, URL, Node) - Constructor for class aktbus.core.AktMessage
Creates an AktMessage using the sender and reciever URIs and appends the content node as the content of the message.
AktMessage(URL, URL, String) - Constructor for class aktbus.core.AktMessage
Creates an AktMessage from a String.
AktMessageInterface - interface aktbus.core.AktMessageInterface.
 
AktMessageWithExtra - class aktbus.core.AktMessageWithExtra.
The AktMessageWithExtra class is used to encapsulate information in an HTTP request, which usually contains a request path and an AktMessage in its body.
AktMessageWithExtra() - Constructor for class aktbus.core.AktMessageWithExtra
 
AktMessageWithPath - class aktbus.core.AktMessageWithPath.
The AktMessageWithPath class is used to encapsulate information in an HTTP request, which usually contains a request path and an AktMessage in its body.
AktMessageWithPath() - Constructor for class aktbus.core.AktMessageWithPath
 
AktPrettyWriter - class aktbus.core.AktPrettyWriter.
 
AktPrettyWriter() - Constructor for class aktbus.core.AktPrettyWriter
 
AKTVOCAB - class aktbus.core.AKTVOCAB.
 
AKTVOCAB() - Constructor for class aktbus.core.AKTVOCAB
 

C

close_connection() - Method in class aktbus.core.AktMessageWithExtra
Close all socket & streams.
close() - Method in class aktbus.core.AktBusReceiver
Shutdown the receiver and release the port in use.
Container - Static variable in class aktbus.core.AKTVOCAB
 
content - Static variable in class aktbus.core.fipa.FIPAVOCAB
 
conversation_id - Static variable in class aktbus.core.fipa.FIPAVOCAB
 
createDOM(XmlDocument, URL, URL, Node) - Method in class aktbus.core.AktMessage
Creates an AktMessage as an XmlDocument, with proper header information and Node content as the message content.

E

encoding - Static variable in class aktbus.core.fipa.FIPAVOCAB
 

F

failure - Static variable in class aktbus.core.fipa.FIPAVOCAB
 
find_element_node(ElementNode, String) - Method in class aktbus.core.AktMessage
Search for an ElementNode with a given tag-name under a subtree by depth-first-search.
find_element_node(String) - Method in class aktbus.core.AktMessage
Given the tag, find an ElementNode in an AktMessage object by depth-first-search.
fipa_receiver - Static variable in class aktbus.core.fipa.FIPAVOCAB
 
fipa_sender - Static variable in class aktbus.core.fipa.FIPAVOCAB
 
FipaMessageInterface - interface aktbus.core.fipa.FipaMessageInterface.
 
FipaPrettyWriter - class aktbus.core.fipa.FipaPrettyWriter.
 
FipaPrettyWriter() - Constructor for class aktbus.core.fipa.FipaPrettyWriter
 
FIPAVOCAB - class aktbus.core.fipa.FIPAVOCAB.
 
FIPAVOCAB() - Constructor for class aktbus.core.fipa.FIPAVOCAB
 

G

get_container() - Method in class aktbus.core.RDFAktMessage
 
get_content() - Method in class aktbus.core.RDFAktMessage
 
get_conversation_id() - Method in interface aktbus.core.fipa.FipaMessageInterface
 
get_conversation_id() - Method in class aktbus.core.fipa.RDFFipaMessage
 
get_element_node_text(ElementNode, String) - Method in class aktbus.core.AktMessage
Get the value of the 1st TextNode after a certain ElementNode.
get_element_node_text(String) - Method in class aktbus.core.AktMessage
Get the value of the 1st TextNode under a certain ElementNode, start search from the root.
get_encoding() - Method in interface aktbus.core.fipa.FipaMessageInterface
 
get_encoding() - Method in class aktbus.core.fipa.RDFFipaMessage
 
get_fipa_content() - Method in interface aktbus.core.fipa.FipaMessageInterface
 
get_fipa_content() - Method in class aktbus.core.fipa.RDFFipaMessage
 
get_fipa_receiver() - Method in interface aktbus.core.fipa.FipaMessageInterface
 
get_fipa_receiver() - Method in class aktbus.core.fipa.RDFFipaMessage
 
get_fipa_sender() - Method in interface aktbus.core.fipa.FipaMessageInterface
 
get_fipa_sender() - Method in class aktbus.core.fipa.RDFFipaMessage
 
get_first_child_node(ElementNode, int) - Method in class aktbus.core.AktMessage
Get the first child node of a specific type under the current ElementNode.
get_first_child_node(ElementNode, String, int) - Method in class aktbus.core.AktMessage
Get the first child node matching an optional node_name & type.
get_header() - Method in class aktbus.core.RDFAktMessage
 
get_in_reply_to() - Method in interface aktbus.core.fipa.FipaMessageInterface
 
get_in_reply_to() - Method in class aktbus.core.fipa.RDFFipaMessage
 
get_language() - Method in interface aktbus.core.fipa.FipaMessageInterface
 
get_language() - Method in class aktbus.core.fipa.RDFFipaMessage
 
get_next_sibling_node(ElementNode, int) - Method in class aktbus.core.AktMessage
Find the next sibling of an ElementNode with a specific type.
get_next_sibling_node(ElementNode, String, int) - Method in class aktbus.core.AktMessage
Find the next sibling of an com.sun.xml.tree.ElementNode with a specific type, matching an optional node_name.
get_ontology() - Method in interface aktbus.core.fipa.FipaMessageInterface
 
get_ontology() - Method in class aktbus.core.fipa.RDFFipaMessage
 
get_performative() - Method in interface aktbus.core.fipa.FipaMessageInterface
 
get_performative() - Method in class aktbus.core.fipa.RDFFipaMessage
 
get_port() - Method in class aktbus.core.AktBusReceiver
Returns the local port number that the AktBusReceiver is listening to.
get_protocol() - Method in interface aktbus.core.fipa.FipaMessageInterface
 
get_protocol() - Method in class aktbus.core.fipa.RDFFipaMessage
 
get_receiver() - Method in class aktbus.core.AktMessage
Find the receiver URI in an AktMessage and return it as a String.
get_receiver() - Method in interface aktbus.core.AktMessageInterface
 
get_receiver() - Method in class aktbus.core.RDFAktMessage
 
get_reply_by() - Method in interface aktbus.core.fipa.FipaMessageInterface
 
get_reply_by() - Method in class aktbus.core.fipa.RDFFipaMessage
 
get_reply_to() - Method in interface aktbus.core.fipa.FipaMessageInterface
 
get_reply_to() - Method in class aktbus.core.fipa.RDFFipaMessage
 
get_reply_with() - Method in interface aktbus.core.fipa.FipaMessageInterface
 
get_reply_with() - Method in class aktbus.core.fipa.RDFFipaMessage
 
get_sender() - Method in class aktbus.core.AktMessage
Find the sender URI in an AktMessage and return it as a String.
get_sender() - Method in interface aktbus.core.AktMessageInterface
 
get_sender() - Method in class aktbus.core.RDFAktMessage
 
get_simple_message() - Method in class aktbus.core.AktMessage
Find the content of the <aktbus:hasSimpleMessage> element.
get_simple_message() - Method in interface aktbus.core.AktMessageInterface
 
get_simple_message() - Method in class aktbus.core.RDFAktMessage
 
get_simple_message() - Method in class aktbus.core.fipa.RDFFipaMessage
 
get_subtree_text(Node) - Method in class aktbus.core.AktMessage
Return the subtree under the given node as a String.
get_subtree_text(Node, boolean) - Method in class aktbus.core.AktMessage
Return the subtree under the given node as a String with optional entity references translation.
getURI() - Static method in class aktbus.core.AKTVOCAB
returns the URI for this schema
getURI() - Static method in class aktbus.core.fipa.FIPAVOCAB
returns the URI for this schema

H

hasContent - Static variable in class aktbus.core.AKTVOCAB
 
hasDateString - Static variable in class aktbus.core.AKTVOCAB
 
hasHeader - Static variable in class aktbus.core.AKTVOCAB
 
hasReceiverURI - Static variable in class aktbus.core.AKTVOCAB
 
hasSenderURI - Static variable in class aktbus.core.AKTVOCAB
 
hasSimpleMessage - Static variable in class aktbus.core.AKTVOCAB
 
hasTimeString - Static variable in class aktbus.core.AKTVOCAB
 

I

id - Static variable in class aktbus.core.AKTVOCAB
 
id - Static variable in class aktbus.core.fipa.FIPAVOCAB
 
in_reply_to - Static variable in class aktbus.core.fipa.FIPAVOCAB
 
in_stream - Variable in class aktbus.core.AktMessageWithExtra
The input stream where the incoming request is read.
inform - Static variable in class aktbus.core.fipa.FIPAVOCAB
 
initialise_namespace() - Method in class aktbus.core.AktMessage
Initialise the field name_space to contain the HashMap of default XML name space definition.

L

language - Static variable in class aktbus.core.fipa.FIPAVOCAB
 

M

map_month(int) - Method in class aktbus.core.RDFAktMessage
FROM ORIGINAL AKTBUS CODE Maps Calendar's month value into 1-12
message - Variable in class aktbus.core.AktMessageWithExtra
The AktMessage object in a HTTP request.
message - Variable in class aktbus.core.AktMessageWithPath
The AktMessage object in a HTTP request.

N

name - Static variable in class aktbus.core.fipa.FIPAVOCAB
 
name_space - Variable in class aktbus.core.AktMessage
 
not_understood - Static variable in class aktbus.core.fipa.FIPAVOCAB
 

O

ontology - Static variable in class aktbus.core.fipa.FIPAVOCAB
 
out_stream - Variable in class aktbus.core.AktMessageWithExtra
The output stream for send a piggy-packed reply.

P

path - Variable in class aktbus.core.AktMessageWithExtra
The request path in a HTTP request.
path - Variable in class aktbus.core.AktMessageWithPath
The request path in a HTTP request.
pretty_write(Writer) - Method in class aktbus.core.RDFAktMessage
 
pretty_write(Writer) - Method in class aktbus.core.fipa.RDFFipaMessage
 
prettyWriteContent(Model, Writer) - Method in class aktbus.core.AktPrettyWriter
 
prettyWriteContent(Model, Writer) - Method in class aktbus.core.fipa.FipaPrettyWriter
 
prettyWriteHeader(Resource, Writer) - Method in class aktbus.core.AktPrettyWriter
 
prettyWriteMessage(Model, Writer) - Method in class aktbus.core.AktPrettyWriter
 
prettyWriteMessage(Model, Writer) - Method in class aktbus.core.fipa.FipaPrettyWriter
 
print_node_type(Node) - Static method in class aktbus.core.AktMessage
Print out the type of a node according to the org.w3c.dom.Node class.
print_tree_type(Node) - Method in class aktbus.core.AktMessage
Print out all nodes' type in the XML tree.
protocol - Static variable in class aktbus.core.fipa.FIPAVOCAB
 

Q

query_if - Static variable in class aktbus.core.fipa.FIPAVOCAB
 
query_protocol - Static variable in class aktbus.core.fipa.FIPAVOCAB
 
query_ref - Static variable in class aktbus.core.fipa.FIPAVOCAB
 

R

RDFAktMessage - class aktbus.core.RDFAktMessage.
 
RDFAktMessage() - Constructor for class aktbus.core.RDFAktMessage
 
RDFAktMessage(String) - Constructor for class aktbus.core.RDFAktMessage
 
RDFAktMessage(String, String, String) - Constructor for class aktbus.core.RDFAktMessage
 
RDFAktMessage(URL, URL, String) - Constructor for class aktbus.core.RDFAktMessage
 
RDFFipaMessage - class aktbus.core.fipa.RDFFipaMessage.
 
RDFFipaMessage() - Constructor for class aktbus.core.fipa.RDFFipaMessage
 
RDFFipaMessage(String) - Constructor for class aktbus.core.fipa.RDFFipaMessage
 
RDFFipaMessage(String, String, String) - Constructor for class aktbus.core.fipa.RDFFipaMessage
 
RDFFipaMessage(URL, URL, String) - Constructor for class aktbus.core.fipa.RDFFipaMessage
 
receive_message() - Method in class aktbus.core.AktBusReceiver
Receive and return an AktMessage.
receive_message(int, Class) - Method in class aktbus.core.AktBusReceiver
Receive and return an AktMessageInterface with timeout and expect a reply of a certain class.
receive_RDFAktMessage() - Method in class aktbus.core.AktBusReceiver
 
receive_RDFFipaMessage() - Method in class aktbus.core.AktBusReceiver
 
receive_with_extra() - Method in class aktbus.core.AktBusReceiver
Waits and receive an AktMessageWithExtra.
receive_with_extra(int, Class) - Method in class aktbus.core.AktBusReceiver
Waits and receive an AktMessageWithExtra with timeout.
receive_with_extra(int, String) - Method in class aktbus.core.AktBusReceiver
Waits and receive an AktMessageWithExtra with timeout.
receive() - Method in class aktbus.core.AktBusReceiver
Waits and receive an AktMessageWithPath.
receive(int, Class) - Method in class aktbus.core.AktBusReceiver
Waits and receive an AktMessageWithPath with timeout.
receive(int, String) - Method in class aktbus.core.AktBusReceiver
Waits and receive an AktMessageWithPath with timeout.
refuse - Static variable in class aktbus.core.fipa.FIPAVOCAB
 
reply_by - Static variable in class aktbus.core.fipa.FIPAVOCAB
 
reply_to - Static variable in class aktbus.core.fipa.FIPAVOCAB
 
reply_with - Static variable in class aktbus.core.fipa.FIPAVOCAB
 
request - Static variable in class aktbus.core.fipa.FIPAVOCAB
 
request_protocol - Static variable in class aktbus.core.fipa.FIPAVOCAB
 

S

send_and_receive() - Method in class aktbus.core.AktMessage
Send to receiver and waits for reply from the same connection.
send_and_receive(URL, int, Class) - Method in class aktbus.core.AktMessage
Send to receiver and waits for reply from the same connection.
send() - Method in class aktbus.core.AktMessage
Send an AktMessage with blocking, using specified receiver URI in the AktMessage object.
send() - Method in interface aktbus.core.AktMessageInterface
 
send() - Method in class aktbus.core.RDFAktMessage
Send an AktMessage with blocking, using specified receiver URI in the AktMessage object.
send(int) - Method in class aktbus.core.AktMessage
Send to the receiver as specified in the AktMessage, with timeout.
send(int) - Method in interface aktbus.core.AktMessageInterface
 
send(int) - Method in class aktbus.core.RDFAktMessage
Send to the receiver as specified in the AktMessage, with timeout.
send(URL, int) - Method in class aktbus.core.AktMessage
Sends an AktMessage to a certain recipient.
send(URL, int) - Method in interface aktbus.core.AktMessageInterface
 
send(URL, int) - Method in class aktbus.core.RDFAktMessage
Sends an AktMessage to a certain recipient.
set_conversation_id(String) - Method in interface aktbus.core.fipa.FipaMessageInterface
 
set_conversation_id(String) - Method in class aktbus.core.fipa.RDFFipaMessage
 
set_encoding(String) - Method in interface aktbus.core.fipa.FipaMessageInterface
 
set_encoding(String) - Method in class aktbus.core.fipa.RDFFipaMessage
 
set_fipa_content(String) - Method in interface aktbus.core.fipa.FipaMessageInterface
 
set_fipa_content(String) - Method in class aktbus.core.fipa.RDFFipaMessage
 
set_fipa_receiver(String) - Method in interface aktbus.core.fipa.FipaMessageInterface
 
set_fipa_receiver(String) - Method in class aktbus.core.fipa.RDFFipaMessage
 
set_fipa_sender(String) - Method in interface aktbus.core.fipa.FipaMessageInterface
 
set_fipa_sender(String) - Method in class aktbus.core.fipa.RDFFipaMessage
 
set_in_reply_to(String) - Method in interface aktbus.core.fipa.FipaMessageInterface
 
set_in_reply_to(String) - Method in class aktbus.core.fipa.RDFFipaMessage
 
set_language(String) - Method in interface aktbus.core.fipa.FipaMessageInterface
 
set_language(String) - Method in class aktbus.core.fipa.RDFFipaMessage
 
set_ontology(String) - Method in interface aktbus.core.fipa.FipaMessageInterface
 
set_ontology(String) - Method in class aktbus.core.fipa.RDFFipaMessage
 
set_performative(String) - Method in interface aktbus.core.fipa.FipaMessageInterface
 
set_performative(String) - Method in class aktbus.core.fipa.RDFFipaMessage
 
set_protocol(String) - Method in interface aktbus.core.fipa.FipaMessageInterface
 
set_protocol(String) - Method in class aktbus.core.fipa.RDFFipaMessage
 
set_receiver(String) - Method in class aktbus.core.AktMessage
 
set_receiver(String) - Method in class aktbus.core.RDFAktMessage
 
set_receiver(URL) - Method in class aktbus.core.AktMessage
 
set_receiver(URL) - Method in class aktbus.core.RDFAktMessage
 
set_reply_by(String) - Method in interface aktbus.core.fipa.FipaMessageInterface
 
set_reply_by(String) - Method in class aktbus.core.fipa.RDFFipaMessage
 
set_reply_to(String) - Method in interface aktbus.core.fipa.FipaMessageInterface
 
set_reply_to(String) - Method in class aktbus.core.fipa.RDFFipaMessage
 
set_reply_with(String) - Method in interface aktbus.core.fipa.FipaMessageInterface
 
set_reply_with(String) - Method in class aktbus.core.fipa.RDFFipaMessage
 
set_sender(String) - Method in class aktbus.core.AktMessage
 
set_sender(String) - Method in class aktbus.core.RDFAktMessage
 
set_sender(URL) - Method in class aktbus.core.AktMessage
 
set_sender(URL) - Method in class aktbus.core.RDFAktMessage
 
set_simple_message(String) - Method in class aktbus.core.AktMessage
 
set_simple_message(String) - Method in class aktbus.core.RDFAktMessage
 
set_simple_message(String) - Method in class aktbus.core.fipa.RDFFipaMessage
 
SimpleContent - Static variable in class aktbus.core.AKTVOCAB
 
SimpleHeader - Static variable in class aktbus.core.AKTVOCAB
 

U

ugly_write() - Method in class aktbus.core.AktMessage
Ugly-printing an AktMessage to stdout without any translation of escape char (entity reference).
ugly_write(boolean) - Method in class aktbus.core.AktMessage
Ugly-printing an AktMessage to stdout.
ugly_write(OutputStream) - Method in class aktbus.core.AktMessage
Ugly-printing an AktMessage to an OutputStream.
ugly_write(OutputStream, boolean) - Method in class aktbus.core.AktMessage
Ugly-printing an AktMessage to a OutputStream.
ugly_write(Writer) - Method in class aktbus.core.AktMessage
Ugly-printing an AktMessage to a Writer.
ugly_write(Writer) - Method in interface aktbus.core.AktMessageInterface
 
ugly_write(Writer) - Method in class aktbus.core.RDFAktMessage
 
ugly_write(Writer) - Method in class aktbus.core.fipa.RDFFipaMessage
 
ugly_write(Writer, boolean) - Method in class aktbus.core.AktMessage
Ugly-printing an AktMessage to a Writer.
ugly_write(Writer, String) - Method in class aktbus.core.AktMessage
Ugly-printing an AktMessage to a Writer, using a certain encoding.
ugly_write(Writer, String, boolean) - Method in class aktbus.core.AktMessage
Ugly-printing an AktMessage to a Writer, using a certain encoding.
uri - Static variable in class aktbus.core.AKTVOCAB
 
uri - Static variable in class aktbus.core.fipa.FIPAVOCAB
 

W

writeContent(Model, Writer) - Method in class aktbus.core.AktPrettyWriter
 
writeContent(Model, Writer) - Method in class aktbus.core.fipa.FipaPrettyWriter
 
writeHeader(Resource, Writer) - Method in class aktbus.core.AktPrettyWriter
 
writeMessage(Model, Writer) - Method in class aktbus.core.AktPrettyWriter
 
writeMessage(Model, Writer) - Method in class aktbus.core.fipa.FipaPrettyWriter
 

A C E F G H I L M N O P Q R S U W