Serialized Form
-
Package jade
-
Class jade.AppletBoot extends Applet implements Serializable
-
Class jade.BootException extends Exception implements Serializable
-
Class jade.BootGUI extends JDialog implements Serializable
-
Serialized Fields
-
booter
Boot3 booter
-
buttonPanel
JPanel buttonPanel
-
currentDir
File currentDir
-
outProp
ExtendedProperties outProp
-
propertiesVector
Vector propertiesVector
-
propertyFileName
String propertyFileName
-
propertyPanel
JPanel propertyPanel
-
statusField
JTextField statusField
-
thisBootGui
BootGUI thisBootGui
-
topPanel
JPanel topPanel
-
-
-
-
Package jade.content
-
Class jade.content.ContentElementList extends Object implements Serializable
-
Serialized Fields
-
elements
List elements
-
-
-
Class jade.content.ContentException extends WrapperException implements Serializable
-
Class jade.content.ContentManager extends Object implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream oin) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
-
Serialized Fields
-
validationMode
boolean validationMode
-
-
-
Class jade.content.OntoACLMessage extends ACLMessage implements Serializable
-
Class jade.content.OntoAID extends AID implements Serializable
-
-
Package jade.content.abs
-
Class jade.content.abs.AbsAgentAction extends AbsConcept implements Serializable
-
Serialized Fields
-
isAContentExpression
boolean isAContentExpression
-
-
-
Class jade.content.abs.AbsAggregate extends AbsConcept implements Serializable
-
Class jade.content.abs.AbsConcept extends AbsPrimitiveSlotsHolder implements Serializable
-
Class jade.content.abs.AbsConceptSlotFunction extends AbsConcept implements Serializable
-
Class jade.content.abs.AbsContentElementList extends Object implements Serializable
-
Class jade.content.abs.AbsExtendedPrimitive extends Object implements Serializable
-
Class jade.content.abs.AbsIRE extends AbsObjectImpl implements Serializable
-
Serialized Fields
-
isAContentExpression
boolean isAContentExpression
-
-
-
Class jade.content.abs.AbsObjectImpl extends Object implements Serializable
-
Class jade.content.abs.AbsPredicate extends AbsPrimitiveSlotsHolder implements Serializable
-
Serialized Fields
-
isAContentExpression
boolean isAContentExpression
-
isMeta
boolean isMeta
-
-
-
Class jade.content.abs.AbsPrimitive extends Object implements Serializable
-
Class jade.content.abs.AbsPrimitiveSlotsHolder extends AbsObjectImpl implements Serializable
-
Class jade.content.abs.AbsReference extends AbsObjectImpl implements Serializable
- serialVersionUID:
- 6167359403561714663L
-
Class jade.content.abs.AbsVariable extends AbsObjectImpl implements Serializable
-
Serialized Fields
-
isMeta
boolean isMeta
-
-
-
-
Package jade.content.frame
-
Class jade.content.frame.FrameException extends WrapperException implements Serializable
-
Class jade.content.frame.LEAPFrameCodec extends Object implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream oin) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
-
-
Class jade.content.frame.OrderedFrame extends Vector implements Serializable
-
Serialized Fields
-
typeName
String typeName
-
-
-
Class jade.content.frame.QualifiedFrame extends Hashtable implements Serializable
-
Serialized Fields
-
typeName
String typeName
-
-
-
Class jade.content.frame.SLFrameCodec extends Object implements Serializable
-
-
Package jade.content.lang
-
Class jade.content.lang.ByteArrayCodec extends Codec implements Serializable
-
Class jade.content.lang.Codec extends Object implements Serializable
-
Serialized Fields
-
name
String name
-
-
-
Class jade.content.lang.Codec.CodecException extends ContentException implements Serializable
-
Class jade.content.lang.StringCodec extends Codec implements Serializable
-
-
Package jade.content.lang.leap
-
Class jade.content.lang.leap.LEAPCodec extends ByteArrayCodec implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream oin) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
-
-
-
Package jade.content.lang.sl
-
Class jade.content.lang.sl.ParseException extends Exception implements Serializable
-
Serialized Fields
-
currentToken
Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token. -
eol
String eol
The end of line string for this machine. -
expectedTokenSequences
int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse. -
specialConstructor
boolean specialConstructor
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below). -
tokenImage
String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.
-
-
-
Class jade.content.lang.sl.SimpleSLCodec extends StringCodec implements Serializable
-
Serialized Fields
-
indent
int indent
-
logger
Logger logger
-
-
-
Class jade.content.lang.sl.SLCodec extends StringCodec implements Serializable
-
Serialization Methods
-
readResolve
protected Object readResolve() throws ObjectStreamException
Restore parser after deserialization.
The readResolve method is called when ObjectInputStream has read an object from the stream and is preparing to return it to the caller.
The readResolve method is not invoked on the object until the object is fully constructed.- Throws:
ObjectStreamException
-
-
Serialized Fields
-
domainOnto
Ontology domainOnto
-
metaAllowed
boolean metaAllowed
This variable is true, when meta symbols are allowed (metas are a semantics-specific extension to the SL Grammar) -
preserveJavaTypes
boolean preserveJavaTypes
-
slOnto
jade.content.lang.sl.SL0Ontology slOnto
-
-
-
Class jade.content.lang.sl.SLOntology extends jade.content.lang.sl.SL2Ontology implements Serializable
-
Class jade.content.lang.sl.TokenMgrError extends Error implements Serializable
-
Serialized Fields
-
errorCode
int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.
-
-
-
-
Package jade.content.lang.xml
-
Class jade.content.lang.xml.TestAgent extends Agent implements Serializable
- serialVersionUID:
- -3099456336278223408L
-
Class jade.content.lang.xml.XMLCodec extends StringCodec implements Serializable
- serialVersionUID:
- -711663402273632423L
-
Serialized Fields
-
preserveJavaTypes
boolean preserveJavaTypes
-
-
-
Package jade.content.onto
-
Class jade.content.onto.BasicOntology extends Ontology implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
-
-
Class jade.content.onto.BCReflectiveIntrospector extends ReflectiveIntrospector implements Serializable
-
Class jade.content.onto.BeanOntology extends Ontology implements Serializable
- serialVersionUID:
- -2007125499000302494L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
-
Class jade.content.onto.BeanOntologyException extends OntologyException implements Serializable
- serialVersionUID:
- 1L
-
Class jade.content.onto.CFReflectiveIntrospector extends ReflectiveIntrospector implements Serializable
-
Class jade.content.onto.ConceptSlotFunction extends AbsConceptSlotFunction implements Serializable
-
Class jade.content.onto.JavaCollectionOntology extends Ontology implements Serializable
-
Serialized Fields
-
introspector
Introspector introspector
-
-
-
Class jade.content.onto.MicroIntrospector extends Object implements Serializable
-
Class jade.content.onto.NotAnAggregate extends OntologyException implements Serializable
-
Class jade.content.onto.NotASpecialType extends OntologyException implements Serializable
-
Class jade.content.onto.Ontology extends Object implements Serializable
-
Class jade.content.onto.OntologyException extends ContentException implements Serializable
-
Class jade.content.onto.ReflectiveIntrospector extends Object implements Serializable
-
Class jade.content.onto.SerializableOntology extends Ontology implements Serializable
-
Serialization Methods
-
writeReplace
private Object writeReplace() throws ObjectStreamException
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
myClassLoader
ClassLoader myClassLoader
-
-
-
Class jade.content.onto.UngroundedException extends OntologyException implements Serializable
-
Class jade.content.onto.UnknownSchemaException extends OntologyException implements Serializable
-
Serialized Fields
-
fillStackTrace
boolean fillStackTrace
-
-
-
Class jade.content.onto.UnknownSlotException extends OntologyException implements Serializable
-
-
Package jade.content.onto.basic
-
Class jade.content.onto.basic.Action extends Object implements Serializable
-
Class jade.content.onto.basic.Done extends Object implements Serializable
-
Class jade.content.onto.basic.Equals extends Object implements Serializable
-
Class jade.content.onto.basic.FalseProposition extends Object implements Serializable
-
Class jade.content.onto.basic.Result extends Object implements Serializable
-
Class jade.content.onto.basic.TrueProposition extends Object implements Serializable
-
-
Package jade.content.schema
-
Class jade.content.schema.AgentActionSchema extends ConceptSchema implements Serializable
-
Class jade.content.schema.AggregateSchema extends TermSchema implements Serializable
-
Serialized Fields
-
elementsSchema
TermSchema elementsSchema
-
-
-
Class jade.content.schema.ConceptSchema extends TermSchema implements Serializable
-
Class jade.content.schema.ConceptSlotFunctionSchema extends ConceptSchema implements Serializable
-
Class jade.content.schema.ContentElementListSchema extends ContentElementSchema implements Serializable
-
Class jade.content.schema.ContentElementSchema extends jade.content.schema.ObjectSchemaImpl implements Serializable
-
Class jade.content.schema.IRESchema extends TermSchema implements Serializable
-
Class jade.content.schema.ObjectSchema extends Object implements Serializable
-
Serialized Fields
-
encodingByOrder
boolean encodingByOrder
-
-
-
Class jade.content.schema.PredicateSchema extends ContentElementSchema implements Serializable
-
Class jade.content.schema.PrimitiveSchema extends TermSchema implements Serializable
-
Class jade.content.schema.ReferenceSchema extends TermSchema implements Serializable
-
Class jade.content.schema.TermSchema extends jade.content.schema.ObjectSchemaImpl implements Serializable
-
Class jade.content.schema.VariableSchema extends TermSchema implements Serializable
-
-
Package jade.content.schema.facets
-
Class jade.content.schema.facets.CardinalityFacet extends Object implements Serializable
-
Serialized Fields
-
cardMax
int cardMax
-
cardMin
int cardMin
-
-
-
Class jade.content.schema.facets.DefaultValueFacet extends Object implements Serializable
-
Serialized Fields
-
defaultValue
Object defaultValue
-
-
-
Class jade.content.schema.facets.DocumentationFacet extends Object implements Serializable
-
Serialized Fields
-
documentation
String documentation
-
-
-
Class jade.content.schema.facets.JavaTypeFacet extends Object implements Serializable
-
Serialized Fields
-
javaType
String javaType
-
-
-
Class jade.content.schema.facets.PermittedValuesFacet extends Object implements Serializable
-
Serialized Fields
-
permittedValues
Object[] permittedValues
-
-
-
Class jade.content.schema.facets.RegexFacet extends Object implements Serializable
-
Serialized Fields
-
regex
String regex
-
-
-
Class jade.content.schema.facets.TypedAggregateFacet extends Object implements Serializable
-
Serialized Fields
-
type
ObjectSchema type
-
-
-
-
Package jade.core
-
Class jade.core.Agent extends Object implements Serializable
- serialVersionUID:
- 3487495895819000L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
executedBehavioursCnt
long executedBehavioursCnt
-
generateBehaviourEvents
boolean generateBehaviourEvents
-
generateMessageEvents
boolean generateMessageEvents
-
log
Logger log
-
msgQueueMaxSize
int msgQueueMaxSize
-
myActiveLifeCycle
LifeCycle myActiveLifeCycle
-
myAID
AID myAID
-
myBufferedLifeCycle
LifeCycle myBufferedLifeCycle
-
myHap
String myHap
-
myLifeCycle
LifeCycle myLifeCycle
-
myName
String myName
-
myScheduler
jade.core.Scheduler myScheduler
-
o2aInterfaces
Map<Class<?>,Object> o2aInterfaces
-
o2aManager
Behaviour o2aManager
-
o2aQueueSize
int o2aQueueSize
-
postedMessagesCnt
long postedMessagesCnt
-
receivedMessagesCnt
long receivedMessagesCnt
-
restarting
boolean restarting
-
sentMessagesCnt
long sentMessagesCnt
-
terminating
boolean terminating
This flag is used to distinguish the normal AP_ACTIVE state from the particular case in which the agent state is set to AP_ACTIVE during agent termination (takeDown()) to allow it to clean-up properly. In this case in fact a call todoDelete(),doMove(),doClone()anddoSuspend()should have no effect. -
theContentManager
ContentManager theContentManager
-
-
Class jade.core.Agent.Interrupted extends Error implements Serializable
-
Class jade.core.AID extends Object implements Serializable
-
Serialized Fields
-
addresses
List addresses
-
hashCode
int hashCode
-
name
String name
-
resolvers
List resolvers
-
userDefSlots
Properties userDefSlots
-
-
-
Class jade.core.BackEndContainer.AgentImage extends Agent implements Serializable
-
Class jade.core.BaseNode extends Object implements Serializable
-
Serialized Fields
-
hasLocalPM
boolean hasLocalPM
-
myName
String myName
-
-
-
Class jade.core.BehaviourID extends Object implements Serializable
-
Class jade.core.CallbackInvokator extends Object implements Serializable
-
Class jade.core.CaseInsensitiveString extends Object implements Serializable
-
Serialized Fields
-
hashCode
int hashCode
-
s
String s
-
-
-
Class jade.core.ContainerID extends Object implements Serializable
-
Class jade.core.GenericCommand extends Object implements Serializable
-
Serialized Fields
-
creds
Credentials creds
-
myInteraction
String myInteraction
-
myName
String myName
-
myService
String myService
-
params
List params
-
principal
JADEPrincipal principal
-
returnValue
Object returnValue
-
-
-
Class jade.core.IMTPException extends WrapperException implements Serializable
-
Class jade.core.LifeCycle extends Object implements Serializable
-
Serialized Fields
-
myAgent
Agent myAgent
-
myState
int myState
-
-
-
Class jade.core.NameClashException extends Exception implements Serializable
-
Class jade.core.NodeDescriptor extends Object implements Serializable
-
Serialized Fields
-
myContainer
ContainerID myContainer
-
myName
String myName
-
myNode
Node myNode
-
myPrincipal
JADEPrincipal myPrincipal
-
ownerCredentials
Credentials ownerCredentials
-
ownerPrincipal
JADEPrincipal ownerPrincipal
-
parentNode
Node parentNode
-
password
byte[] password
-
username
String username
-
-
-
Class jade.core.NotFoundException extends Exception implements Serializable
-
Class jade.core.PlatformID extends Object implements Serializable
-
Serialized Fields
-
_amsAID
AID _amsAID
-
-
-
Class jade.core.PostponedException extends RuntimeException implements Serializable
-
Class jade.core.ProfileException extends WrapperException implements Serializable
-
Class jade.core.ScalabilityTest.BitrateReceiverAgent extends Agent implements Serializable
-
Serialized Fields
-
cnt
int cnt
-
firstReceived
boolean firstReceived
-
startTime
long startTime
-
terminated
boolean terminated
-
-
-
Class jade.core.ScalabilityTest.BitrateSenderAgent extends Agent implements Serializable
-
Serialized Fields
-
firstRound
boolean firstRound
-
msg
ACLMessage msg
-
myReceiver
AID myReceiver
-
-
-
Class jade.core.ScalabilityTest.RTTReceiverAgent extends Agent implements Serializable
-
Serialized Fields
-
cnt
int cnt
-
-
-
Class jade.core.ScalabilityTest.RTTSenderAgent extends Agent implements Serializable
-
Serialized Fields
-
cnt
int cnt
-
msg
ACLMessage msg
-
myReceiver
AID myReceiver
-
myTemplate
MessageTemplate myTemplate
-
terminated
boolean terminated
-
totalCoupleTime
long totalCoupleTime
-
totalCoupleTime2
long totalCoupleTime2
-
-
-
Class jade.core.Service.SliceProxy extends SliceProxy implements Serializable
-
Class jade.core.ServiceDescriptor extends Object implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
-
Class jade.core.ServiceException extends WrapperException implements Serializable
-
Class jade.core.ServiceNotActiveException extends ServiceException implements Serializable
-
Class jade.core.SliceProxy extends Object implements Serializable
-
Serialized Fields
-
myNode
Node myNode
-
-
-
Class jade.core.UnreachableException extends WrapperException implements Serializable
-
-
Package jade.core.behaviours
-
Class jade.core.behaviours.ActionExecutor extends BaseInitiator implements Serializable
- serialVersionUID:
- 54354676089783L
-
Class jade.core.behaviours.BaseInitiator extends AchieveREInitiator implements Serializable
- serialVersionUID:
- -6505544004754497428L
-
Serialized Fields
-
conversations
ConversationList conversations
-
convId
String convId
-
defaultTargetDescription
String defaultTargetDescription
-
myLogger
Logger myLogger
-
outcome
OutcomeManager outcome
-
target
AID target
-
-
Class jade.core.behaviours.Behaviour extends Object implements Serializable
- serialVersionUID:
- 3487495895819001L
-
Serialized Fields
-
executionState
String executionState
-
myAgent
Agent myAgent
The agent this behaviour belongs to. This is an instance variable that holds a reference to the Agent object and allows the usage of its methods within the body of the behaviour. As the classBehaviouris the superclass of all the other behaviour classes, this variable is always available. Of course, remind to use the appropriate constructor, i.e. the one that accepts an agent object as argument; otherwise, this variable is set tonull. -
myEvent
Behaviour.RunnableChangedEvent myEvent
This event object will be re-used for every state change notification. -
myName
String myName
-
myStore
DataStore myStore
The private data store of this Behaviour -
parent
CompositeBehaviour parent
-
restartCounter
long restartCounter
-
runnableState
boolean runnableState
Flag indicating whether this Behaviour is runnable or not -
startFlag
boolean startFlag
-
wrappedParent
CompositeBehaviour wrappedParent
-
-
Class jade.core.behaviours.Behaviour.RunnableChangedEvent extends Object implements Serializable
- serialVersionUID:
- 3487495895819002L
-
Serialized Fields
-
direction
int direction
-
runnable
boolean runnable
-
-
Class jade.core.behaviours.CompositeBehaviour extends Behaviour implements Serializable
-
Serialized Fields
-
currentDone
boolean currentDone
-
currentExecuted
boolean currentExecuted
-
currentResult
int currentResult
-
finished
boolean finished
This variable marks the state when all child-behaviours have been run. -
starting
boolean starting
This variable marks the state when no child-behaviour has been run yet.
-
-
-
Class jade.core.behaviours.CyclicBehaviour extends SimpleBehaviour implements Serializable
-
Class jade.core.behaviours.DataStore extends HashMap implements Serializable
-
Class jade.core.behaviours.FSMBehaviour extends SerialBehaviour implements Serializable
-
Serialized Fields
-
current
Behaviour current
-
currentName
String currentName
-
firstName
String firstName
-
forcedTransitionDest
String forcedTransitionDest
-
lastExitValue
int lastExitValue
-
lastStates
List lastStates
-
myLogger
Logger myLogger
-
previousName
String previousName
-
states
Map states
-
theTransitionTable
jade.core.behaviours.FSMBehaviour.TransitionTable theTransitionTable
-
transitionForced
boolean transitionForced
-
-
-
Class jade.core.behaviours.LoaderBehaviour extends Behaviour implements Serializable
-
Serialized Fields
-
codec
Codec codec
-
finished
boolean finished
-
localLoader
ClassLoader localLoader
-
myContentManager
ContentManager myContentManager
-
myTemplate
MessageTemplate myTemplate
-
onto
Ontology onto
-
-
-
Class jade.core.behaviours.OneShotBehaviour extends SimpleBehaviour implements Serializable
-
Class jade.core.behaviours.OntologyServer extends CyclicBehaviour implements Serializable
- serialVersionUID:
- -2997404961058073783L
-
Serialized Fields
-
codec
Codec codec
-
ignoredConversations
ConversationList ignoredConversations
-
maxProcessedMessagesPerRun
int maxProcessedMessagesPerRun
-
myLogger
Logger myLogger
-
onto
Ontology onto
-
performativesRequiringReply
Set<Integer> performativesRequiringReply
-
printFullUnexpectedMessages
boolean printFullUnexpectedMessages
-
receivedContentElement
ContentElement receivedContentElement
-
servedPerformatives
int[] servedPerformatives
-
serverDelegate
Object serverDelegate
-
template
MessageTemplate template
-
-
Class jade.core.behaviours.OutcomeManager extends Object implements Serializable
- serialVersionUID:
- -87842234567654L
-
Class jade.core.behaviours.ParallelBehaviour extends CompositeBehaviour implements Serializable
-
Serialized Fields
-
blockedChildren
Hashtable blockedChildren
-
subBehaviours
jade.core.behaviours.BehaviourList subBehaviours
-
terminatedChildren
jade.core.behaviours.BehaviourList terminatedChildren
-
whenToStop
int whenToStop
-
-
-
Class jade.core.behaviours.ReceiverBehaviour extends Behaviour implements Serializable
-
Serialized Fields
-
blockingTime
long blockingTime
-
finished
boolean finished
-
future
jade.core.behaviours.ReceiverBehaviour.MessageFuture future
-
template
MessageTemplate template
-
timeOut
long timeOut
-
timeToWait
long timeToWait
-
-
-
Class jade.core.behaviours.ReceiverBehaviour.NotYetReady extends Exception implements Serializable
-
Class jade.core.behaviours.ReceiverBehaviour.TimedOut extends Exception implements Serializable
-
Class jade.core.behaviours.SenderBehaviour extends OneShotBehaviour implements Serializable
-
Serialized Fields
-
message
ACLMessage message
-
-
-
Class jade.core.behaviours.SequentialBehaviour extends SerialBehaviour implements Serializable
-
Serialized Fields
-
current
int current
-
subBehaviours
List subBehaviours
-
-
-
Class jade.core.behaviours.SerialBehaviour extends CompositeBehaviour implements Serializable
-
Class jade.core.behaviours.SimpleBehaviour extends Behaviour implements Serializable
-
Class jade.core.behaviours.ThreadedBehaviourFactory.ThreadedBehaviourWrapper extends Behaviour implements Serializable
-
Class jade.core.behaviours.TickerBehaviour extends SimpleBehaviour implements Serializable
-
Serialized Fields
-
finished
boolean finished
-
fixedPeriod
boolean fixedPeriod
-
period
long period
-
startTime
long startTime
-
tickCount
int tickCount
-
wakeupTime
long wakeupTime
-
-
-
Class jade.core.behaviours.WakerBehaviour extends SimpleBehaviour implements Serializable
-
Serialized Fields
-
blockTime
long blockTime
-
finished
boolean finished
-
state
int state
-
timeout
long timeout
-
wakeupTime
long wakeupTime
-
-
-
Class jade.core.behaviours.WrapperBehaviour extends Behaviour implements Serializable
-
Serialized Fields
-
wrappedBehaviour
Behaviour wrappedBehaviour
-
-
-
-
Package jade.core.event
-
Class jade.core.event.AgentEvent extends JADEEvent implements Serializable
-
Serialized Fields
-
agent
AID agent
-
behaviour
BehaviourID behaviour
-
behaviourFrom
String behaviourFrom
-
behaviourTo
String behaviourTo
-
from
AgentState from
-
newPrincipal
JADEPrincipal newPrincipal
-
oldPrincipal
JADEPrincipal oldPrincipal
-
to
AgentState to
-
-
-
Class jade.core.event.ContainerEvent extends JADEEvent implements Serializable
-
Serialized Fields
-
agent
AID agent
-
-
-
Class jade.core.event.JADEEvent extends Event implements Serializable
-
Serialized Fields
-
time
Date time
-
-
-
Class jade.core.event.MessageEvent extends JADEEvent implements Serializable
-
Serialized Fields
-
from
Channel from
-
message
ACLMessage message
-
receiver
AID receiver
-
sender
AID sender
-
to
Channel to
-
-
-
Class jade.core.event.MTPEvent extends JADEEvent implements Serializable
-
Class jade.core.event.NotificationProxy extends SliceProxy implements Serializable
-
Class jade.core.event.PlatformEvent extends JADEEvent implements Serializable
-
Serialized Fields
-
agent
AID agent
-
containerRemoved
boolean containerRemoved
-
myPlatformName
String myPlatformName
-
newContainer
ContainerID newContainer
-
newOwnership
String newOwnership
-
oldOwnership
String oldOwnership
-
-
-
-
Package jade.core.management
-
Class jade.core.management.AgentManagementProxy extends SliceProxy implements Serializable
-
-
Package jade.core.messaging
-
Class jade.core.messaging.DeliveryTracing extends HashMap<String,Object> implements Serializable
-
Class jade.core.messaging.GenericMessage extends Object implements Serializable
- serialVersionUID:
- -6847398858738636483L
-
Serialization Methods
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
Class jade.core.messaging.MessagingProxy extends SliceProxy implements Serializable
-
Class jade.core.messaging.MessagingService.UnknownACLEncodingException extends NotFoundException implements Serializable
-
Class jade.core.messaging.MultipleGenericMessage extends GenericMessage implements Serializable
- serialVersionUID:
- -7698819276642567423L
-
Serialized Fields
-
length
int length
-
messages
List<GenericMessage> messages
-
-
Class jade.core.messaging.PersistentDeliveryProxy extends SliceProxy implements Serializable
-
Class jade.core.messaging.TopicManagementProxy extends SliceProxy implements Serializable
-
-
Package jade.core.mobility
-
Class jade.core.mobility.AgentMobilityProxy extends SliceProxy implements Serializable
-
-
Package jade.core.nodeMonitoring
-
Class jade.core.nodeMonitoring.UDPNodeMonitoringProxy extends SliceProxy implements Serializable
-
-
Package jade.core.replication
-
Class jade.core.replication.AddressNotificationProxy extends SliceProxy implements Serializable
-
Class jade.core.replication.AgentReplicationProxy extends SliceProxy implements Serializable
-
Class jade.core.replication.MainReplicationProxy extends SliceProxy implements Serializable
-
-
Package jade.core.resource
-
Class jade.core.resource.ResourceManagementProxy extends SliceProxy implements Serializable
-
-
Package jade.core.sam
-
Class jade.core.sam.AverageMeasure extends Object implements Serializable
- serialVersionUID:
- 423475294834L
-
Serialized Fields
-
nSamples
int nSamples
-
value
double value
-
variance
double variance
-
-
Class jade.core.sam.SAMInfo extends Object implements Serializable
- serialVersionUID:
- 84762938792387L
-
Class jade.core.sam.SAMProxy extends SliceProxy implements Serializable
- serialVersionUID:
- 87469234984L
-
-
Package jade.domain
-
Class jade.domain.ams extends Agent implements Serializable
-
Serialized Fields
-
amsMaxResults
int amsMaxResults
-
codec
Codec codec
-
eventQueue
InputQueue eventQueue
-
keepNotifyOnShutdown
boolean keepNotifyOnShutdown
-
logger
Logger logger
-
myPlatform
AgentManager myPlatform
-
pendingClonedAgents
Hashtable pendingClonedAgents
-
pendingDeadAgents
Hashtable pendingDeadAgents
-
pendingMovedAgents
Hashtable pendingMovedAgents
-
pendingNewAgents
Hashtable pendingNewAgents
-
pendingRemovedContainers
Hashtable pendingRemovedContainers
-
queueFeeder
AMSEventQueueFeeder queueFeeder
-
shuttingDown
boolean shuttingDown
-
theProfile
APDescription theProfile
-
toolNotification
ACLMessage toolNotification
-
-
-
Class jade.domain.df extends GuiAgent implements Serializable
-
Serialized Fields
-
agentDescriptions
KB agentDescriptions
-
amsSubscriber
AMSSubscriber amsSubscriber
-
children
List children
-
codec
Codec codec
-
dfSubscriptionResponder
SubscriptionResponder dfSubscriptionResponder
-
dscDFParentMap
HashMap dscDFParentMap
-
gui
DFGUIInterface gui
-
logger
Logger logger
-
maxLeaseTime
Date maxLeaseTime
-
maxResultLimit
int maxResultLimit
-
myDescription
DFAgentDescription myDescription
-
parents
List parents
-
pendingRequests
HashMap pendingRequests
-
searchIdCache
HashCache searchIdCache
-
searchIdCnt
int searchIdCnt
-
subManager
jade.domain.KBSubscriptionManager subManager
-
tbf
ThreadedBehaviourFactory tbf
-
-
-
Class jade.domain.DFSubscriber extends SubscriptionInitiator implements Serializable
- serialVersionUID:
- -5741304962740821073L
-
Serialized Fields
-
firstNotificationReceived
boolean firstNotificationReceived
-
-
Class jade.domain.FIPAException extends Exception implements Serializable
-
Serialized Fields
-
content
String content
-
msg
ACLMessage msg
-
-
-
Class jade.domain.RequestFIPAServiceBehaviour extends SimpleAchieveREInitiator implements Serializable
-
Serialized Fields
-
lastMsg
ACLMessage lastMsg
-
notYetReady
boolean notYetReady
-
outcome
FIPAException outcome
-
timeout
long timeout
-
-
-
Class jade.domain.RequestFIPAServiceBehaviour.NotYetReady extends Exception implements Serializable
-
Class jade.domain.RequestManagementBehaviour extends SimpleAchieveREResponder implements Serializable
-
Serialized Fields
-
myLogger
Logger myLogger
-
notification
ACLMessage notification
-
-
-
-
Package jade.domain.DFGUIManagement
-
Class jade.domain.DFGUIManagement.DeregisterFrom extends Object implements Serializable
-
Serialized Fields
-
description
DFAgentDescription description
-
df
AID df
-
-
-
Class jade.domain.DFGUIManagement.DFAppletOntology extends Ontology implements Serializable
-
Class jade.domain.DFGUIManagement.Federate extends Object implements Serializable
-
Serialized Fields
-
description
DFAgentDescription description
-
df
AID df
-
-
-
Class jade.domain.DFGUIManagement.GetDescription extends Object implements Serializable
-
Class jade.domain.DFGUIManagement.GetDescriptionUsed extends Object implements Serializable
-
Serialized Fields
-
parentDF
AID parentDF
-
-
-
Class jade.domain.DFGUIManagement.GetParents extends Object implements Serializable
-
Class jade.domain.DFGUIManagement.ModifyOn extends Object implements Serializable
-
Serialized Fields
-
description
DFAgentDescription description
-
df
AID df
-
-
-
Class jade.domain.DFGUIManagement.RegisterWith extends Object implements Serializable
-
Serialized Fields
-
description
DFAgentDescription description
-
df
AID df
-
-
-
Class jade.domain.DFGUIManagement.SearchOn extends Object implements Serializable
-
Serialized Fields
-
constraints
SearchConstraints constraints
-
description
DFAgentDescription description
-
df
AID df
-
-
-
-
Package jade.domain.FIPAAgentManagement
-
Class jade.domain.FIPAAgentManagement.AlreadyRegistered extends FailureException implements Serializable
-
Class jade.domain.FIPAAgentManagement.AMSAgentDescription extends Object implements Serializable
-
Class jade.domain.FIPAAgentManagement.APDescription extends Object implements Serializable
-
Class jade.domain.FIPAAgentManagement.APService extends Object implements Serializable
-
Class jade.domain.FIPAAgentManagement.Deregister extends Object implements Serializable
-
Serialized Fields
-
description
Object description
-
-
-
Class jade.domain.FIPAAgentManagement.DFAgentDescription extends Object implements Serializable
-
Class jade.domain.FIPAAgentManagement.Envelope extends Object implements Serializable
-
Serialized Fields
-
aclRepresentation
String aclRepresentation
-
comments
String comments
-
date
Date date
-
from
AID from
-
intendedReceiver
ArrayList intendedReceiver
-
payloadEncoding
String payloadEncoding
-
payloadLength
Long payloadLength
-
properties
ArrayList properties
-
stamps
ArrayList stamps
-
to
ArrayList to
-
transportBehaviour
Properties transportBehaviour
-
-
-
Class jade.domain.FIPAAgentManagement.ExceptionOntology extends Ontology implements Serializable
-
Class jade.domain.FIPAAgentManagement.FailureException extends FIPAException implements Serializable
-
Class jade.domain.FIPAAgentManagement.FIPAManagementOntology extends Ontology implements Serializable
-
Class jade.domain.FIPAAgentManagement.GetDescription extends Object implements Serializable
-
Class jade.domain.FIPAAgentManagement.InternalError extends FailureException implements Serializable
-
Serialized Fields
-
s1
String s1
-
-
-
Class jade.domain.FIPAAgentManagement.MissingArgument extends RefuseException implements Serializable
-
Serialized Fields
-
s1
String s1
-
-
-
Class jade.domain.FIPAAgentManagement.MissingParameter extends RefuseException implements Serializable
-
Class jade.domain.FIPAAgentManagement.Modify extends Object implements Serializable
-
Serialized Fields
-
description
Object description
-
-
-
Class jade.domain.FIPAAgentManagement.MultiValueProperty extends Property implements Serializable
-
Class jade.domain.FIPAAgentManagement.NotRegistered extends FailureException implements Serializable
-
Class jade.domain.FIPAAgentManagement.NotUnderstoodException extends FIPAException implements Serializable
-
Class jade.domain.FIPAAgentManagement.Property extends Object implements Serializable
-
Class jade.domain.FIPAAgentManagement.ReceivedObject extends Object implements Serializable
-
Class jade.domain.FIPAAgentManagement.RefuseException extends FIPAException implements Serializable
-
Class jade.domain.FIPAAgentManagement.Register extends Object implements Serializable
-
Serialized Fields
-
description
Object description
-
-
-
Class jade.domain.FIPAAgentManagement.Search extends Object implements Serializable
-
Serialized Fields
-
constraints
SearchConstraints constraints
-
description
Object description
-
-
-
Class jade.domain.FIPAAgentManagement.SearchConstraints extends Object implements Serializable
-
Class jade.domain.FIPAAgentManagement.ServiceDescription extends Object implements Serializable
-
Class jade.domain.FIPAAgentManagement.Unauthorised extends RefuseException implements Serializable
-
Class jade.domain.FIPAAgentManagement.UnexpectedAct extends NotUnderstoodException implements Serializable
-
Serialized Fields
-
s
String s
-
-
-
Class jade.domain.FIPAAgentManagement.UnexpectedArgument extends RefuseException implements Serializable
-
Serialized Fields
-
s1
String s1
-
-
-
Class jade.domain.FIPAAgentManagement.UnexpectedArgumentCount extends RefuseException implements Serializable
-
Class jade.domain.FIPAAgentManagement.UnexpectedParameter extends RefuseException implements Serializable
-
Class jade.domain.FIPAAgentManagement.UnrecognisedParameterValue extends RefuseException implements Serializable
-
Class jade.domain.FIPAAgentManagement.UnrecognisedValue extends NotUnderstoodException implements Serializable
-
Serialized Fields
-
s
String s
-
-
-
Class jade.domain.FIPAAgentManagement.UnsupportedAct extends NotUnderstoodException implements Serializable
-
Serialized Fields
-
s
String s
-
-
-
Class jade.domain.FIPAAgentManagement.UnsupportedFunction extends RefuseException implements Serializable
-
Serialized Fields
-
s
String s
-
-
-
Class jade.domain.FIPAAgentManagement.UnsupportedValue extends NotUnderstoodException implements Serializable
-
Serialized Fields
-
s
String s
-
-
-
-
Package jade.domain.introspection
-
Class jade.domain.introspection.ACLMessage extends Object implements Serializable
-
Class jade.domain.introspection.AddedBehaviour extends Object implements Serializable
-
Serialized Fields
-
agent
AID agent
-
behaviour
BehaviourID behaviour
-
-
-
Class jade.domain.introspection.AddedContainer extends Object implements Serializable
-
Serialized Fields
-
container
ContainerID container
-
ownership
String ownership
-
-
-
Class jade.domain.introspection.AddedMTP extends Object implements Serializable
-
Serialized Fields
-
address
String address
-
proto
String proto
-
where
ContainerID where
-
-
-
Class jade.domain.introspection.AMSSubscriber extends SimpleBehaviour implements Serializable
-
Serialized Fields
-
active
boolean active
-
ams
AID ams
-
AMSCancellation
ACLMessage AMSCancellation
-
AMSSubscription
ACLMessage AMSSubscription
-
handlers
Map handlers
-
listenTemplate
MessageTemplate listenTemplate
-
-
-
Class jade.domain.introspection.BornAgent extends Object implements Serializable
-
Class jade.domain.introspection.ChangedAgentOwnership extends Object implements Serializable
-
Serialized Fields
-
agent
AID agent
-
from
String from
-
to
String to
-
where
ContainerID where
-
-
-
Class jade.domain.introspection.ChangedAgentState extends Object implements Serializable
-
Serialized Fields
-
agent
AID agent
-
from
AgentState from
-
to
AgentState to
-
-
-
Class jade.domain.introspection.ChangedBehaviourState extends Object implements Serializable
-
Serialized Fields
-
agent
AID agent
-
behaviour
BehaviourID behaviour
-
from
String from
-
to
String to
-
-
-
Class jade.domain.introspection.DeadAgent extends Object implements Serializable
-
Serialized Fields
-
agent
AID agent
-
containerRemoved
Boolean containerRemoved
-
where
ContainerID where
-
-
-
Class jade.domain.introspection.EventRecord extends Object implements Serializable
-
Class jade.domain.introspection.FrozenAgent extends Object implements Serializable
-
Serialized Fields
-
agent
AID agent
-
bufferContainer
ContainerID bufferContainer
-
where
ContainerID where
-
-
-
Class jade.domain.introspection.GetKeys extends Object implements Serializable
-
Class jade.domain.introspection.GetValue extends Object implements Serializable
-
Serialized Fields
-
key
String key
-
-
-
Class jade.domain.introspection.IntrospectionOntology extends Ontology implements Serializable
-
Class jade.domain.introspection.IntrospectionServer extends CyclicBehaviour implements Serializable
-
Serialized Fields
-
codec
Codec codec
-
onto
Ontology onto
-
template
MessageTemplate template
-
-
-
Class jade.domain.introspection.KillContainerRequested extends Object implements Serializable
-
Serialized Fields
-
container
ContainerID container
-
-
-
Class jade.domain.introspection.MovedAgent extends Object implements Serializable
-
Serialized Fields
-
agent
AID agent
-
from
ContainerID from
-
to
ContainerID to
-
-
-
Class jade.domain.introspection.Occurred extends Object implements Serializable
-
Serialized Fields
-
arg
EventRecord arg
-
-
-
Class jade.domain.introspection.PlatformDescription extends Object implements Serializable
-
Serialized Fields
-
platform
APDescription platform
-
-
-
Class jade.domain.introspection.PostedMessage extends Object implements Serializable
-
Serialized Fields
-
message
ACLMessage message
-
receiver
AID receiver
-
sender
AID sender
-
-
-
Class jade.domain.introspection.ReceivedMessage extends Object implements Serializable
-
Serialized Fields
-
message
ACLMessage message
-
receiver
AID receiver
-
sender
AID sender
-
-
-
Class jade.domain.introspection.RemovedBehaviour extends Object implements Serializable
-
Serialized Fields
-
agent
AID agent
-
behaviour
BehaviourID behaviour
-
-
-
Class jade.domain.introspection.RemovedContainer extends Object implements Serializable
-
Serialized Fields
-
container
ContainerID container
-
-
-
Class jade.domain.introspection.RemovedMTP extends Object implements Serializable
-
Serialized Fields
-
address
String address
-
proto
String proto
-
where
ContainerID where
-
-
-
Class jade.domain.introspection.ResetEvents extends Object implements Serializable
-
Class jade.domain.introspection.ResumedAgent extends Object implements Serializable
-
Serialized Fields
-
agent
AID agent
-
where
ContainerID where
-
-
-
Class jade.domain.introspection.RoutedMessage extends Object implements Serializable
-
Serialized Fields
-
from
Channel from
-
message
ACLMessage message
-
to
Channel to
-
-
-
Class jade.domain.introspection.SentMessage extends Object implements Serializable
-
Serialized Fields
-
message
ACLMessage message
-
receiver
AID receiver
-
sender
AID sender
-
-
-
Class jade.domain.introspection.ShutdownPlatformRequested extends Object implements Serializable
-
Class jade.domain.introspection.StartNotify extends Object implements Serializable
-
Class jade.domain.introspection.StopNotify extends Object implements Serializable
-
Class jade.domain.introspection.SuspendedAgent extends Object implements Serializable
-
Serialized Fields
-
agent
AID agent
-
where
ContainerID where
-
-
-
Class jade.domain.introspection.ThawedAgent extends Object implements Serializable
-
Serialized Fields
-
agent
AID agent
-
bufferContainer
ContainerID bufferContainer
-
where
ContainerID where
-
-
-
-
Package jade.domain.JADEAgentManagement
-
Class jade.domain.JADEAgentManagement.CreateAgent extends Object implements Serializable
-
Serialized Fields
-
agentName
String agentName
-
arguments
List arguments
-
className
String className
-
container
ContainerID container
-
initialCredentials
Credentials initialCredentials
-
owner
JADEPrincipal owner
-
-
-
Class jade.domain.JADEAgentManagement.DebugOff extends Object implements Serializable
-
Class jade.domain.JADEAgentManagement.DebugOn extends Object implements Serializable
-
Class jade.domain.JADEAgentManagement.InstallMTP extends Object implements Serializable
-
Serialized Fields
-
address
String address
-
className
String className
-
container
ContainerID container
-
-
-
Class jade.domain.JADEAgentManagement.JADEManagementOntology extends Ontology implements Serializable
-
Class jade.domain.JADEAgentManagement.KillAgent extends Object implements Serializable
-
Class jade.domain.JADEAgentManagement.KillContainer extends Object implements Serializable
-
Serialized Fields
-
container
ContainerID container
-
password
String password
-
-
-
Class jade.domain.JADEAgentManagement.QueryAgentsOnLocation extends Object implements Serializable
-
Serialized Fields
-
location
Location location
-
-
-
Class jade.domain.JADEAgentManagement.QueryPlatformLocationsAction extends Object implements Serializable
-
Class jade.domain.JADEAgentManagement.ShowGui extends Object implements Serializable
-
Class jade.domain.JADEAgentManagement.ShutdownPlatform extends Object implements Serializable
-
Class jade.domain.JADEAgentManagement.SniffOff extends Object implements Serializable
-
Class jade.domain.JADEAgentManagement.SniffOn extends Object implements Serializable
-
Class jade.domain.JADEAgentManagement.UninstallMTP extends Object implements Serializable
-
Serialized Fields
-
address
String address
-
container
ContainerID container
-
-
-
Class jade.domain.JADEAgentManagement.WhereIsAgentAction extends Object implements Serializable
-
Serialized Fields
-
agentName
AID agentName
-
-
-
-
Package jade.domain.mobility
-
Class jade.domain.mobility.BehaviourLoadingOntology extends Ontology implements Serializable
-
Class jade.domain.mobility.CloneAction extends MoveAction implements Serializable
-
Serialized Fields
-
newName
String newName
-
-
-
Class jade.domain.mobility.LoadBehaviour extends Object implements Serializable
-
Class jade.domain.mobility.MobileAgentDescription extends Object implements Serializable
-
Serialized Fields
-
agentProfile
MobileAgentProfile agentProfile
-
agentVersion
String agentVersion
-
destination
Location destination
-
name
AID name
-
signature
String signature
-
-
-
Class jade.domain.mobility.MobileAgentLanguage extends Object implements Serializable
-
Class jade.domain.mobility.MobileAgentOS extends Object implements Serializable
-
Class jade.domain.mobility.MobileAgentProfile extends Object implements Serializable
-
Serialized Fields
-
language
MobileAgentLanguage language
-
os
MobileAgentOS os
-
system
MobileAgentSystem system
-
-
-
Class jade.domain.mobility.MobileAgentSystem extends Object implements Serializable
-
Class jade.domain.mobility.MobilityOntology extends Ontology implements Serializable
-
Class jade.domain.mobility.MoveAction extends Object implements Serializable
-
Serialized Fields
-
agentToMove
MobileAgentDescription agentToMove
-
-
-
Class jade.domain.mobility.Parameter extends Object implements Serializable
-
-
Package jade.domain.persistence
-
Class jade.domain.persistence.AgentGroup extends Object implements Serializable
-
Class jade.domain.persistence.DeleteAgent extends Object implements Serializable
-
Serialized Fields
-
agent
AID agent
-
repository
String repository
-
where
ContainerID where
-
-
-
Class jade.domain.persistence.DeleteAgentGroup extends Object implements Serializable
-
Serialized Fields
-
group
AgentGroup group
-
repository
String repository
-
-
-
Class jade.domain.persistence.DeleteContainer extends Object implements Serializable
-
Serialized Fields
-
container
ContainerID container
-
repository
String repository
-
where
ContainerID where
-
-
-
Class jade.domain.persistence.FreezeAgent extends Object implements Serializable
-
Serialized Fields
-
agent
AID agent
-
bufferContainer
ContainerID bufferContainer
-
repository
String repository
-
-
-
Class jade.domain.persistence.LoadAgent extends Object implements Serializable
-
Serialized Fields
-
agent
AID agent
-
repository
String repository
-
where
ContainerID where
-
-
-
Class jade.domain.persistence.LoadAgentGroup extends Object implements Serializable
-
Serialized Fields
-
group
AgentGroup group
-
repository
String repository
-
-
-
Class jade.domain.persistence.LoadContainer extends Object implements Serializable
-
Serialized Fields
-
container
ContainerID container
-
repository
String repository
-
-
-
Class jade.domain.persistence.PersistenceOntology extends Ontology implements Serializable
-
Class jade.domain.persistence.ReloadAgent extends Object implements Serializable
-
Class jade.domain.persistence.SaveAgent extends Object implements Serializable
-
Class jade.domain.persistence.SaveAgentGroup extends Object implements Serializable
-
Serialized Fields
-
group
AgentGroup group
-
repository
String repository
-
-
-
Class jade.domain.persistence.SaveContainer extends Object implements Serializable
-
Serialized Fields
-
container
ContainerID container
-
repository
String repository
-
-
-
Class jade.domain.persistence.ThawAgent extends Object implements Serializable
-
Serialized Fields
-
agent
AID agent
-
newContainer
ContainerID newContainer
-
repository
String repository
-
-
-
-
Package jade.gui
-
Class jade.gui.AboutJadeAction extends AbstractAction implements Serializable
-
Class jade.gui.AclGui extends JPanel implements Serializable
-
Serialized Fields
-
aclPanel
JPanel aclPanel
-
bottomBorder
int bottomBorder
-
by
JTextField by
-
colWidth
int[] colWidth
-
comments
JTextArea comments
-
communicativeAct
JComboBox communicativeAct
-
constraint
GridBagConstraints constraint
-
content
JTextArea content
-
conversationId
JTextField conversationId
-
date
JTextField date
-
dateButton
JButton dateButton
-
dateDate
Date dateDate
-
dateRec
JTextField dateRec
-
dateRecButton
JButton dateRecButton
-
dateRecDate
Date dateRecDate
-
defaultEnvelopeButton
JButton defaultEnvelopeButton
-
encoding
JTextField encoding
-
fipaActVector
Vector fipaActVector
-
fipaProtocolArrayList
ArrayList fipaProtocolArrayList
-
firstPaintFlag
boolean firstPaintFlag
-
from
JTextField from
-
fromAID
AID fromAID
-
fromButton
JButton fromButton
-
fromRec
JTextField fromRec
-
gridNCol
int gridNCol
-
gridNRow
int gridNRow
-
guiEnabledFlag
boolean guiEnabledFlag
-
id
JTextField id
-
inReplyTo
JTextField inReplyTo
-
intendedReceiverPanel
VisualAIDList intendedReceiverPanel
-
language
JTextField language
-
lastSelectedIndex
int lastSelectedIndex
-
lastSelectedItem
String lastSelectedItem
-
leftBorder
int leftBorder
-
lm
GridBagLayout lm
-
logger
Logger logger
-
minDim
Dimension minDim
-
newAIDFrom
AID newAIDFrom
-
newAIDSender
AID newAIDSender
-
ontology
JTextField ontology
-
ownerGui
Component ownerGui
-
payloadEncoding
JTextField payloadEncoding
-
payloadLength
JTextField payloadLength
-
propertiesListPanel
VisualPropertiesList propertiesListPanel
-
protocol
JComboBox protocol
-
receiverListPanel
VisualAIDList receiverListPanel
-
replyBy
JTextField replyBy
-
replyByDate
Date replyByDate
-
replyBySet
JButton replyBySet
-
replyToListPanel
VisualAIDList replyToListPanel
-
replyWith
JTextField replyWith
-
representation
JTextField representation
-
rightBorder
int rightBorder
-
sender
JTextField sender
-
SenderAID
AID SenderAID
-
senderButton
JButton senderButton
-
senderEnabledFlag
boolean senderEnabledFlag
-
slFormatter
SLFormatter slFormatter
-
toPanel
VisualAIDList toPanel
-
topBorder
int topBorder
-
via
JTextField via
-
xSpacing
int xSpacing
-
ySpacing
int ySpacing
-
-
-
Class jade.gui.AgentTree extends JPanel implements Serializable
-
Class jade.gui.AgentTree.AgentNode extends AgentTree.Node implements Serializable
-
Class jade.gui.AgentTree.ContainerNode extends AgentTree.Node implements Serializable
-
Serialized Fields
-
addressmachine
InetAddress addressmachine
-
containerType
String containerType
-
-
-
Class jade.gui.AgentTree.LocalPlatformFolderNode extends AgentTree.Node implements Serializable
-
Class jade.gui.AgentTree.Node extends DefaultMutableTreeNode implements Serializable
-
Class jade.gui.AgentTree.RemoteAgentNode extends AgentTree.AgentNode implements Serializable
-
Serialized Fields
-
amsd
AMSAgentDescription amsd
-
-
-
Class jade.gui.AgentTree.RemotePlatformNode extends AgentTree.Node implements Serializable
-
Serialized Fields
-
amsAID
AID amsAID
-
AP_Profile
APDescription AP_Profile
-
-
-
Class jade.gui.AgentTree.RemotePlatformsFolderNode extends AgentTree.Node implements Serializable
-
Class jade.gui.AgentTree.SuperContainer extends AgentTree.Node implements Serializable
-
Class jade.gui.AgentTreeModel extends DefaultTreeModel implements Serializable
-
Class jade.gui.AIDGui extends JDialog implements Serializable
-
Serialized Fields
-
addressListPanel
VisualStringList addressListPanel
-
agentAID
AID agentAID
-
checkSlots
boolean checkSlots
-
editable
boolean editable
-
isLocalName
JCheckBox isLocalName
-
nameText
JTextField nameText
-
out
AID out
-
parentGUI
Component parentGUI
-
propertiesListPanel
VisualPropertiesList propertiesListPanel
-
resolverListPanel
VisualAIDList resolverListPanel
-
-
-
Class jade.gui.APDescriptionPanel extends JPanel implements Serializable
-
Serialized Fields
-
MTPs_List
VisualAPServiceList MTPs_List
-
platformName_Field
JTextField platformName_Field
-
-
-
Class jade.gui.APServicePanel extends JPanel implements Serializable
-
Serialized Fields
-
address_List
VisualStringList address_List
-
name_Field
JTextField name_Field
-
type_Field
JTextField type_Field
-
-
-
Class jade.gui.ClassSelectionDialog extends JDialog implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
classesLoaded
boolean classesLoaded
-
classfilter
ClassFinderFilter classfilter
-
classname
String classname
-
jButtonCancel
JButton jButtonCancel
-
jButtonOk
JButton jButtonOk
-
jContentPane
JPanel jContentPane
-
jLabelStatus
JLabel jLabelStatus
-
jPanel
JPanel jPanel
-
jScrollPane
JScrollPane jScrollPane
-
jTable
JTable jTable
-
jTableModel
ClassSelectionDialog.ClassesTableModel jTableModel
-
result
int result
-
selectedClassname
String selectedClassname
-
-
Class jade.gui.ClassSelectionDialog.ClassesTableModel extends AbstractTableModel implements Serializable
- serialVersionUID:
- 1L
-
Class jade.gui.ConstraintDlg extends JDialog implements Serializable
-
Serialized Fields
-
constraints
SearchConstraints constraints
-
maxDepth
JTextField maxDepth
-
maxResult
JTextField maxResult
-
-
-
Class jade.gui.DFAgentDscDlg extends JDialog implements Serializable
-
Serialized Fields
-
absDateLeaseTime
Date absDateLeaseTime
-
agentName
JTextField agentName
-
checkSlots
boolean checkSlots
-
dfdAgent
DFAgentDescription dfdAgent
-
dlgParent
Dialog dlgParent
-
editable
boolean editable
-
languagesListPanel
VisualStringList languagesListPanel
-
newAID
AID newAID
-
ontologiesListPanel
VisualStringList ontologiesListPanel
-
out
DFAgentDescription out
-
protocolsListPanel
VisualStringList protocolsListPanel
-
servicesListPanel
VisualServicesList servicesListPanel
-
setLTDateb
JButton setLTDateb
-
textFieldLeaseTime
JTextField textFieldLeaseTime
-
-
-
Class jade.gui.GuiAgent extends Agent implements Serializable
- serialVersionUID:
- 3487495895819010L
-
Class jade.gui.JadeLogoButton extends JButton implements Serializable
-
Class jade.gui.ServiceDscDlg extends JDialog implements Serializable
-
Serialized Fields
-
checkSlots
boolean checkSlots
-
editable
boolean editable
-
languagesListPanel
VisualStringList languagesListPanel
-
ontologiesListPanel
VisualStringList ontologiesListPanel
-
out
ServiceDescription out
-
propertiesListPanel
VisualPropertiesList propertiesListPanel
-
protocolsListPanel
VisualStringList protocolsListPanel
-
serviceDesc
ServiceDescription serviceDesc
-
txtName
JTextField txtName
-
txtOwner
JTextField txtOwner
-
txtType
JTextField txtType
-
-
-
Class jade.gui.StringDlg extends JDialog implements Serializable
-
Serialized Fields
-
hint
String hint
-
out
String out
-
parentGUI
Component parentGUI
-
txtString
JTextField txtString
-
-
-
Class jade.gui.TreeHelp extends JDialog implements Serializable
-
Serialized Fields
-
helpURL
URL helpURL
-
htmlPane
JEditorPane htmlPane
-
lineStyle
String lineStyle
-
playWithLineStyle
boolean playWithLineStyle
-
-
-
Class jade.gui.TreeIconRenderer extends JLabel implements Serializable
-
Class jade.gui.UserPropertyGui extends JDialog implements Serializable
-
Serialized Fields
-
editable
boolean editable
-
nameValue
JTextField nameValue
-
out
jade.gui.SingleProperty out
-
parentGUI
Component parentGUI
-
thisGui
UserPropertyGui thisGui
-
valueValue
JTextField valueValue
-
-
-
Class jade.gui.VisualAIDList extends VisualStringList implements Serializable
-
Serialized Fields
-
checkSlots
boolean checkSlots
-
-
-
Class jade.gui.VisualAPServiceList extends VisualStringList implements Serializable
-
Class jade.gui.VisualPropertiesList extends VisualStringList implements Serializable
-
Serialized Fields
-
userDefinedSlots
Properties userDefinedSlots
-
-
-
Class jade.gui.VisualServicesList extends VisualStringList implements Serializable
-
Serialized Fields
-
checkSlots
boolean checkSlots
-
-
-
Class jade.gui.VisualStringList extends JPanel implements Serializable
-
Serialized Fields
-
addItem
JMenuItem addItem
-
editItem
JMenuItem editItem
-
genericList
JList genericList
-
listModel
DefaultListModel listModel
-
owner
Component owner
-
pane
JScrollPane pane
-
popUp
JPopupMenu popUp
-
removeItem
JMenuItem removeItem
-
-
-
-
Package jade.imtp.leap
-
Class jade.imtp.leap.ConnectionDropped extends ICPException implements Serializable
-
Class jade.imtp.leap.ICPDispatchException extends ICPException implements Serializable
-
Serialized Fields
-
sessionId
int sessionId
-
-
-
Class jade.imtp.leap.ICPException extends WrapperException implements Serializable
-
Class jade.imtp.leap.LEAPSerializationException extends Exception implements Serializable
-
Serialized Fields
-
detail
Throwable detail
Nested Exception to hold wrapped exception.
-
-
-
-
Package jade.imtp.leap.http
-
Class jade.imtp.leap.http.HTTPAddress extends Object implements Serializable
-
Class jade.imtp.leap.http.HTTPSAddress extends HTTPAddress implements Serializable
-
-
Package jade.imtp.leap.JICP
-
Package jade.imtp.leap.sms
-
Class jade.imtp.leap.sms.SMSManagerGui extends JFrame implements Serializable
-
Serialized Fields
-
msisdnTF
JTextField msisdnTF
-
portTF
JTextField portTF
-
textTA
JTextArea textTA
-
theSMSManager
SMSManager theSMSManager
-
-
-
-
Package jade.imtp.rmi
-
Package jade.lang.acl
-
Class jade.lang.acl.ACLCodec.CodecException extends Exception implements Serializable
-
Serialized Fields
-
nested
Throwable nested
-
-
-
Class jade.lang.acl.ACLMessage extends Object implements Serializable
- serialVersionUID:
- 3945353187608998130L
-
Serialized Fields
-
byteSequenceContent
byte[] byteSequenceContent
-
content
StringBuffer content
-
conversation_id
String conversation_id
-
dests
ArrayList dests
-
encoding
String encoding
-
in_reply_to
String in_reply_to
-
language
String language
-
messageEnvelope
Envelope messageEnvelope
-
ontology
String ontology
-
performative
int performative
-
persistentID
Long persistentID
-
postTimeStamp
long postTimeStamp
-
protocol
String protocol
-
reply_byInMillisec
long reply_byInMillisec
-
reply_to
ArrayList reply_to
-
reply_with
String reply_with
-
source
AID source
-
userDefProps
Properties userDefProps
-
-
Class jade.lang.acl.ConversationList extends Object implements Serializable
-
Serialized Fields
-
cnt
int cnt
-
conversations
HashSet conversations
-
myAgent
Agent myAgent
-
myTemplate
MessageTemplate myTemplate
-
-
-
Class jade.lang.acl.MessageTemplate extends Object implements Serializable
-
Serialized Fields
-
id
String id
-
toMatch
MessageTemplate.MatchExpression toMatch
-
-
-
Class jade.lang.acl.ParseException extends Exception implements Serializable
-
Serialized Fields
-
currentToken
Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token. -
eol
String eol
The end of line string for this machine. -
expectedTokenSequences
int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse. -
specialConstructor
boolean specialConstructor
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below). -
tokenImage
String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.
-
-
-
Class jade.lang.acl.TokenMgrError extends Error implements Serializable
-
Serialized Fields
-
errorCode
int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.
-
-
-
Class jade.lang.acl.UnreadableException extends Exception implements Serializable
-
-
Package jade.mtp
-
Class jade.mtp.MTPDescriptor extends Object implements Serializable
-
Class jade.mtp.MTPException extends WrapperException implements Serializable
-
-
Package jade.mtp.http
-
Class jade.mtp.http.HTTPAddress extends Object implements Serializable
-
Serialized Fields
-
url
URL url
-
-
-
-
Package jade.proto
-
Class jade.proto.AchieveREInitiator extends jade.proto.Initiator implements Serializable
-
Serialized Fields
-
ALL_REQUESTS_KEY
String ALL_REQUESTS_KEY
key to retrieve from the DataStore of the behaviour the vector of ACLMessage objects that have been sent. -
ALL_RESPONSES_KEY
String ALL_RESPONSES_KEY
key to retrieve from the DataStore of the behaviour the vector of ACLMessage objects that have been received as response. -
ALL_RESULT_NOTIFICATIONS_KEY
String ALL_RESULT_NOTIFICATIONS_KEY
key to retrieve from the DataStore of the behaviour the vector of ACLMessage objects that have been received as result notifications. -
allResponsesReceived
boolean allResponsesReceived
-
REPLY_KEY
String REPLY_KEY
key to retrieve from the DataStore of the behaviour the last ACLMessage object that has been received (null if the timeout expired). -
REQUEST_KEY
String REQUEST_KEY
key to retrieve from the DataStore of the behaviour the ACLMessage object passed in the constructor of the class. -
toBeReset
String[] toBeReset
-
-
-
Class jade.proto.AchieveREResponder extends FSMBehaviour implements Serializable
-
Serialized Fields
-
rec
MsgReceiver rec
-
REQUEST_KEY
String REQUEST_KEY
key to retrieve from the DataStore of the behaviour the ACLMessage object sent by the initiator. -
RESPONSE_KEY
String RESPONSE_KEY
key to retrieve from the DataStore of the behaviour the ACLMessage object sent as a response to the initiator. -
RESULT_NOTIFICATION_KEY
String RESULT_NOTIFICATION_KEY
key to retrieve from the DataStore of the behaviour the ACLMessage object sent as a result notification to the initiator.
-
-
-
Class jade.proto.ContractNetInitiator extends jade.proto.Initiator implements Serializable
-
Serialized Fields
-
ALL_ACCEPTANCES_KEY
String ALL_ACCEPTANCES_KEY
key to retrieve from the DataStore of the behaviour the vector of ACCEPT/REJECT_PROPOSAL ACLMessage objects that have to be sent -
ALL_CFPS_KEY
String ALL_CFPS_KEY
key to retrieve from the DataStore of the behaviour the vector of CFP ACLMessage objects that have to be sent. -
ALL_RESPONSES_KEY
String ALL_RESPONSES_KEY
key to retrieve from the DataStore of the behaviour the vector of ACLMessage objects that have been received as response. -
ALL_RESULT_NOTIFICATIONS_KEY
String ALL_RESULT_NOTIFICATIONS_KEY
key to retrieve from the DataStore of the behaviour the vector of ACLMessage objects that have been received as result notifications. -
CFP_KEY
String CFP_KEY
key to retrieve from the DataStore of the behaviour the ACLMessage object passed in the constructor of the class. -
moreAcceptancesToSend
boolean moreAcceptancesToSend
-
REPLY_KEY
String REPLY_KEY
key to retrieve from the DataStore of the behaviour the last ACLMessage object that has been received (null if the timeout expired). -
skipNextRespFlag
boolean skipNextRespFlag
-
step
int step
-
toBeReset
String[] toBeReset
-
-
-
Class jade.proto.ContractNetResponder extends SSContractNetResponder implements Serializable
-
Serialized Fields
-
PROPOSE_ACCEPTANCE_KEY
String PROPOSE_ACCEPTANCE_KEY
Deprecated.Use eitherACCEPT_PROPOSAL_KEYorREJECT_PROPOSAL_KEYaccording to the message that has been received -
RESPONSE_KEY
String RESPONSE_KEY
Deprecated.UseREPLY_KEY -
RESULT_NOTIFICATION_KEY
String RESULT_NOTIFICATION_KEY
Deprecated.UseREPLY_KEY
-
-
-
Class jade.proto.IteratedAchieveREInitiator extends AchieveREInitiator implements Serializable
-
Serialized Fields
-
ALL_NEXT_REQUESTS_KEY
String ALL_NEXT_REQUESTS_KEY
Key to retrieve from the DataStore of the behaviour the vector of ACLMessage objects that will be sent at next round.
-
-
-
Class jade.proto.ProposeInitiator extends FSMBehaviour implements Serializable
-
Serialized Fields
-
ALL_INITIATIONS_K
String ALL_INITIATIONS_K
key to retrieve from the DataStore of the behaviour the vector of PROPOSE ACLMessage objects that have to be sent. -
ALL_RESPONSES_KEY
String ALL_RESPONSES_KEY
key to retrieve from the DataStore of the behaviour the vector of ACLMessage objects that have been received as responses. -
allResponsesReceived
boolean allResponsesReceived
-
initiation
ACLMessage initiation
-
INITIATION_K
String INITIATION_K
key to retrieve from the DataStore of the behaviour the ACLMessage object passed in the constructor of the class. -
REPLY_KEY
String REPLY_KEY
key to retrieve from the DataStore of the behaviour the last ACLMessage object that has been received (null if the timeout expired). -
replyReceiver
MsgReceiver replyReceiver
-
replyTemplate
MessageTemplate replyTemplate
-
sessions
Map sessions
-
toBeReset
String[] toBeReset
-
-
-
Class jade.proto.ProposeResponder extends FSMBehaviour implements Serializable
-
Serialized Fields
-
PROPOSE_KEY
String PROPOSE_KEY
key to retrieve from the DataStore of the behaviour the ACLMessage object sent by the initiator. -
rec
MsgReceiver rec
-
RESPONSE_KEY
String RESPONSE_KEY
key to retrieve from the DataStore of the behaviour the ACLMessage object sent as a response to the initiator.
-
-
-
Class jade.proto.SimpleAchieveREInitiator extends SimpleBehaviour implements Serializable
-
Serialized Fields
-
ALL_RESPONSES_KEY
String ALL_RESPONSES_KEY
key to retrive all the responses received. -
ALL_RESULT_NOTIFICATIONS_KEY
String ALL_RESULT_NOTIFICATIONS_KEY
key to retrive the result notification received. -
endingTime
long endingTime
-
finished
boolean finished
-
logger
Logger logger
-
mt
MessageTemplate mt
-
REQUEST_KEY
String REQUEST_KEY
key to retrive from the datastore the ACLMessage passed in the constructor -
REQUEST_SENT_KEY
String REQUEST_SENT_KEY
key to retrive from the datastore the ACLMessage that has been sent. -
SECOND_REPLY_KEY
String SECOND_REPLY_KEY
key to retrive the second reply received. -
state
int state
-
timeout
long timeout
-
-
-
Class jade.proto.SimpleAchieveREResponder extends SimpleBehaviour implements Serializable
-
Serialized Fields
-
finished
boolean finished
-
REQUEST_KEY
String REQUEST_KEY
- See Also:
AchieveREResponder.REQUEST_KEY
-
RESPONSE_KEY
String RESPONSE_KEY
- See Also:
AchieveREResponder.RESPONSE_KEY
-
RESULT_NOTIFICATION_KEY
String RESULT_NOTIFICATION_KEY
-
state
int state
-
template
MessageTemplate template
-
-
-
Class jade.proto.SSContractNetResponder extends jade.proto.SSResponder implements Serializable
-
Serialized Fields
-
ACCEPT_PROPOSAL_KEY
String ACCEPT_PROPOSAL_KEY
Key to retrieve from the DataStore of the behaviour the last received ACCEPT_PROPOSAL ACLMessage -
CFP_KEY
String CFP_KEY
Key to retrieve from the DataStore of the behaviour the last received CFP ACLMessage -
PROPOSE_KEY
String PROPOSE_KEY
Key to retrieve from the DataStore of the behaviour the last sent PROPOSE ACLMessage -
proposeSent
boolean proposeSent
-
REJECT_PROPOSAL_KEY
String REJECT_PROPOSAL_KEY
Key to retrieve from the DataStore of the behaviour the last received REJECT_PROPOSAL ACLMessage
-
-
-
Class jade.proto.SSIteratedAchieveREResponder extends jade.proto.SSResponder implements Serializable
-
Serialized Fields
-
CANCEL_KEY
String CANCEL_KEY
Key to retrieve from the DataStore of the behaviour the last received CANCEL ACLMessage -
initiationPerformative
int initiationPerformative
-
REQUEST_KEY
String REQUEST_KEY
Key to retrieve from the DataStore of the behaviour the last received REQUEST ACLMessage -
sessionClosed
boolean sessionClosed
-
-
-
Class jade.proto.SSIteratedContractNetResponder extends SSContractNetResponder implements Serializable
-
Class jade.proto.SSResponderDispatcher extends CyclicBehaviour implements Serializable
-
Serialized Fields
-
activeConversations
ConversationList activeConversations
-
template
MessageTemplate template
-
-
-
Class jade.proto.SubscriptionInitiator extends jade.proto.Initiator implements Serializable
-
Serialized Fields
-
ALL_RESPONSES_KEY
String ALL_RESPONSES_KEY
key to retrieve from the DataStore of the behaviour the vector of ACLMessage objects that have been received as responses. -
ALL_SUBSCRIPTIONS_KEY
String ALL_SUBSCRIPTIONS_KEY
key to retrieve from the DataStore of the behaviour the vector of subscription ACLMessage objects that have been sent. -
allResponsesReceived
boolean allResponsesReceived
-
REPLY_KEY
String REPLY_KEY
key to retrieve from the DataStore of the behaviour the last ACLMessage object that has been received (null if the timeout expired). -
SUBSCRIPTION_KEY
String SUBSCRIPTION_KEY
key to retrieve from the DataStore of the behaviour the subscription ACLMessage object passed in the constructor of the class. -
toBeReset
String[] toBeReset
-
-
-
Class jade.proto.SubscriptionResponder extends FSMBehaviour implements Serializable
-
Serialized Fields
-
CANCEL_KEY
String CANCEL_KEY
key to retrieve from the DataStore of the behaviour the ACLMessage object sent by the initiator to cancel a subscription. -
msgRecBehaviour
MsgReceiver msgRecBehaviour
-
myLogger
Logger myLogger
-
mySubscriptionManager
SubscriptionResponder.SubscriptionManager mySubscriptionManager
TheSubscriptionManagerused by thisSubscriptionResponderto register subscriptions -
notifications
List notifications
-
RESPONSE_KEY
String RESPONSE_KEY
key to retrieve from the DataStore of the behaviour the ACLMessage object sent as a response to the initiator. -
SUBSCRIPTION_KEY
String SUBSCRIPTION_KEY
key to retrieve from the DataStore of the behaviour the ACLMessage object sent by the initiator as a subscription. -
subscriptions
Hashtable subscriptions
-
-
-
Class jade.proto.TwoPh0Initiator extends jade.proto.Initiator implements Serializable
-
Serialized Fields
-
ALL_CFPS_KEY
String ALL_CFPS_KEY
key to retrieve from the DataStore of the behaviour the vector of CFP messages that have to be sent. -
ALL_PENDINGS_KEY
String ALL_PENDINGS_KEY
key to retrieve from the DataStore of the behaviour the vector of CFP messages for which a response has not been received yet. -
ALL_PROPOSES_KEY
String ALL_PROPOSES_KEY
key to retrieve from the DataStore of the behaviour the vector of PROPOSE messages that have been received as response. -
ALL_RESPONSES_KEY
String ALL_RESPONSES_KEY
key to retrieve from the DataStore of the behaviour the vector of all messages that have been received as response. -
CFP_KEY
String CFP_KEY
key to retrieve from the DataStore of the behaviour the ACLMessage object passed in the constructor of the class. -
outputKey
String outputKey
-
REPLY_KEY
String REPLY_KEY
key to retrieve from the DataStore of the behaviour the last ACLMessage object that has been received (null if the timeout expired). -
toBeReset
String[] toBeReset
-
totSessions
int totSessions
-
-
-
Class jade.proto.TwoPh1Initiator extends jade.proto.Initiator implements Serializable
-
Serialized Fields
-
ALL_CONFIRMS_KEY
String ALL_CONFIRMS_KEY
key to retrieve from the DataStore of the behaviour the Vector of CONFIRM messages that have been received as response. -
ALL_DISCONFIRMS_KEY
String ALL_DISCONFIRMS_KEY
key to retrieve from the DataStore of the behaviour the Vector of DISCONFIRM messages that have been received as response. -
ALL_INFORMS_KEY
String ALL_INFORMS_KEY
key to retrieve from the DataStore of the behaviour the Vector of INFORM messages that have been received as response. -
ALL_PENDINGS_KEY
String ALL_PENDINGS_KEY
key to retrieve from the DataStore of the behaviour the Vector of QUERY_IF messages for which a response has not been received yet. -
ALL_QUERYIFS_KEY
String ALL_QUERYIFS_KEY
key to retrieve from the DataStore of the behaviour the Vector of QUERY_IF messages that have to be sent. -
ALL_RESPONSES_KEY
String ALL_RESPONSES_KEY
key to retrieve from the DataStore of the behaviour the Vector of all messages that have been received as response. -
outputKey
String outputKey
-
QUERYIF_KEY
String QUERYIF_KEY
key to retrieve from the DataStore of the behaviour the ACLMessage object passed in the constructor of the class. -
REPLY_KEY
String REPLY_KEY
key to retrieve from the DataStore of the behaviour the last ACLMessage object that has been received (null if the timeout expired). -
toBeReset
String[] toBeReset
-
totSessions
int totSessions
-
-
-
Class jade.proto.TwoPh2Initiator extends jade.proto.Initiator implements Serializable
-
Serialized Fields
-
ACCEPTANCE_KEY
String ACCEPTANCE_KEY
key to retrieve from the DataStore of the behaviour the ACLMessage object passed in the constructor of the class. -
ALL_ACCEPTANCES_KEY
String ALL_ACCEPTANCES_KEY
key to retrieve from the DataStore of the behaviour the vector of ACCEPT_PROPOSAL or REJECT_PROPOSAL messages that have to be sent. -
ALL_INFORMS_KEY
String ALL_INFORMS_KEY
key to retrieve from the DataStore of the behaviour the vector of INFORM messages that have been received as response. -
ALL_PENDINGS_KEY
String ALL_PENDINGS_KEY
key to retrieve from the DataStore of the behaviour the vector of ACCEPT_PROPOSAL or REJECT_PROPOSAL messages for which a response has not been received yet. -
ALL_RESPONSES_KEY
String ALL_RESPONSES_KEY
key to retrieve from the DataStore of the behaviour the Vector of all messages that have been received as response. -
REPLY_KEY
String REPLY_KEY
key to retrieve from the DataStore of the behaviour the last ACLMessage object that has been received (null if the timeout expired). -
toBeReset
String[] toBeReset
-
-
-
Class jade.proto.TwoPhInitiator extends FSMBehaviour implements Serializable
-
Serialized Fields
-
currentLogging
boolean currentLogging
-
logging
boolean logging
-
-
-
Class jade.proto.TwoPhResponder extends jade.proto.Responder implements Serializable
-
Serialized Fields
-
phase
int phase
-
-
-
-
Package jade.proto.states
-
Class jade.proto.states.HandlerSelector extends FSMBehaviour implements Serializable
-
Class jade.proto.states.MsgReceiver extends SimpleBehaviour implements Serializable
-
Serialized Fields
-
deadline
long deadline
-
expired
boolean expired
-
interrupted
boolean interrupted
-
received
boolean received
-
receivedMsgKey
Object receivedMsgKey
-
ret
int ret
-
template
MessageTemplate template
-
-
-
Class jade.proto.states.ReplySender extends OneShotBehaviour implements Serializable
-
Class jade.proto.states.StateResetter extends OneShotBehaviour implements Serializable
-
Serialized Fields
-
sname
String[] sname
-
-
-
-
Package jade.security
-
Class jade.security.JADESecurityException extends Exception implements Serializable
-
-
Package jade.tools
-
Class jade.tools.ToolAgent extends Agent implements Serializable
-
Serialized Fields
-
AMSCancellation
ACLMessage AMSCancellation
-
AMSSubscription
ACLMessage AMSSubscription
-
-
-
Class jade.tools.ToolAgent.AMSListenerBehaviour extends AMSSubscriber implements Serializable
-
Class jade.tools.ToolNotifier extends ToolAgent implements Serializable
-
Serialized Fields
-
AMSSubscribe
SequentialBehaviour AMSSubscribe
-
myLogger
Logger myLogger
-
observedAgents
Set observedAgents
-
observerAgent
AID observerAgent
-
pendingEvents
HashMap pendingEvents
-
state
int state
-
-
-
-
Package jade.tools.applet
-
Class jade.tools.applet.DFApplet extends Applet implements Serializable
-
Class jade.tools.applet.FIPAAppletRequestProto.NotYetReady extends Exception implements Serializable
-
Class jade.tools.applet.JADEAppletRequestProto.NotYetReady extends Exception implements Serializable
-
-
Package jade.tools.dfgui
-
Class jade.tools.dfgui.DFGUI extends JFrame implements Serializable
-
Serialized Fields
-
childrenModel
jade.tools.dfgui.AgentNameTableModel childrenModel
-
childrenTable
JTable childrenTable
-
deregB
JButton deregB
-
dfDeregAction
jade.tools.dfgui.DFGUIDeregisterAction dfDeregAction
-
dfFedAction
jade.tools.dfgui.DFGUIFederateAction dfFedAction
-
dfModifyAction
jade.tools.dfgui.DFGUIModifyAction dfModifyAction
-
dfRegAction
jade.tools.dfgui.DFGUIRegisterAction dfRegAction
-
dfSearchAction
jade.tools.dfgui.DFGUISearchAction dfSearchAction
-
dfViewAction
jade.tools.dfgui.DFGUIViewAction dfViewAction
-
fedDFB
JButton fedDFB
-
foundModel
jade.tools.dfgui.AgentNameTableModel foundModel
-
foundTable
JTable foundTable
-
lastDF
AID lastDF
-
lastSearchResults
HashMap lastSearchResults
-
modifyB
JButton modifyB
-
myAgent
DFGUIAdapter myAgent
-
parentModel
jade.tools.dfgui.AgentNameTableModel parentModel
-
parentTable
JTable parentTable
-
refreshB
JButton refreshB
-
refreshItem
JMenuItem refreshItem
-
registeredModel
jade.tools.dfgui.AgentNameTableModel registeredModel
-
registeredTable
JTable registeredTable
-
regNewB
JButton regNewB
-
searchB
JButton searchB
-
searchWithB
JButton searchWithB
-
statusField
JTextField statusField
-
tabbedPane
JTabbedPane tabbedPane
-
tablePane
JSplitPane tablePane
-
textScroll
JScrollPane textScroll
-
viewB
JButton viewB
-
-
-
-
Package jade.tools.DummyAgent
-
Class jade.tools.DummyAgent.DummyAgent extends Agent implements Serializable
-
-
Package jade.tools.gui
-
Class jade.tools.gui.ACLAIDDialog extends JDialog implements Serializable
-
Serialized Fields
-
addressesList
AIDAddressList addressesList
-
agent
Agent agent
-
buttonPanel
JPanel buttonPanel
-
cancelButton
JButton cancelButton
-
CANCELLED
String CANCELLED
-
editable
boolean editable
-
gridBagLayout1
GridBagLayout gridBagLayout1
-
itsAID
AID itsAID
-
jLabel1
JLabel jLabel1
-
jLabel2
JLabel jLabel2
-
jLabel3
JLabel jLabel3
-
localCheckBox
JCheckBox localCheckBox
-
nameTextField
JTextField nameTextField
-
OK
String OK
-
okButton
JButton okButton
-
resolverList
ACLAIDList resolverList
-
userAction
String userAction
-
-
-
Class jade.tools.gui.ACLAIDList extends JPanel implements Serializable
-
Serialized Fields
-
addButton
JButton addButton
-
agent
Agent agent
-
AID
String AID
-
aidListCellRenderer
ACLAIDList.AIDListCellRenderer aidListCellRenderer
-
contentList
JList contentList
-
contentScrollPane
JScrollPane contentScrollPane
-
deleteButton
JButton deleteButton
-
editable
boolean editable
-
fieldName
String fieldName
-
gridBagLayout1
GridBagLayout gridBagLayout1
-
itsAid
AID itsAid
-
itsMsg
ACLMessage itsMsg
-
itsObj
Object itsObj
-
listModel
DefaultListModel listModel
-
mode
String mode
-
MSG
String MSG
-
theDataListener
ACLAIDList.AIDListListener theDataListener
-
viewButton
JButton viewButton
-
-
-
Class jade.tools.gui.ACLAIDList.AIDListCellRenderer extends JLabel implements Serializable
-
Class jade.tools.gui.ACLComboBox extends JComboBox implements Serializable
-
Serialized Fields
-
comboBoxModel
DefaultComboBoxModel comboBoxModel
-
fieldName
String fieldName
-
msg
ACLMessage msg
-
-
-
Class jade.tools.gui.ACLContentDialog extends JDialog implements Serializable
-
Serialized Fields
-
borderLayout1
BorderLayout borderLayout1
-
contentPanel
JPanel contentPanel
-
contentTextArea
ACLTextArea contentTextArea
-
doneButton
JButton doneButton
-
titleLabel
JLabel titleLabel
-
-
-
Class jade.tools.gui.ACLFrame extends JFrame implements Serializable
-
Serialized Fields
-
aclPanel
ACLPanel aclPanel
-
agent
Agent agent
-
buttonPanel
JPanel buttonPanel
-
closeButton
JButton closeButton
-
exitMenuItem
JMenuItem exitMenuItem
-
fileMenu
JMenu fileMenu
-
gridBagLayout1
GridBagLayout gridBagLayout1
-
msg
ACLMessage msg
-
saveMenuItem
JMenuItem saveMenuItem
-
systemoutMenuItem
JMenuItem systemoutMenuItem
-
theMenuBar
JMenuBar theMenuBar
-
toolsMenu
JMenu toolsMenu
-
-
-
Class jade.tools.gui.ACLMessageNode extends DefaultMutableTreeNode implements Serializable
-
Serialized Fields
-
direction
String direction
-
theDate
Date theDate
-
theMessage
ACLMessage theMessage
-
time
String time
-
-
-
Class jade.tools.gui.ACLPanel extends JPanel implements Serializable
-
Serialized Fields
-
aclRepreLabel
JLabel aclRepreLabel
-
aclTab
JPanel aclTab
-
agent
Agent agent
-
commentsLabel
JLabel commentsLabel
-
commentsScrollPane
JScrollPane commentsScrollPane
-
contentLabel
JLabel contentLabel
-
contentTextArea
ACLTextArea contentTextArea
-
contentZoomButton
JButton contentZoomButton
-
conversationTextField
ACLTextField conversationTextField
-
convidLabel
JLabel convidLabel
-
currentDir
File currentDir
-
dateIcon
ImageIcon dateIcon
-
defaultEnvelopeButton
JButton defaultEnvelopeButton
-
editable
boolean editable
-
editsVector
Vector editsVector
-
encodingLabel
JLabel encodingLabel
-
encodingTextField
ACLTextField encodingTextField
-
envACLReprTextField
ACLTextField envACLReprTextField
-
envCommentsTextArea
EnvCommentsTextArea envCommentsTextArea
-
envDateButton
JButton envDateButton
-
envDateLabel
JLabel envDateLabel
-
envDateTextField
JTextField envDateTextField
-
envelopeIcon
ImageIcon envelopeIcon
-
envelopeTab
JPanel envelopeTab
-
envFromTextField
JTextField envFromTextField
-
envIntendedReceiversList
ACLAIDList envIntendedReceiversList
-
envPayloadEncodingTextField
ACLTextField envPayloadEncodingTextField
-
envPayloadLengthTextField
ACLTextField envPayloadLengthTextField
-
envToList
ACLAIDList envToList
-
fromButton
JButton fromButton
-
fromLabel
JLabel fromLabel
-
gridBagLayout1
GridBagLayout gridBagLayout1
-
gridBagLayout2
GridBagLayout gridBagLayout2
-
gridBagLayout3
GridBagLayout gridBagLayout3
-
inreplytoLabel
JLabel inreplytoLabel
-
inreplytoTextField
ACLTextField inreplytoTextField
-
intReceiversLabel
JLabel intReceiversLabel
-
itsEnvelope
Envelope itsEnvelope
-
itsMsg
ACLMessage itsMsg
-
jLabel1
JLabel jLabel1
-
languageLabel
JLabel languageLabel
-
languageTextField
ACLTextField languageTextField
-
logger
Logger logger
-
messageIcon
ImageIcon messageIcon
-
ontologyjLabel
JLabel ontologyjLabel
-
ontologyTextField
ACLTextField ontologyTextField
-
payLoadLabel
JLabel payLoadLabel
-
performativeLabel
JLabel performativeLabel
-
performativesComboBox
ACLComboBox performativesComboBox
-
protocolComboBox
ACLComboBox protocolComboBox
-
protocolLabel
JLabel protocolLabel
-
receiverLabel
JLabel receiverLabel
-
receiverList
ACLAIDList receiverList
-
replyByButton
JButton replyByButton
-
replybyLabel
JLabel replybyLabel
-
replybyTextField
JTextField replybyTextField
-
replytoLabel
JLabel replytoLabel
-
replytoList
ACLAIDList replytoList
-
replywithLabel
JLabel replywithLabel
-
replywithTextField
ACLTextField replywithTextField
-
senderButton
JButton senderButton
-
senderLabel
JLabel senderLabel
-
senderTextField
JTextField senderTextField
-
theTabbedPane
JTabbedPane theTabbedPane
-
toLabel
JLabel toLabel
-
userpropLabel
JLabel userpropLabel
-
userpropList
ACLPropertyList userpropList
-
zoomIcon
ImageIcon zoomIcon
-
-
-
Class jade.tools.gui.ACLPerformativesRenderer extends JLabel implements Serializable
-
Class jade.tools.gui.ACLPropertyList extends JPanel implements Serializable
-
Serialized Fields
-
aclPropertyListCellRenderer
jade.tools.gui.ACLPropertyList.ACLPropertyListCellRenderer aclPropertyListCellRenderer
-
addButton
JButton addButton
-
contentList
JList contentList
-
contentScrollPane
JScrollPane contentScrollPane
-
deleteButton
JButton deleteButton
-
editable
boolean editable
-
fieldName
String fieldName
-
gridBagLayout1
GridBagLayout gridBagLayout1
-
listModel
DefaultListModel listModel
-
msg
ACLMessage msg
-
theDataListener
jade.tools.gui.ACLPropertyList.ACLPropertyListener theDataListener
-
viewButton
JButton viewButton
-
-
-
Class jade.tools.gui.ACLStatisticsFrame extends JFrame implements Serializable
-
Serialized Fields
-
aclTableModel
jade.tools.gui.ACLStatisticsFrame.ACLStatiscticsTableModel aclTableModel
-
aclTreeModel
DefaultTreeModel aclTreeModel
-
closeButton
JButton closeButton
-
gridBagLayout1
GridBagLayout gridBagLayout1
-
itemBoxModel
DefaultComboBoxModel itemBoxModel
-
itemComboBox
JComboBox itemComboBox
-
jLabel1
JLabel jLabel1
-
statisticsTable
JTable statisticsTable
-
tableScrollPane
JScrollPane tableScrollPane
-
-
-
Class jade.tools.gui.ACLSyntaxDocument extends PlainDocument implements Serializable
-
Serialized Fields
-
tokenMarker
ACLSLTokenMarker tokenMarker
-
-
-
Class jade.tools.gui.ACLTextArea extends JComponent implements Serializable
-
Serialized Fields
-
biasLeft
boolean biasLeft
-
blink
boolean blink
-
bracketLine
int bracketLine
-
bracketPosition
int bracketPosition
-
caretBlinks
boolean caretBlinks
-
caretEvent
jade.tools.gui.ACLTextArea.MutableCaretEvent caretEvent
-
caretVisible
boolean caretVisible
-
contentLanguage
String contentLanguage
-
document
ACLSyntaxDocument document
-
documentHandler
jade.tools.gui.ACLTextArea.DocumentHandler documentHandler
-
editable
boolean editable
-
electricScroll
int electricScroll
-
fieldName
String fieldName
-
firstLine
int firstLine
-
horizontal
JScrollBar horizontal
-
horizontalOffset
int horizontalOffset
-
inputHandler
jade.tools.gui.ACLTextArea.InputHandler inputHandler
-
lineSegment
Segment lineSegment
-
listenerList
EventListenerList listenerList
-
magicCaret
int magicCaret
-
msg
ACLMessage msg
-
overwrite
boolean overwrite
-
painter
ACLTextAreaPainter painter
-
popup
JPopupMenu popup
-
scrollBarsInitialized
boolean scrollBarsInitialized
-
scrollTimer
Timer scrollTimer
-
selectionEnd
int selectionEnd
-
selectionEndLine
int selectionEndLine
-
selectionStart
int selectionStart
-
selectionStartLine
int selectionStartLine
-
vertical
JScrollBar vertical
-
visibleLines
int visibleLines
-
-
-
Class jade.tools.gui.ACLTextAreaPainter extends JComponent implements Serializable
-
Serialized Fields
-
blockCaret
boolean blockCaret
-
bracketHighlight
boolean bracketHighlight
-
bracketHighlightColor
Color bracketHighlightColor
-
caretColor
Color caretColor
-
cols
int cols
-
currentLine
Segment currentLine
-
currentLineIndex
int currentLineIndex
-
currentLineTokens
ACLToken currentLineTokens
-
eolMarkerColor
Color eolMarkerColor
-
eolMarkers
boolean eolMarkers
-
firstInvalid
int firstInvalid
-
fm
FontMetrics fm
-
lastInvalid
int lastInvalid
-
lineHighlight
boolean lineHighlight
-
lineHighlightColor
Color lineHighlightColor
-
offGfx
Graphics offGfx
-
offImg
Image offImg
-
rows
int rows
-
selectionColor
Color selectionColor
-
styles
ACLSytntaxStyle[] styles
-
tabSize
int tabSize
-
textArea
ACLTextArea textArea
-
-
-
Class jade.tools.gui.ACLTextField extends JTextField implements Serializable
-
Class jade.tools.gui.ACLTracePanel extends JPanel implements Serializable
-
Serialized Fields
-
aboutMenuItem
JMenuItem aboutMenuItem
-
aclIndex
int aclIndex
-
aclModel
DefaultTreeModel aclModel
-
aclRoot
DefaultMutableTreeNode aclRoot
-
aclTree
JTree aclTree
-
aclTreeRenderer
jade.tools.gui.ACLTracePanel.ACLTreeRenderer aclTreeRenderer
-
aclTreeScrollPane
JScrollPane aclTreeScrollPane
-
agent
Agent agent
-
ascRadioButton
JRadioButton ascRadioButton
-
border1
Border border1
-
border2
Border border2
-
border3
Border border3
-
clearQMenuItem
JMenuItem clearQMenuItem
-
currentACL
ACLMessage currentACL
-
currentDir
File currentDir
-
currentSelection
int currentSelection
-
deleteMenuItem
JMenuItem deleteMenuItem
-
descRadioButton
JRadioButton descRadioButton
-
gridBagLayout1
GridBagLayout gridBagLayout1
-
gridBagLayout2
GridBagLayout gridBagLayout2
-
inMsgCount
int inMsgCount
-
jLabel1
JLabel jLabel1
-
logger
Logger logger
-
openQMenuItem
JMenuItem openQMenuItem
-
outMsgCount
int outMsgCount
-
saveMenuItem
JMenuItem saveMenuItem
-
saveQMenuItem
JMenuItem saveQMenuItem
-
sortButton
JButton sortButton
-
sortComboBox
JComboBox sortComboBox
-
sortComboBoxModel
DefaultComboBoxModel sortComboBoxModel
-
sortIcon
ImageIcon sortIcon
-
sorting
boolean sorting
-
sortingButtonGroup
ButtonGroup sortingButtonGroup
-
stasticsMenuItem
JMenuItem stasticsMenuItem
-
systemMenuItem
JMenuItem systemMenuItem
-
thePopupMenu
JPopupMenu thePopupMenu
-
titledBorder1
TitledBorder titledBorder1
-
x
int x
-
y
int y
-
zoomMenuItem
JMenuItem zoomMenuItem
-
-
-
Class jade.tools.gui.AIDAddressList extends JPanel implements Serializable
-
Serialized Fields
-
addButton
JButton addButton
-
contentList
JList contentList
-
contentScrollPane
JScrollPane contentScrollPane
-
deleteButton
JButton deleteButton
-
editable
boolean editable
-
gridBagLayout1
GridBagLayout gridBagLayout1
-
listModel
DefaultListModel listModel
-
theAID
AID theAID
-
theDataListener
jade.tools.gui.AIDAddressList.AIDAddressListListener theDataListener
-
viewButton
JButton viewButton
-
-
-
Class jade.tools.gui.AIDTextField extends JTextField implements Serializable
-
Class jade.tools.gui.EnvCommentsTextArea extends JTextArea implements Serializable
-
-
Package jade.tools.introspector
-
Class jade.tools.introspector.Introspector extends ToolAgent implements Serializable
-
Serialized Fields
-
allAgents
Set allAgents
-
AMSSubscribe
SequentialBehaviour AMSSubscribe
-
guiSensor
Sensor guiSensor
-
myContainerName
String myContainerName
-
myGUI
IntrospectorGUI myGUI
-
notifiers
Map notifiers
-
pendingReplies
Map pendingReplies
-
preload
Hashtable preload
-
slowAgents
Set slowAgents
-
stepByStepAgents
Set stepByStepAgents
-
windowMap
Map windowMap
-
-
-
Class jade.tools.introspector.SensorManager extends CyclicBehaviour implements Serializable
-
Serialized Fields
-
mySensor
Sensor mySensor
-
-
-
-
Package jade.tools.introspector.gui
-
Class jade.tools.introspector.gui.AboutBoxAction extends AbstractAction implements Serializable
-
Class jade.tools.introspector.gui.BehaviourPanel extends JSplitPane implements Serializable
-
Serialized Fields
-
behaviourScroll
JScrollPane behaviourScroll
-
behaviourTree
JTree behaviourTree
-
blockedIcon
Icon blockedIcon
-
readyIcon
Icon readyIcon
-
runningIcon
Icon runningIcon
-
text
JTextArea text
-
textScroll
JScrollPane textScroll
-
treeListener
jade.tools.introspector.gui.TreeMouseListener treeListener
-
treePanel
JPanel treePanel
-
-
-
Class jade.tools.introspector.gui.IntrospectorGUI extends JFrame implements Serializable
-
Serialized Fields
-
bar
JMenuBar bar
-
debugger
Introspector debugger
-
desk
JDesktopPane desk
-
item
JMenuItem item
-
logoIntrospector
String logoIntrospector
-
menuAbout
JMenu menuAbout
-
menuFile
JMenu menuFile
-
panel
jade.tools.introspector.gui.TreePanel panel
-
scroll
JScrollPane scroll
-
split
JSplitPane split
-
-
-
Class jade.tools.introspector.gui.MainBar extends JMenuBar implements Serializable
-
Serialized Fields
-
breakItem
JMenuItem breakItem
-
debugMenu
JMenu debugMenu
-
exitItem
JMenuItem exitItem
-
goItem
JMenuItem goItem
-
killItem
JMenuItem killItem
-
listener
MainBarListener listener
-
slowItem
JMenuItem slowItem
-
stateMenu
JMenu stateMenu
-
stepItem
JMenuItem stepItem
-
suspendItem
JMenuItem suspendItem
-
vewBehaviourItem
JCheckBoxMenuItem vewBehaviourItem
-
viewMenu
JMenu viewMenu
-
viewMessageItem
JCheckBoxMenuItem viewMessageItem
-
waitItem
JMenuItem waitItem
-
wakeUpItem
JMenuItem wakeUpItem
-
-
-
Class jade.tools.introspector.gui.MainWindow extends JInternalFrame implements Serializable
-
Serialized Fields
-
behaviourPanel
BehaviourPanel behaviourPanel
-
debuggedID
AID debuggedID
-
debuggerSensor
Sensor debuggerSensor
-
lastDividerLocation
int lastDividerLocation
-
list
MainBarListener list
-
mainBar
MainBar mainBar
-
messagePanel
MessagePanel messagePanel
-
splitPanel
JSplitPane splitPanel
-
statePanel
StatePanel statePanel
-
-
-
Class jade.tools.introspector.gui.MessagePanel extends JPanel implements Serializable
-
Serialized Fields
-
incoming
JTabbedPane incoming
-
inDone
MessageTableModel inDone
-
inMessagesDone
JTable inMessagesDone
-
inMessagesPending
JTable inMessagesPending
-
inPending
MessageTableModel inPending
-
inScrollDone
JScrollPane inScrollDone
-
inScrollPending
JScrollPane inScrollPending
-
listener
jade.tools.introspector.gui.TableMouseListener listener
-
outDone
MessageTableModel outDone
-
outgoing
JTabbedPane outgoing
-
outMessagesDone
JTable outMessagesDone
-
outMessagesPending
JTable outMessagesPending
-
outPending
MessageTableModel outPending
-
outScrollDone
JScrollPane outScrollDone
-
outScrollPending
JScrollPane outScrollPending
-
-
-
Class jade.tools.introspector.gui.MessageTableModel extends AbstractTableModel implements Serializable
-
Class jade.tools.introspector.gui.MyDialog extends JDialog implements Serializable
-
Serialized Fields
-
border1
Border border1
-
borderLayout1
BorderLayout borderLayout1
-
button1
JButton button1
-
button2
JButton button2
-
gridBagLayout1
GridBagLayout gridBagLayout1
-
gridLayout1
GridLayout gridLayout1
-
jPanel1
JPanel jPanel1
-
jTextField1
JTextField jTextField1
-
panel1
JPanel panel1
-
panel2
JPanel panel2
-
text
String text
-
-
-
Class jade.tools.introspector.gui.StatePanel extends JPanel implements Serializable
-
Serialized Fields
-
activeLed
JRadioButton activeLed
-
button
Icon button
-
deletedLed
JRadioButton deletedLed
-
idleLed
JRadioButton idleLed
-
killAction
JButton killAction
-
ledMap
Map ledMap
-
ledOff
Icon ledOff
-
ledOn
Icon ledOn
-
leds
ButtonGroup leds
-
listener
MainBarListener listener
-
movingLed
JRadioButton movingLed
-
myFont
Font myFont
-
pressedButton
Icon pressedButton
-
state
int state
-
suspendAction
JButton suspendAction
-
suspendedLed
JRadioButton suspendedLed
-
waitAction
JButton waitAction
-
waitingLed
JRadioButton waitingLed
-
wakeUpAction
JButton wakeUpAction
-
-
-
Class jade.tools.introspector.gui.TablePopupMenu extends JPopupMenu implements Serializable
-
Serialized Fields
-
clearMessages
JMenuItem clearMessages
-
listener
TablePopupMenuListener listener
-
removeMessage
JMenuItem removeMessage
-
table
JTable table
-
viewMessage
JMenuItem viewMessage
-
-
-
Class jade.tools.introspector.gui.TreePopupMenu extends JPopupMenu implements Serializable
-
Serialized Fields
-
addBehaviour
JMenuItem addBehaviour
-
listener
TreePopupMenuListener listener
-
removeBehaviour
JMenuItem removeBehaviour
-
-
-
-
Package jade.tools.logging
-
Class jade.tools.logging.LogHelperAgent extends Agent implements Serializable
-
Serialized Fields
-
codec
Codec codec
-
logger
Logger logger
-
logManager
LogManager logManager
-
logManagerClass
String logManagerClass
-
myAMSSubscriber
AMSSubscriber myAMSSubscriber
-
-
-
Class jade.tools.logging.LogManagerAgent extends Agent implements Serializable
-
Serialized Fields
-
myAMSSubscriber
AMSSubscriber myAMSSubscriber
-
myGui
LogManagerGUI myGui
-
myPlatformProfile
APDescription myPlatformProfile
-
-
-
-
Package jade.tools.logging.gui
-
Class jade.tools.logging.gui.ContainerLogWindow extends JInternalFrame implements Serializable
-
Serialized Fields
-
containerName
String containerName
-
controller
AID controller
-
levelCombo
JComboBox levelCombo
-
loggingSystemTF
JTextField loggingSystemTF
-
mainGui
LogManagerGUI mainGui
-
myAgent
Agent myAgent
-
myLogManager
LogManager myLogManager
-
myTable
jade.tools.logging.gui.ContainerLogWindow.LogTable myTable
-
setLoggingSystemAction
AbstractAction setLoggingSystemAction
-
-
-
Class jade.tools.logging.gui.LogManagerGUI extends JFrame implements Serializable
-
Serialized Fields
-
agentTree
AgentTree agentTree
-
defaultLogManager
LogManager defaultLogManager
-
desktopPane
JDesktopPane desktopPane
-
exitAction
AbstractAction exitAction
-
jsp
JSplitPane jsp
-
managedContainers
Map managedContainers
-
myAgent
Agent myAgent
-
setDefaultLoggingSystemAction
AbstractAction setDefaultLoggingSystemAction
-
startManagingLogAction
AbstractAction startManagingLogAction
-
stopManagingLogAction
AbstractAction stopManagingLogAction
-
-
-
-
Package jade.tools.logging.ontology
-
Class jade.tools.logging.ontology.GetAllLoggers extends Object implements Serializable
-
Class jade.tools.logging.ontology.LevelInfo extends Object implements Serializable
-
Serialized Fields
-
name
String name
-
value
int value
-
-
-
Class jade.tools.logging.ontology.LoggerInfo extends Object implements Serializable
-
Class jade.tools.logging.ontology.LogManagementOntology extends Ontology implements Serializable
-
Class jade.tools.logging.ontology.SetFile extends Object implements Serializable
-
Class jade.tools.logging.ontology.SetLevel extends Object implements Serializable
-
Serialized Fields
-
level
int level
-
logger
String logger
-
-
-
-
Package jade.tools.rma
-
Class jade.tools.rma.ManageMTPsDialog extends JDialog implements Serializable
-
Serialized Fields
-
addMTP
JButton addMTP
-
addMTPAction
AbstractAction addMTPAction
-
addresses
JList addresses
-
buttons
JPanel buttons
-
closeDlg
JButton closeDlg
-
containers
JList containers
-
data
Map data
-
lists
JPanel lists
-
myRMA
rma myRMA
-
owner
Frame owner
-
removeMTP
JButton removeMTP
-
removeMTPAction
AbstractAction removeMTPAction
-
-
-
Class jade.tools.rma.rma extends ToolAgent implements Serializable
-
Serialized Fields
-
AMSSubscribe
SequentialBehaviour AMSSubscribe
-
myContainerName
String myContainerName
-
myPlatformProfile
APDescription myPlatformProfile
-
-
-
Class jade.tools.rma.StartDialog extends JDialog implements Serializable
-
Serialized Fields
-
csd
ClassSelectionDialog csd
-
-
-
-
Package jade.tools.sniffer
-
Class jade.tools.sniffer.AboutBoxAction extends AbstractAction implements Serializable
-
Class jade.tools.sniffer.AbstractPopup extends AbstractAction implements Serializable
-
Class jade.tools.sniffer.Agent extends Object implements Serializable
-
Class jade.tools.sniffer.AgentList extends Object implements Serializable
-
Serialized Fields
-
agents
List agents
-
-
-
Class jade.tools.sniffer.ClearCanvasAction extends jade.tools.sniffer.FixedAction implements Serializable
-
Class jade.tools.sniffer.DisplayLogFileAction extends jade.tools.sniffer.FixedAction implements Serializable
-
Serialized Fields
-
mainPanel
MainPanel mainPanel
-
-
-
Class jade.tools.sniffer.DoNotSnifferAction extends jade.tools.sniffer.AgentAction implements Serializable
-
Class jade.tools.sniffer.DoSnifferAction extends jade.tools.sniffer.AgentAction implements Serializable
-
Class jade.tools.sniffer.ExitAction extends jade.tools.sniffer.FixedAction implements Serializable
-
Serialized Fields
-
mySniffer
Sniffer mySniffer
-
-
-
Class jade.tools.sniffer.MainMenu extends JMenuBar implements Serializable
-
Class jade.tools.sniffer.MainPanel extends JPanel implements Serializable
-
Serialized Fields
-
font
Font font
-
pane
JSplitPane pane
-
panelcan
PanelCanvas panelcan
-
popM
PopupMouser popM
-
pos
int pos
-
textArea
JTextArea textArea
-
treeAgent
AgentTree treeAgent
-
-
-
Class jade.tools.sniffer.MainWindow extends JFrame implements Serializable
-
Serialized Fields
-
actPro
jade.tools.sniffer.ActionProcessor actPro
-
mainPanel
MainPanel mainPanel
-
myProperties
ExtendedProperties myProperties
-
mySniffer
Sniffer mySniffer
-
popA
PopupMenuAgent popA
-
snifferLogo
String snifferLogo
-
-
-
Class jade.tools.sniffer.Message extends ACLMessage implements Serializable
-
Serialized Fields
-
messageNumber
int messageNumber
-
unicastReceiver
AID unicastReceiver
-
x1
int x1
-
x2
int x2
-
xCoords
int[] xCoords
-
xD
int xD
-
xS
int xS
-
y
int y
-
yCoords
int[] yCoords
-
yDim
int yDim
-
-
-
Class jade.tools.sniffer.MessageList extends Object implements Serializable
-
Serialized Fields
-
messages
List messages
-
-
-
Class jade.tools.sniffer.MMCanvas extends JPanel implements Serializable
-
Serialized Fields
-
al
AgentList al
-
colorCounter
int colorCounter
-
colorTable
Color[] colorTable
-
font1
Font font1
-
font2
Font font2
-
font3
Font font3
-
horDim
int horDim
-
mapToColor
HashMap mapToColor
-
ml
MessageList ml
-
mPan
MainPanel mPan
-
mWnd
MainWindow mWnd
-
nameShown
boolean nameShown
-
noConversationColor
Color noConversationColor
-
noSniffAgents
List noSniffAgents
-
otherCanv
MMCanvas otherCanv
-
panCan
PanelCanvas panCan
-
positionAgent
int positionAgent
-
typeCanv
boolean typeCanv
-
vertDim
int vertDim
-
x1
int x1
-
x2
int x2
-
y
int y
-
-
-
Class jade.tools.sniffer.PanelCanvas extends JPanel implements Serializable
-
Serialized Fields
-
canvAgent
MMCanvas canvAgent
-
canvMess
MMCanvas canvMess
-
mySniffer
Sniffer mySniffer
-
popAgent
PopMouserAgent popAgent
-
popMess
PopMouserMessage popMess
-
-
-
Class jade.tools.sniffer.PopNoSniffAgent extends AbstractPopup implements Serializable
-
Serialized Fields
-
canvAgent
MMCanvas canvAgent
-
mySniffer
Sniffer mySniffer
-
noSniffAgent
List noSniffAgent
-
popAg
PopupAgent popAg
-
-
-
Class jade.tools.sniffer.PopShowAgent extends AbstractPopup implements Serializable
-
Serialized Fields
-
canvAgent
MMCanvas canvAgent
-
mySniffer
Sniffer mySniffer
-
noSniffAgent
List noSniffAgent
-
popAg
PopupAgent popAg
-
-
-
Class jade.tools.sniffer.PopSniffAgent extends AbstractPopup implements Serializable
-
Serialized Fields
-
canvAgent
MMCanvas canvAgent
-
mySniffer
Sniffer mySniffer
-
popAg
PopupAgent popAg
-
sniffedAgent
List sniffedAgent
-
-
-
Class jade.tools.sniffer.PopupAgent extends JPopupMenu implements Serializable
-
Serialized Fields
-
agent
Agent agent
-
popNoSniffAg
PopNoSniffAgent popNoSniffAg
-
popShowAg
PopShowAgent popShowAg
-
popSniffAg
PopSniffAgent popSniffAg
-
tmp
JMenuItem tmp
-
-
-
Class jade.tools.sniffer.PopupMenuAgent extends JPopupMenu implements Serializable
-
Class jade.tools.sniffer.PopupMessage extends JPopupMenu implements Serializable
-
Serialized Fields
-
mWnd
MainWindow mWnd
-
tmp
JMenuItem tmp
-
viewMessage
ViewMessage viewMessage
-
-
-
Class jade.tools.sniffer.ShowOnlyAction extends jade.tools.sniffer.AgentAction implements Serializable
-
Class jade.tools.sniffer.Sniffer extends ToolAgent implements Serializable
-
Serialized Fields
-
agentsUnderSniff
ArrayList agentsUnderSniff
-
allAgents
Set allAgents
-
AMSSubscribe
SequentialBehaviour AMSSubscribe
-
myContainerName
String myContainerName
-
myGUI
MainWindow myGUI
-
preload
Hashtable preload
-
properties
ExtendedProperties properties
-
-
-
Class jade.tools.sniffer.SnifferAction extends AbstractAction implements Serializable
-
Class jade.tools.sniffer.ToolBar extends JToolBar implements Serializable
-
Serialized Fields
-
actPro
jade.tools.sniffer.ActionProcessor actPro
-
obj
SnifferAction obj
-
-
-
Class jade.tools.sniffer.ViewMessage extends AbstractPopup implements Serializable
-
Serialized Fields
-
message
Message message
-
mWnd
MainWindow mWnd
-
-
-
Class jade.tools.sniffer.WriteLogFileAction extends jade.tools.sniffer.FixedAction implements Serializable
-
Serialized Fields
-
mainPanel
MainPanel mainPanel
-
-
-
Class jade.tools.sniffer.WriteMessageListAction extends jade.tools.sniffer.FixedAction implements Serializable
-
Serialized Fields
-
mainPanel
MainPanel mainPanel
-
out
PrintWriter out
-
-
-
-
Package jade.tools.SocketProxyAgent
-
Class jade.tools.SocketProxyAgent.SocketProxyAgent extends Agent implements Serializable
-
Serialized Fields
-
in
BufferedReader in
reader for parameters -
portNumber
int portNumber
port we're using -
proxyServer
jade.tools.SocketProxyAgent.Server proxyServer
the thread doing connection on desired port
-
-
-
-
Package jade.tools.testagent
-
Class jade.tools.testagent.ReceiveCyclicBehaviour extends CyclicBehaviour implements Serializable
-
Serialized Fields
-
agent
TestAgent agent
-
-
-
Class jade.tools.testagent.TestAgent extends Agent implements Serializable
-
Serialized Fields
-
dummyIcon
ImageIcon dummyIcon
-
itsFrame
TestAgentFrame itsFrame
-
pingBehaviour
boolean pingBehaviour
-
splash
jade.tools.testagent.TestAgent.SplashScreen splash
-
-
-
Class jade.tools.testagent.TestAgentFrame extends JFrame implements Serializable
-
Serialized Fields
-
aboutMenuItem
JMenuItem aboutMenuItem
-
aclPanel
ACLPanel aclPanel
-
aclTreePanel
ACLTracePanel aclTreePanel
-
aclTreeToolBar
JToolBar aclTreeToolBar
-
agent
TestAgent agent
-
amsDeregMenuItem
JMenuItem amsDeregMenuItem
-
amsRegMenuItem
JMenuItem amsRegMenuItem
-
amsSearchMenuItem
JMenuItem amsSearchMenuItem
-
behaviourMenu
JMenu behaviourMenu
-
border1
Border border1
-
claerQueueMenuItem
JMenuItem claerQueueMenuItem
-
currentButton
JButton currentButton
-
currentIcon
ImageIcon currentIcon
-
currentMenuItem
JMenuItem currentMenuItem
-
currentToOutMenuItem
JMenuItem currentToOutMenuItem
-
deleteButton
JButton deleteButton
-
deleteIcon
ImageIcon deleteIcon
-
deleteMenuItem
JMenuItem deleteMenuItem
-
dfDeregMenuItem
JMenuItem dfDeregMenuItem
-
dfRegMenuItem
JMenuItem dfRegMenuItem
-
dfSearchMenuItem
JMenuItem dfSearchMenuItem
-
exitMenuItem
JMenuItem exitMenuItem
-
fileMenu
JMenu fileMenu
-
gridBagLayout1
GridBagLayout gridBagLayout1
-
gridBagLayout2
GridBagLayout gridBagLayout2
-
gridBagLayout3
GridBagLayout gridBagLayout3
-
helloWorldMenuItem
JMenuItem helloWorldMenuItem
-
helpMenu
JMenu helpMenu
-
itsMenuBar
JMenuBar itsMenuBar
-
leftPanel
JPanel leftPanel
-
loadMenuItem
JMenuItem loadMenuItem
-
loadMsgMenuItem
JMenuItem loadMsgMenuItem
-
loadQMenuItem
JMenuItem loadQMenuItem
-
localPingMenuItem
JMenuItem localPingMenuItem
-
mainSplitPane
JSplitPane mainSplitPane
-
messagesMenu
JMenu messagesMenu
-
messageToolBar
JToolBar messageToolBar
-
newButton
JButton newButton
-
newIcon
ImageIcon newIcon
-
newMenuItem
JMenuItem newMenuItem
-
openButton
JButton openButton
-
openIcon
ImageIcon openIcon
-
pingLausanneMenuItem
JMenuItem pingLausanneMenuItem
-
pingRadioButtonMenuItem
JRadioButtonMenuItem pingRadioButtonMenuItem
-
quitButton
JButton quitButton
-
quitIcon
ImageIcon quitIcon
-
readQueueButton
JButton readQueueButton
-
readQueueIcon
ImageIcon readQueueIcon
-
replyButton
JButton replyButton
-
replyIcon
ImageIcon replyIcon
-
replyMenuItem
JMenuItem replyMenuItem
-
rightPanel
JPanel rightPanel
-
saveButton
JButton saveButton
-
saveIcon
ImageIcon saveIcon
-
saveMenuItem
JMenuItem saveMenuItem
-
saveMsgMenuItem
JMenuItem saveMsgMenuItem
-
saveQMenuItem
JMenuItem saveQMenuItem
-
saveQueueIcon
ImageIcon saveQueueIcon
-
sendButton
JButton sendButton
-
sendIcon
ImageIcon sendIcon
-
sendMenuItem
JMenuItem sendMenuItem
-
statisticsButton
JButton statisticsButton
-
statisticsIcon
ImageIcon statisticsIcon
-
statisticsMenuItem
JMenuItem statisticsMenuItem
-
systemButton
JButton systemButton
-
systemIcon
ImageIcon systemIcon
-
systemOutMenuItem
JMenuItem systemOutMenuItem
-
templatesMenuItem
JMenuItem templatesMenuItem
-
traceMenu
JMenu traceMenu
-
viewButton
JButton viewButton
-
viewIcon
ImageIcon viewIcon
-
writeQueueButton
JButton writeQueueButton
-
-
-
-
Package jade.util
-
Class jade.util.Event extends EventObject implements Serializable
-
Class jade.util.ExtendedProperties extends Properties implements Serializable
-
Class jade.util.Logger extends Logger implements Serializable
-
Serialization Methods
-
writeReplace
private Object writeReplace() throws ObjectStreamException
- Throws:
ObjectStreamException
-
-
-
Class jade.util.PropertiesException extends RuntimeException implements Serializable
-
Class jade.util.WrapperException extends Exception implements Serializable
-
Serialized Fields
-
nested
Throwable nested
-
-
-
-
Package jade.util.leap
-
Class jade.util.leap.ArrayList extends Object implements Serializable
- serialVersionUID:
- 3487495895819393L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
A customized readObject() method is needed to ensure compatibility with the J2ME version of this class in serialization/deserialization operations- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
A customized writeObject() method is needed to ensure compatibility with the J2ME version of this class in serialization/deserialization operations.- Throws:
IOException
-
-
Serialized Fields
-
hiddenList
Vector hiddenList
-
-
Class jade.util.leap.HashMap extends Object implements Serializable
- serialVersionUID:
- 3487495895819395L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
A customized readObject() method is needed to ensure compatibility with the J2ME version of this class in serialization/deserialization operations- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
A customized writeObject() method is needed to ensure compatibility with the J2ME version of this class in serialization/deserialization operations- Throws:
IOException
-
-
Serialized Fields
-
hiddenMap
Hashtable hiddenMap
-
-
Class jade.util.leap.HashSet extends Object implements Serializable
- serialVersionUID:
- 5439595441274382166L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Class jade.util.leap.LinkedList extends Object implements Serializable
- serialVersionUID:
- 3487495895819394L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
A customized readObject() method is needed to ensure compatibility with the J2ME version of this class in serialization/deserialization operations- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
A customized writeObject() method is needed to ensure compatibility with the J2ME version of this class in serialization/deserialization operations- Throws:
IOException
-
-
Serialized Fields
-
hiddenList
Vector hiddenList
-
-
Class jade.util.leap.Properties extends Properties implements Serializable
- serialVersionUID:
- 3487495895819396L
-
Class jade.util.leap.RoundList extends Object implements Serializable
-
Serialized Fields
-
cur
int cur
-
l
LinkedList l
-
-
-
-
Package jade.wrapper
-
Class jade.wrapper.AgentState extends StateBase implements Serializable
-
Class jade.wrapper.ControllerException extends Exception implements Serializable
-
Class jade.wrapper.O2AException extends RuntimeException implements Serializable
-
Class jade.wrapper.PlatformState extends StateBase implements Serializable
-
Class jade.wrapper.StaleProxyException extends ControllerException implements Serializable
-
Class jade.wrapper.StateBase extends Object implements Serializable
-
Serialized Fields
-
baseCode
int baseCode
Code corresponding to first legal state name. Typically 0 or 1. -
m_code
int m_code
The integer code that identifies which state this object represents. -
stateNames
String[] stateNames
An array of string names, one for each of the valid state this object can represent.
-
-
-
-
Package jade.wrapper.gateway
-
Class jade.wrapper.gateway.GatewayAgent extends Agent implements Serializable
-
Serialized Fields
-
listener
GatewayListener listener
-
myB
GatewayBehaviour myB
-
myLogger
Logger myLogger
-
-
-
Class jade.wrapper.gateway.GatewayBehaviour extends CyclicBehaviour implements Serializable
-
-
Package test
-
Class test.TestAgent extends Agent implements Serializable
-