This class is a specialized TokenStream that caches the contents of
each token as it is obtained from the specified input stream, and
can be used anywhere an ANTLR TokenStream can be used.
This class represents a node in the abstract syntax tree
created as a byproduct of parsing an ABLE Rule Language file using
the Antlr (AbleARLParser) parser.
The AbleAgent interface provides methods to manipulate contained beans,
determine the agent's input structure,
and maintain a registry of user-definable methods on those beans.
An instance of this class contains information about an individual
agent that the Agent Lifecycle Service may create within the
distributed platform; a platform console (or some other object) can
obtain a collection of AgentClassDescription objects from the Agent
Lifecycle Service and then use the descriptions in conjunction with
the Agent Lifecycle Service to create instances of new agents
within the platform.
Captures the entire context of an AgentSituation in which an agent
currently finds itself, including any response information needed
by the agent before the agent takes any action on the situation.
The base class of all ABLE-provided platform services, such as the
VerifiableAgentDirectoryService, the VerifiableAgentNamingService,
and the AgentLifeCycleService; this class is inserted between the
JAS RMIBasicService and all ABLE-supplied services to provide
common function to the ABLE-supplied services.
The AbleBean interface represents the basic ABLE object, and is a
composite of interfaces that defines the methods for passing data
between beans with either databuffers or synchronous or
asynchronous events.
This class represents a conditional if-then rule, containing one or more
boolean or fuzzy antecedent clauses (logically ANDed together) and
one or more consequent clauses.
This class defines a specialized AbleConversationManager bean inspector
that shows all active conversations that the bean is managing,
in the form of trees, with nodes representing conversations and child
conversations.
Class to maintain a growing or circular history for a particular
metric value, and to provide various statistics about the values
currently maintained in this history.
Void constructor to create an object with default size, unknown type
(will be updated with the first addition to the history), and will
calculate statistics on additions of data to the history.
Constructor allowing a DataSeries to be created using a
header and array containing the initial objects to be added to the history,
and whose size is used to determine the history size.
Constructor to create an object with default size, unknown type
(will be updated with the first addition to the history), and will
calculate statistics on additions of data to the history.
Constructor allowing an object to be created using the
default history size, deferring the type of data until the first
addition to the history, and allowing selection whether or not
statistical calculations are performed when data is added.
Constructor allowing an object to be created using the
default history size, deferring the type of data until the first
addition to the history, and allowing selection whether or not
statistical calculations are performed when data is added.
Constructor allowing an object to be created with specified int
history size and boolean flag whether or not statistical calculations
should be performed when data is added.
Constructor allowing an object to be created with specified int
history size and boolean flag whether or not statistical calculations
should be performed when data is added.
Constructor allowing an object to be created using the
specified size for its history, the specified objArrayType to determine
the type of data to be stored in the history.
Constructor allowing an object to be created using the
specified size for its history, the specified objArrayType to determine
the type of data to be stored.
Constructor allowing an object to be created using the
specified size for its history, the specified objArrayType to
determine the type of data to be stored in the history., and a
flag whether or not