A B C D E F G H I J K L M N O P Q R S T U V W X
A
- abort() -
Method in interface jadex.runtime.IProcessGoal
- Abort this goal.
- aborted() -
Method in class jadex.planlib.PerformTestPlan
- When plan is aborted, kill created agent.
- aborted(IEvent) -
Method in class jadex.planlib.TestsFinishedPlan
- Called when the plan is aborted
- aborted() -
Method in class jadex.runtime.MobilePlan
- Deprecated. Replaced by aborted(event).
- aborted(IEvent) -
Method in class jadex.runtime.MobilePlan
- The plan was aborted (because of conditional goal
success or termination from outside).
- aborted() -
Method in class jadex.runtime.Plan
- The plan was aborted (because of conditional goal
success or termination from outside).
- AbstractExecutorService - Class in jadex.util.concurrent
- The abstract executor service provides the generic functionality
for suspending and resuming tasks.
- AbstractExecutorService() -
Constructor for class jadex.util.concurrent.AbstractExecutorService
- Create a new abstract executor service.
- AbstractIndexTableModel - Class in jadex.util.jtable
-
- AbstractIndexTableModel(TableModel) -
Constructor for class jadex.util.jtable.AbstractIndexTableModel
-
- AbstractMessageAdapter - Class in jadex.adapter
- Generic implementation of the message adapter functionality.
- AbstractMessageAdapter(IJadexAgent, Object) -
Constructor for class jadex.adapter.AbstractMessageAdapter
- Create a message adapter for the given message object.
- AbstractPlan - Class in jadex.runtime
- The abstract plan is the abstract superclass
for standard plans and mobile plans.
- AbstractPlan() -
Constructor for class jadex.runtime.AbstractPlan
- Create a new plan.
- ACCEPT_PROPOSAL -
Static variable in class jadex.adapter.fipa.SFipa
-
- action(IEvent) -
Method in class jadex.planlib.RPInitiatorMobilePlan
- Perform the request.
- action(IEvent) -
Method in class jadex.planlib.TestsFinishedPlan
- The plan body, called for each step.
- action(IEvent) -
Method in class jadex.runtime.MobilePlan
- The action methods is called on the
instatiated plan instance from the scheduler.
- ACTION_CLASS -
Static variable in class jadex.adapter.fipa.SFipa
-
- add(Object) -
Method in class jadex.util.collection.BeanChangesArrayList
- Appends the specified element to the end of this list.
- add(int, Object) -
Method in class jadex.util.collection.BeanChangesArrayList
- Inserts the specified element at the specified position in this
list.
- add(Object) -
Method in class jadex.util.collection.ConcurrencyCheckingList
-
- add(int, Object) -
Method in class jadex.util.collection.ConcurrencyCheckingList
-
- add(Object) -
Method in class jadex.util.collection.IndexMap
- Unsupported method, due to missing key parameter.
- add(int, Object) -
Method in class jadex.util.collection.IndexMap
- Unsupported method, due to missing key parameter.
- add(Object, Object) -
Method in class jadex.util.collection.IndexMap
- Add a new object with key and value.
- add(int, Object, Object) -
Method in class jadex.util.collection.IndexMap
- Add an object to the collection.
- add(Object) -
Method in class jadex.util.collection.SortedList
- Appends the specified element to the end of this list.
- add(int, Object) -
Method in class jadex.util.collection.SortedList
- Inserts the specified element at the specified position in this list.
- add(Object) -
Method in class jadex.util.collection.WeakList
- Appends the specified element to the end of this list (optional
operation).
- add(int, Object) -
Method in class jadex.util.collection.WeakList
- Inserts the specified element at the specified position in this list
(optional operation).
- add(Object) -
Method in class jadex.util.collection.WeakSet
- Add an element to the set.
- add(CachedObject) -
Method in class jadex.util.ObjectCache
- Add a cached object.
- addAddress(String) -
Method in class jadex.adapter.fipa.AgentIdentifierData
- Add a address to this AgentIdentifier.
- addAgentdescription(AMSAgentDescription) -
Method in class jadex.adapter.fipa.AMSSearchAgents
- Add a agentdescription to this AMSSearchAgents.
- addAgentListener(IAgentListener, boolean) -
Method in interface jadex.runtime.ICapability
- Add an agent listener
- addAll(Collection) -
Method in class jadex.util.collection.BeanChangesArrayList
- Appends all of the elements in the specified Collection to the end of
this list, in the order that they are returned by the
specified Collection's Iterator.
- addAll(int, Collection) -
Method in class jadex.util.collection.BeanChangesArrayList
- Inserts all of the elements in the specified Collection into this
list, starting at the specified position.
- addAll(Collection) -
Method in class jadex.util.collection.ConcurrencyCheckingList
-
- addAll(int, Collection) -
Method in class jadex.util.collection.ConcurrencyCheckingList
-
- addAll(Collection) -
Method in class jadex.util.collection.IndexMap
- Unsupported method, due to missing key parameter.
- addAll(int, Collection) -
Method in class jadex.util.collection.IndexMap
- Unsupported method, due to missing key parameter.
- addAll(Collection) -
Method in class jadex.util.collection.SortedList
- Appends all of the elements in the specified collection to the end of
this list, in the order that they are returned by the specified
collection's iterator.
- addAll(int, Collection) -
Method in class jadex.util.collection.SortedList
- Inserts all of the elements in the specified collection into this
list, starting at the specified position.
- addAll(Collection) -
Method in class jadex.util.collection.WeakList
- Appends all of the elements in the specified collection to the end of
this list, in the order that they are returned by the specified
collection's iterator (optional operation).
- addAll(int, Collection) -
Method in class jadex.util.collection.WeakList
- Inserts all of the elements in the specified collection into this
list at the specified position (optional operation).
- addBeliefListener(IBeliefListener, boolean) -
Method in interface jadex.runtime.IBelief
- Add a belief listener.
- addBeliefSetListener(IBeliefSetListener, boolean) -
Method in interface jadex.runtime.IBeliefSet
- Add a belief set listener.
- addColumn(TableColumn) -
Method in class jadex.util.jtable.VisibilityTableColumnModel
- Appends
aColumn
to the end of the
tableColumns
array.
- addCondition(ICondition) -
Method in interface jadex.runtime.IWaitqueue
- Add a condition.
- addConditionListener(IConditionListener, boolean) -
Method in interface jadex.runtime.ICondition
- Add a condition listener.
- addConditionListener(String, IConditionListener, boolean) -
Method in interface jadex.runtime.IExpressionbase
- Add a condition listener.
- addEntry(ITimedObject, long) -
Method in interface jadex.util.concurrent.ITimerService
- Add a timing entry.
- addEntry(ITimedObject, long) -
Method in class jadex.util.concurrent.TimerService
- Add a timing entry.
- addExecutedTask(Object) -
Method in class jadex.planlib.NegotiationRecord
- Add an executed task.
- addFact(Object) -
Method in interface jadex.runtime.IBeliefSet
- Add a fact to a belief.
- addFacts(Object[]) -
Method in interface jadex.runtime.IBeliefSet
- Add facts to a parameter set.
- addFilter(IFilter) -
Method in interface jadex.runtime.IWaitqueue
- Add a user filter.
- addFirst(Object) -
Method in class jadex.util.collection.SortedList
- Inserts the given element at the beginning of this list.
- addGoal(String) -
Method in interface jadex.runtime.IWaitqueue
- Add a goal.
- addGoalListener(IGoalListener, boolean) -
Method in interface jadex.runtime.IGoal
- Add a goal listener.
- addGoalListener(String, IGoalListener, boolean) -
Method in interface jadex.runtime.IGoalbase
- Add a goal listener.
- addInternalEvent(String) -
Method in interface jadex.runtime.IWaitqueue
- Add an internal event.
- addInternalEventListener(String, IInternalEventListener, boolean) -
Method in interface jadex.runtime.IEventbase
- Add a internal event listener.
- addLanguage(String) -
Method in class jadex.adapter.fipa.AgentDescriptionData
- Add a language to this AgentDescription.
- addLanguage(String) -
Method in class jadex.adapter.fipa.ServiceDescriptionData
- Add a language to this ServiceDescription.
- addLast(Object) -
Method in class jadex.util.collection.SortedList
- Appends the given element to the end of this list.
- addMessageEvent(String) -
Method in interface jadex.runtime.IWaitqueue
- Add a message event.
- addMessageEventListener(String, IMessageEventListener, boolean) -
Method in interface jadex.runtime.IEventbase
- Add a message event listener.
- addMessageEventListener(IMessageEventListener, boolean) -
Method in interface jadex.runtime.IMessageEvent
- Add a message event listener.
- addMouseListener(JTable) -
Method in class jadex.util.jtable.SorterFilterTableModel
-
- addMouseListener(JTable) -
Method in class jadex.util.jtable.VisibilityTableColumnModel
- Helper method that adds a mouselistener to the header of a given
JTable
.
- addOntology(String) -
Method in class jadex.adapter.fipa.AgentDescriptionData
- Add a ontology to this AgentDescription.
- addOntology(String) -
Method in class jadex.adapter.fipa.ServiceDescriptionData
- Add a ontology to this ServiceDescription.
- addPlanListener(IPlanListener, boolean) -
Method in class jadex.runtime.AbstractPlan
- Add a plan listener.
- addPlanListener(IPlanListener, boolean) -
Method in interface jadex.runtime.IPlan
- Add a goal listener.
- addPlanListener(String, IPlanListener, boolean) -
Method in interface jadex.runtime.IPlanbase
- Add a plan listener.
- addProperty(Property) -
Method in class jadex.adapter.fipa.ServiceDescriptionData
- Add a property to this ServiceDescription.
- addPropertyChangeListener(PropertyChangeListener) -
Method in class jadex.util.collection.BeanChangesArrayList
- Add a PropertyChangeListener to the listener list.
- addPropertyChangeListener(PropertyChangeListener) -
Method in class jadex.util.SimplePropertyChangeSupport
- Add a PropertyChangeListener to the listener list.
- addProposal(IMessageEvent) -
Method in class jadex.planlib.NegotiationRecord
- Add a proposal (and the message).
- addProtocol(String) -
Method in class jadex.adapter.fipa.AgentDescriptionData
- Add a protocol to this AgentDescription.
- addProtocol(String) -
Method in class jadex.adapter.fipa.ServiceDescriptionData
- Add a protocol to this ServiceDescription.
- addReply(IMessageEvent) -
Method in interface jadex.runtime.IWaitqueue
- Add a message event reply.
- addResolver(AgentIdentifier) -
Method in class jadex.adapter.fipa.AgentIdentifierData
- Add a resolver to this AgentIdentifier.
- addResult(AgentDescription) -
Method in class jadex.adapter.fipa.DFSearch
- Add a result to this DFSearch.
- addRow(Object, Object) -
Method in class jadex.util.jtable.ObjectTableModel
- Add a row to the model.
- addRow(ArrayList, Object) -
Method in class jadex.util.jtable.ObjectTableModel
- Add a row to the model.
- addRow(Object[], Object) -
Method in class jadex.util.jtable.ObjectTableModel
- Add a row to the model.
- addService(ServiceDescription) -
Method in class jadex.adapter.fipa.AgentDescriptionData
- Add a service to this AgentDescription.
- addSubcapability(String, String) -
Method in interface jadex.runtime.ICapability
- Deprecated.
- addSubgoal(IGoal) -
Method in interface jadex.runtime.IWaitqueue
- Add a subgoal.
- addURL(URL) -
Method in class jadex.util.DynamicURLClassLoader
- Appends the specified URL to the list of URLs to search for
classes and resources.
- addURLToInstance(URL) -
Static method in class jadex.util.DynamicURLClassLoader
- Operate on the singleton instance if available.
- addValue(Object) -
Method in interface jadex.runtime.IParameterSet
- Add a value to a parameter set.
- addValue(String, Object) -
Method in class jadex.runtime.ParameterElementFilter
- Add a required attribute value.
- addValues(Object[]) -
Method in interface jadex.runtime.IParameterSet
- Add values to a parameter set.
- adjustComponentSizes(JComponent[]) -
Static method in class jadex.util.SGUI
- Adjust components to equal sizes according to their
miminum, maximum, and preferred sizes.
- adjustComponentSizes(Container) -
Static method in class jadex.util.SGUI
- Adjust all marked components to equal sizes according to their
miminum, maximum, and preferred sizes.
- AGENDA_CHANGED -
Static variable in interface jadex.model.ISystemEventTypes
- The system event type that a dispatcher step count changed.
- AGENDA_MODE_CHANGED -
Static variable in interface jadex.model.ISystemEventTypes
- The system event type that the execution mode changed.
- AGENDA_STEP_DONE -
Static variable in interface jadex.model.ISystemEventTypes
- The system event type that a scheduler step is finished.
- AGENDA_STEPS_CHANGED -
Static variable in interface jadex.model.ISystemEventTypes
- The system event type that a dispatcher step count changed.
- AGENT_BORN -
Static variable in interface jadex.model.ISystemEventTypes
- System event type for the birth of an agent.
- AGENT_DIED -
Static variable in interface jadex.model.ISystemEventTypes
- System event type for the final removal of the agent.
- AGENT_EVENT -
Static variable in interface jadex.model.ISystemEventTypes
- System event type for agent related events.
- AGENT_TERMINATING -
Static variable in interface jadex.model.ISystemEventTypes
- System event type for an agent when moving to end state..
- AgentAction - Class in jadex.adapter.fipa
- Java class for concept AgentAction of beanynizer_beans_fipa_default ontology.
- AgentAction() -
Constructor for class jadex.adapter.fipa.AgentAction
- Default Constructor.
- AgentCreationException - Exception in jadex.runtime
- A problem occurred during the creation of an agent.
- AgentCreationException(String, Throwable) -
Constructor for exception jadex.runtime.AgentCreationException
- Create a new agent creation exception.
- AgentDeathException - Exception in jadex.runtime
- This exception indicates that an operation could not be performed
because the agent has died.
- AgentDeathException(RBDIAgent) -
Constructor for exception jadex.runtime.AgentDeathException
- Create a new goal failure exception.
- AgentDescription - Class in jadex.adapter.fipa
- An agent description.
- AgentDescription() -
Constructor for class jadex.adapter.fipa.AgentDescription
- Create a new agent description.
- AgentDescription(AgentIdentifier) -
Constructor for class jadex.adapter.fipa.AgentDescription
- Create a new agent description.
- AgentDescription(AgentIdentifier, ServiceDescription[], String[], String[], String[], Date) -
Constructor for class jadex.adapter.fipa.AgentDescription
- Create a new agent description.
- AgentDescriptionData - Class in jadex.adapter.fipa
- Java class for concept AgentDescription of beanynizer_beans_fipa_default ontology.
- AgentDescriptionData() -
Constructor for class jadex.adapter.fipa.AgentDescriptionData
- Default Constructor.
- AgentEvent - Class in jadex.runtime
- The agent event is used for the agent call back interface.
- AgentEvent(IElement) -
Constructor for class jadex.runtime.AgentEvent
- Create a new agent event.
- AgentEvent(IElement, Object) -
Constructor for class jadex.runtime.AgentEvent
- Create a new agent event.
- AgentIdentifier - Class in jadex.adapter.fipa
- An agent identifier (AID), see FIPASC00023.
- AgentIdentifier() -
Constructor for class jadex.adapter.fipa.AgentIdentifier
- Create a new agent identifier.
- AgentIdentifier(String) -
Constructor for class jadex.adapter.fipa.AgentIdentifier
- Create a new agent identifier.
- AgentIdentifier(String, boolean) -
Constructor for class jadex.adapter.fipa.AgentIdentifier
- Create a new agent identifier.
- AgentIdentifier(String, String[]) -
Constructor for class jadex.adapter.fipa.AgentIdentifier
- Create a new agent identifier.
- AgentIdentifier(String, boolean, String[], AgentIdentifier[]) -
Constructor for class jadex.adapter.fipa.AgentIdentifier
- Create a new agent identifier.
- AgentIdentifierData - Class in jadex.adapter.fipa
- Java class for concept AgentIdentifier of beanynizer_beans_fipa_default ontology.
- AgentIdentifierData() -
Constructor for class jadex.adapter.fipa.AgentIdentifierData
- Default Constructor.
- agentTerminating(AgentEvent) -
Method in interface jadex.runtime.IAgentListener
- Called when the agent is closing down
(i.e. moving to the end state).
- AGREE -
Static variable in class jadex.adapter.fipa.SFipa
-
- ALL -
Static variable in class jadex.planlib.Selector
- The constant for specifiying that all proposals should be chosen.
- ALWAYS -
Static variable in interface jadex.runtime.IFilter
- A filter that always matches.
- AMS -
Static variable in class jadex.adapter.fipa.SFipa
- The FIPA AMS local agent identifier.
- AMSAgentDescription - Class in jadex.adapter.fipa
- Java class for concept AMSAgentDescription
of beanynizer_beans_fipa_new ontology.
- AMSAgentDescription() -
Constructor for class jadex.adapter.fipa.AMSAgentDescription
- Create a new AMSAgentDescription.
- AMSAgentDescription(AgentIdentifier) -
Constructor for class jadex.adapter.fipa.AMSAgentDescription
- Create a new AMSAgentDescription.
- AMSAgentDescriptionData - Class in jadex.adapter.fipa
- Java class for concept AMSAgentDescription of beanynizer_beans_fipa_default ontology.
- AMSAgentDescriptionData() -
Constructor for class jadex.adapter.fipa.AMSAgentDescriptionData
- Default Constructor.
- AMSCreateAgent - Class in jadex.adapter.fipa
- Java class for concept AMSCreateAgent of beanynizer_beans_fipa_default ontology.
- AMSCreateAgent() -
Constructor for class jadex.adapter.fipa.AMSCreateAgent
- Default Constructor.
- AMSDestroyAgent - Class in jadex.adapter.fipa
- Java class for concept AMSDestroyAgent of beanynizer_beans_fipa_default ontology.
- AMSDestroyAgent() -
Constructor for class jadex.adapter.fipa.AMSDestroyAgent
- Default Constructor.
- AMSResumeAgent - Class in jadex.adapter.fipa
- Java class for concept AMSResumeAgent of beanynizer_beans_fipa_default ontology.
- AMSResumeAgent() -
Constructor for class jadex.adapter.fipa.AMSResumeAgent
- Default Constructor.
- AMSSearchAgents - Class in jadex.adapter.fipa
- Java class for concept AMSSearchAgents of beanynizer_beans_fipa_default ontology.
- AMSSearchAgents() -
Constructor for class jadex.adapter.fipa.AMSSearchAgents
- Default Constructor.
- AMSShutdownPlatform - Class in jadex.adapter.fipa
- Java class for concept AMSShutdownPlatform of beanynizer_beans_fipa_default ontology.
- AMSShutdownPlatform() -
Constructor for class jadex.adapter.fipa.AMSShutdownPlatform
- Default Constructor.
- AMSStartAgent - Class in jadex.adapter.fipa
- Java class for concept AMSStartAgent of beanynizer_beans_fipa_default ontology.
- AMSStartAgent() -
Constructor for class jadex.adapter.fipa.AMSStartAgent
- Default Constructor.
- AMSSuspendAgent - Class in jadex.adapter.fipa
- Java class for concept AMSSuspendAgent of beanynizer_beans_fipa_default ontology.
- AMSSuspendAgent() -
Constructor for class jadex.adapter.fipa.AMSSuspendAgent
- Default Constructor.
- AND -
Static variable in class jadex.runtime.ComposedFilter
- The AND operator.
- AnswerPingPlan - Class in jadex.planlib
- The ping plan reacts on ping requests.
- AnswerPingPlan() -
Constructor for class jadex.planlib.AnswerPingPlan
- Create a new ping plan.
- AnswerPingPlan(String, String) -
Constructor for class jadex.planlib.AnswerPingPlan
- Create a new ping plan.
- ANY_ELEMENT -
Static variable in interface jadex.model.IMExpression
- The any element indicator (for expressions affected by system events regardless of the originating element).
- applet -
Static variable in class jadex.util.BrowserLauncher2
- The applet (has to be set from the outside).
- ArrayBlockingQueue - Class in jadex.util.collection
- Blocking queue implemented as array.
- ArrayBlockingQueue() -
Constructor for class jadex.util.collection.ArrayBlockingQueue
- Create a new blocking queue.
- arrayContains(Object, Object) -
Static method in class jadex.util.SUtil
- Check if an element is contained in an array.
- arrayEquals(Object, Object) -
Static method in class jadex.util.SUtil
-
- arrayToList(Object) -
Static method in class jadex.util.SUtil
- Transform an array to a vector.
- arrayToSet(Object) -
Static method in class jadex.util.SUtil
- Transform an array to a vector.
- arrayToString(Object) -
Static method in class jadex.util.SUtil
- Get a string representation for an array.
- ASCENDING -
Static variable in interface jadex.util.jtable.ISorterFilterTableModel
-
- ASCENDING -
Static variable in class jadex.util.jtable.SortArrowIcon
-
- ASCENDING -
Static variable in class jadex.util.jtable.SortHeaderRenderer
-
- AsyncExecutorService - Class in jadex.util.concurrent
- The asynchronous executor service that executes all tasks in separate executors.
- AsyncExecutorService() -
Constructor for class jadex.util.concurrent.AsyncExecutorService
- Create a new asynchronous executor service.
- AsyncManager - Class in jadex.util.concurrent
- The async manager helps decoupling calls that should be
executed on a separate thread.
- AsyncManager(boolean) -
Constructor for class jadex.util.concurrent.AsyncManager
- Create a new async manager.
- AuctionInfo - Class in jadex.planlib
- Information about an auction.
- AuctionInfo() -
Constructor for class jadex.planlib.AuctionInfo
- Create a new auction info.
- AuctionInfo(long, long, Object) -
Constructor for class jadex.planlib.AuctionInfo
- Create a new auction info.
- AUTO_ADJUST -
Static variable in class jadex.util.SGUI
- This property can be set on components to be automatically adjusted to equal sizes.
B
- Base64 - Class in jadex.util
- Base64
Contains lots of utilities for coding and decoding text and character arrays fore
and back to the Base64 encoding. - Base64() -
Constructor for class jadex.util.Base64
-
- BasicAgentIdentifier - Class in jadex.runtime
- Basic agent identifier to address agents by name only
- BasicAgentIdentifier() -
Constructor for class jadex.runtime.BasicAgentIdentifier
- Create a new BasicAgentIdentifier.
- BasicAgentIdentifier(String) -
Constructor for class jadex.runtime.BasicAgentIdentifier
- Create a new BasicAgentIdentifier.
- BatchProcessor - Class in jadex.model
- Batch-process models (e.g., for checking).
- BatchProcessor(boolean, boolean, boolean) -
Constructor for class jadex.model.BatchProcessor
- Create a new batch processor.
- BatchProcessor.AgentInfo - Class in jadex.model
- Struct for saving file info for agents.
- BatchProcessor.AgentInfo(String, String[]) -
Constructor for class jadex.model.BatchProcessor.AgentInfo
- Create a new agent info.
- BatchProcessor.CapabilityInfo - Class in jadex.model
- Struct for saving file info for capabilities.
- BatchProcessor.CapabilityInfo(String, String[]) -
Constructor for class jadex.model.BatchProcessor.CapabilityInfo
- Create a new capability info.
- BatchProcessor.DirectoryInfo - Class in jadex.model
- Struct for saving directory info.
- BatchProcessor.DirectoryInfo(String) -
Constructor for class jadex.model.BatchProcessor.DirectoryInfo
- Create a new file info.
- BatchProcessor.FileInfo - Class in jadex.model
- Struct for saving file info.
- BatchProcessor.FileInfo(String) -
Constructor for class jadex.model.BatchProcessor.FileInfo
- Create a new file info.
- BatchProcessor.PropertiesInfo - Class in jadex.model
- Struct for saving file info for properties.
- BatchProcessor.PropertiesInfo(String, String[]) -
Constructor for class jadex.model.BatchProcessor.PropertiesInfo
- Create a new properties info.
- BDIFailureException - Exception in jadex.runtime
- A BDI failure exception indicates that a plan has failed.
- BDIFailureException(String, Throwable) -
Constructor for exception jadex.runtime.BDIFailureException
- Create a new BDI failure exception.
- BeanChangesArrayList - Class in jadex.util.collection
- An array list with property change support.
- BeanChangesArrayList() -
Constructor for class jadex.util.collection.BeanChangesArrayList
- Create a new array list.
- BELIEF_ADDED -
Static variable in interface jadex.model.ISystemEventTypes
- System event type for belief(set) added.
- BELIEF_EVENT -
Static variable in interface jadex.model.ISystemEventTypes
- System event type for belief(set) related events.
- BELIEF_REMOVED -
Static variable in interface jadex.model.ISystemEventTypes
- System event type for belief(set) removed.
- beliefChanged(AgentEvent) -
Method in interface jadex.runtime.IBeliefListener
- Invoked when a belief has been changed.
- beliefSetChanged(AgentEvent) -
Method in interface jadex.runtime.IBeliefSetListener
- Invoked when a belief set has been changed completely.
- BINDING_EVENT -
Static variable in interface jadex.model.ISystemEventTypes
- System event type for binding (of plan/goal with creation condition) changed.
- BlockingQueue - Class in jadex.util.collection
- A blocking queue allows to enqueue or dequeue
elements.
- BlockingQueue() -
Constructor for class jadex.util.collection.BlockingQueue
- Create a blocking queue.
- body() -
Method in class jadex.planlib.AnswerPingPlan
- Handle the ping request.
- body() -
Method in class jadex.planlib.CNPInitiatorPlan
- The body method is called on the
instatiated plan instance from the scheduler.
- body() -
Method in class jadex.planlib.CNPReceiverPlan
- The body method is called on the
instatiated plan instance from the scheduler.
- body() -
Method in class jadex.planlib.DAInitiatorPlan
- The plan body.
- body() -
Method in class jadex.planlib.DAReceiverPlan
- The plan body.
- body() -
Method in class jadex.planlib.DoPingPlan
- The body method is called on the
instatiated plan instance from the scheduler.
- body() -
Method in class jadex.planlib.EAInitiatorPlan
- The plan body.
- body() -
Method in class jadex.planlib.EAReceiverPlan
- The plan body.
- body() -
Method in class jadex.planlib.NotUnderstoodPlan
- Execute the plan.
- body() -
Method in class jadex.planlib.PerformTestPlan
- The body method is called on the
instatiated plan instance from the scheduler.
- body() -
Method in class jadex.planlib.PerformTestsPlan
- The body method is called on the
instatiated plan instance from the scheduler.
- body() -
Method in class jadex.planlib.PingingPlan
- The plan body.
- body() -
Method in class jadex.planlib.PrintReportsPlan
- The body method is called on the
instatiated plan instance from the scheduler.
- body() -
Method in class jadex.planlib.RPInitiatorPlan
- Perform the request.
- body() -
Method in class jadex.planlib.RPReceiverPlan
- The body method is called on the
instatiated plan instance from the scheduler.
- body() -
Method in class jadex.planlib.SendReportsPlan
- The body method is called on the
instatiated plan instance from the scheduler.
- body() -
Method in class jadex.planlib.StartAgentsPlan
- Execute a plan.
- body() -
Method in class jadex.planlib.TestCenterPlan
- The body method is called on the
instatiated plan instance from the scheduler.
- body() -
Method in class jadex.runtime.Plan
- The body method is called on the
instatiated plan instance from the scheduler.
- BODY_MOBILE -
Static variable in interface jadex.model.IMPlanBody
- The mobile plan body type.
- BODY_STANDARD -
Static variable in interface jadex.model.IMPlanBody
- The standard plan body type.
- BrowserLauncher - Class in jadex.util
- BrowserLauncher is a class that provides one static method, openURL, which opens the default
web browser for the current user of the system to the given URL.
- BrowserLauncher2 - Class in jadex.util
- Provides a static method to start a browser.
- BrowserLauncher2() -
Constructor for class jadex.util.BrowserLauncher2
-
- BSFACT_ADDED -
Static variable in interface jadex.model.ISystemEventTypes
- System event type for fact added.
- BSFACT_CHANGED -
Static variable in interface jadex.model.ISystemEventTypes
- System event type for single fact changed.
- BSFACT_EVENT -
Static variable in interface jadex.model.ISystemEventTypes
- System event type for (belief set) fact related events.
- BSFACT_READ -
Static variable in interface jadex.model.ISystemEventTypes
BSFACT_READ
: thrown if a belief set is accessed via belief base
- BSFACT_REMOVED -
Static variable in interface jadex.model.ISystemEventTypes
- System event type for fact removed.
- BSFACTS_CHANGED -
Static variable in interface jadex.model.ISystemEventTypes
- System event type for some facts changed/added/removed.
C
- CachedObject - Class in jadex.util
- A cache for an object that was loaded from a file or url.
- CachedObject(String, long, Serializable) -
Constructor for class jadex.util.CachedObject
- Create a new file cache.
- calculateCartesianProduct(String[], Object[]) -
Static method in class jadex.util.SUtil
- Calculate the cartesian product of parameters.
- calculateMiddlePosition(Window) -
Static method in class jadex.util.SGUI
- Calculate the middle position of a window relativ to
- calculateMiddlePosition(Window, Window) -
Static method in class jadex.util.SGUI
- Calculate the middle position of a window relativ to
- CANCEL -
Static variable in class jadex.adapter.fipa.SFipa
-
- cancel(IExecutable) -
Method in class jadex.util.concurrent.AbstractExecutorService
- Cancel a task.
- cancel(IExecutable) -
Method in interface jadex.util.concurrent.IExecutorService
- Cancel a task.
- CAPABILITY_ADDED -
Static variable in interface jadex.model.ISystemEventTypes
- System event type for capability added.
- CAPABILITY_EVENT -
Static variable in interface jadex.model.ISystemEventTypes
- System event type for capability related events.
- CAPABILITY_REMOVED -
Static variable in interface jadex.model.ISystemEventTypes
- System event type for capability removed.
- CAUSE -
Static variable in interface jadex.model.IMEventbase
- The cause parameter of condition triggered events.
- CFP -
Static variable in class jadex.adapter.fipa.SFipa
-
- check() -
Method in interface jadex.model.IMElement
- Check the validity of the model.
- checkArguments(Map) -
Method in interface jadex.model.IMBDIAgent
- Check if the given arguments match the beliefs in the model.
- classForName(String) -
Static method in class jadex.util.SReflect
- Extension for Class.forName(), because primitive
types are not supported.
- classForName0(String) -
Static method in class jadex.util.SReflect
- Extension for Class.forName(), because primitive
types are not supported.
- classForName0(String, boolean) -
Static method in class jadex.util.SReflect
- Extension for Class.forName(), because primitive
types are not supported.
- cleanup(RPlan) -
Method in interface jadex.runtime.IPlanExecutor
- Cleanup after plan execution.
- cleanup(RPlan) -
Method in class jadex.runtime.JavaMobilePlanExecutor
- Called on termination of a plan.
- cleanup(RPlan) -
Method in class jadex.runtime.JavaStandardPlanExecutor
- Called on termination of a plan.
- cleanup() -
Method in class jadex.util.ResourceInfo
- Cleanup the resource info
when it is no longer used.
- cleanupAgent() -
Method in interface jadex.adapter.IAgentAdapter
- This is called, after the agent has decided to kill itself.
- cleanupEldestEntry(Map.Entry) -
Method in interface jadex.util.collection.ILRUEntryCleaner
- Cleanup the eldest entry.
- clear() -
Method in class jadex.util.collection.ConcurrencyCheckingList
-
- clear() -
Method in class jadex.util.collection.FastHashMap
-
- clear() -
Method in class jadex.util.collection.IndexMap
- Removes all mappings from this map.
- clear() -
Method in class jadex.util.collection.MultiCollection
- Removes all mappings from this map.
- clear() -
Method in class jadex.util.collection.NestedMap
- Removes all mappings from this map (optional operation).
- clear() -
Method in class jadex.util.collection.TwoWayMultiCollection
- Removes all mappings from this map.
- clear() -
Method in class jadex.util.collection.WeakList
- Removes all of the elements from this list (optional operation).
- clear() -
Method in class jadex.util.collection.WeakSet
- Removes all of the elements from this set.
- clear() -
Method in class jadex.util.ObjectCache
- Clear the cache.
- clearClassCache() -
Static method in class jadex.util.SReflect
- Clear the classcache, e.g. when the classpath has changed.
- clearModelCache(String) -
Static method in class jadex.model.SXML
- Clear the model cache.
- clone() -
Method in class jadex.adapter.fipa.AgentDescription
- Clone an agent description.
- clone() -
Method in class jadex.adapter.fipa.AgentIdentifier
- Clone this agent identifier.
- clone() -
Method in class jadex.adapter.fipa.AMSAgentDescription
- Clone an agent description.
- clone() -
Method in class jadex.adapter.fipa.ServiceDescription
- Clone an agent description.
- clone() -
Method in class jadex.runtime.SystemEvent
- Create a shallow copy of this system event.
- clone() -
Method in class jadex.util.collection.IndexMap
- Clone an index map.
- clone() -
Method in class jadex.util.collection.IndexMap.ListIndexMap
- Clone an index map.
- clone() -
Method in class jadex.util.collection.IndexMap.MapIndexMap
- Clone an index map.
- clone() -
Method in class jadex.util.collection.MultiCollection
- Clone a multi collection.
- clone() -
Method in class jadex.util.collection.WeakSet
- Returns a shallow copy of this WeakSet instance: the elements themselves are not cloned.
- clone() -
Method in class jadex.util.Tuple
- Clone this tuple.
- close() -
Method in class jadex.util.MultiStream
- Close the streams.
- CNPInitiatorPlan - Class in jadex.planlib
- Handles the initiator side of a cfp protocol.
- CNPInitiatorPlan() -
Constructor for class jadex.planlib.CNPInitiatorPlan
-
- CNPReceiverPlan - Class in jadex.planlib
- Receive a contract net protocol (cnp) and answer it.
- CNPReceiverPlan() -
Constructor for class jadex.planlib.CNPReceiverPlan
-
- code() -
Method in class jadex.util.concurrent.TimerService
- The code to run on the timer thread.
- colorToHTML(Color) -
Static method in class jadex.util.SUtil
- Convert a color to an html representation.
- compareTo(String, String) -
Static method in class jadex.util.SUtil
- Compares two strings, ignoring case.
- ComposedFilter - Class in jadex.runtime
- A filter checks if an object matches
the given subfilters.
- ComposedFilter(IFilter[], int) -
Constructor for class jadex.runtime.ComposedFilter
- Create a composed filter.
- ConcurrencyCheckingList - Class in jadex.util.collection
- A wrapper for a list to detect undesired
concurrent access.
- ConcurrencyCheckingList(List) -
Constructor for class jadex.util.collection.ConcurrencyCheckingList
- Wrap the given list.
- concurrencyCheckingList(List) -
Static method in class jadex.util.collection.SCollection
- Wrap a list for concurrency checking.
- CONDITION -
Static variable in interface jadex.model.IMEventbase
- The condition parameter of condition triggered events.
- CONDITION_TRIGGERED -
Static variable in interface jadex.model.ISystemEventTypes
- Condition triggered events
- conditionTriggered(AgentEvent) -
Method in interface jadex.runtime.IConditionListener
- Invoked when a condition has triggered.
- CONFIRM -
Static variable in class jadex.adapter.fipa.SFipa
-
- contains(Object) -
Method in class jadex.util.collection.ConcurrencyCheckingList
-
- contains(Object) -
Method in class jadex.util.collection.IndexMap
- Returns true if this list contains the specified element.
- contains(Object) -
Method in class jadex.util.collection.WeakList
- Returns true if this list contains the specified element.
- contains(Object) -
Method in class jadex.util.collection.WeakSet
- Returns true if this set contains the specified element.
- containsAll(Collection) -
Method in class jadex.util.collection.ConcurrencyCheckingList
-
- containsAll(Collection) -
Method in class jadex.util.collection.IndexMap
- Returns true if this list contains all of the elements of the
specified collection.
- containsAll(Collection) -
Method in class jadex.util.collection.WeakList
- Returns true if this list contains all of the elements of the
specified collection.
- containsBelief(String) -
Method in interface jadex.runtime.IBeliefbase
- Returns true if this beliefbase contains a belief with the
specified name.
- containsBeliefSet(String) -
Method in interface jadex.runtime.IBeliefbase
- Returns true if this beliefbase contains a belief set with the
specified name.
- containsFact(Object) -
Method in interface jadex.runtime.IBeliefSet
- Test if a fact is contained in a belief.
- containsGoal(IGoal) -
Method in interface jadex.runtime.IGoalbase
- Test if an adopted goal is already contained in the goal base.
- containsKey(Object) -
Method in class jadex.util.collection.FastHashMap
-
- containsKey(Object) -
Method in class jadex.util.collection.IndexMap
- Returns true if this map contains a mapping for the specified
key.
- containsKey(Object) -
Method in class jadex.util.collection.MultiCollection
- Returns true if this map contains a mapping for the specified
key.
- containsKey(Object) -
Method in class jadex.util.collection.NestedMap
- Returns true if this map contains a mapping for the specified
key.
- containsValue(Object) -
Method in interface jadex.runtime.IParameterSet
- Test if a value is contained in a parameter.
- containsValue(Object) -
Method in class jadex.util.collection.FastHashMap
-
- containsValue(Object) -
Method in class jadex.util.collection.IndexMap
- Returns true if this map maps one or more keys to the
specified value.
- containsValue(Object) -
Method in class jadex.util.collection.MultiCollection
- Returns true if this map maps one or more keys to the
specified value.
- containsValue(Object) -
Method in class jadex.util.collection.NestedMap
- Returns true if this map maps one or more keys to the
specified value.
- CONTENT -
Static variable in class jadex.adapter.fipa.SFipa
-
- CONTENT_CLASS -
Static variable in class jadex.adapter.fipa.SFipa
-
- CONTENT_START -
Static variable in class jadex.adapter.fipa.SFipa
-
- ContentException - Exception in jadex.runtime
- A content exception occurs, if the content cannot be properly
extracted from a message with language and ontology set.
- ContentException(String) -
Constructor for exception jadex.runtime.ContentException
- Create a new content exception.
- ContentException(String, Throwable) -
Constructor for exception jadex.runtime.ContentException
- Create a new content exception.
- CONVERSATION_ID -
Static variable in class jadex.adapter.fipa.SFipa
-
- CONVERT_ALL -
Static variable in class jadex.util.SUtil
- Constant that indicates a conversion of all known characters.
- CONVERT_ALL_EXCEPT_AMP -
Static variable in class jadex.util.SUtil
- Constant that indicates a conversion of all known characters except &.
- CONVERT_NONE -
Static variable in class jadex.util.SUtil
- Constant that indicates a conversion of no characters.
- convertPathToPackage(String) -
Static method in class jadex.util.SUtil
- Find a package name from a path.
- convertWrappedValue(Object, Class) -
Static method in class jadex.util.SReflect
- Convert a value to the correct wrapped type.
- countTokens() -
Method in class jadex.util.ExpressionTokenizer
- Count the number of tokens.
- createAchieveGoal(String, String, boolean, long, String) -
Method in interface jadex.model.IMGoalbase
- Create an achieve goal.
- createAchieveGoalReference(String, String, String) -
Method in interface jadex.model.IMGoalbase
- Create an achieve goal reference.
- createAction(String, Icon, ActionListener) -
Static method in class jadex.util.SGUI
- Create an action.
- createAgent(String, String, String, Object[]) -
Method in interface jadex.runtime.IPlatform
- Create a new agent.
- createAgentDescription(AgentIdentifier, ServiceDescription) -
Static method in class jadex.adapter.fipa.SFipa
- Create an agent description.
- createAgentDescription(AgentIdentifier, ServiceDescription[], String[], String[], String[]) -
Static method in class jadex.adapter.fipa.SFipa
- Create an agent description.
- createArrayList() -
Static method in class jadex.util.collection.SCollection
- Return a fresh array list.
- createAssignTo(String) -
Method in interface jadex.model.IMReferenceableElement
- Create an assignto element (as reference string).
- createBelief(String, Class, long, String) -
Method in interface jadex.model.IMBeliefbase
- Create a new belief.
- createBelief(String, Class, int) -
Method in interface jadex.runtime.IBeliefbase
- Deprecated.
- createBeliefChange(String) -
Method in interface jadex.model.IMPlanTrigger
- Create a belief changes.
- createBeliefReference(String, Class, String, String) -
Method in interface jadex.model.IMBeliefbase
- Create a new belief reference.
- createBeliefSet(String, Class, long, String) -
Method in interface jadex.model.IMBeliefbase
- Create a new belief set.
- createBeliefSet(String, Class, int) -
Method in interface jadex.runtime.IBeliefbase
- Deprecated.
- createBeliefSetChange(String) -
Method in interface jadex.model.IMPlanTrigger
- Create a beliefset changes.
- createBeliefSetReference(String, Class, String, String) -
Method in interface jadex.model.IMBeliefbase
- Create a new belief set reference.
- createBindingOptions(String, String) -
Method in interface jadex.model.IMParameter
- Create the binding options for the parameter (i.e. a collection of possible values).
- createBody(String, String) -
Method in interface jadex.model.IMPlan
- Create the body expression.
- createBody() -
Method in interface jadex.runtime.IPlan
- Create the body.
- createCapabilityReference(String, String) -
Method in interface jadex.model.IMCapability
- Create a capability reference.
- createCondition(String, String, String, String, String[], Class[]) -
Method in interface jadex.model.IMExpressionbase
- Create a new condition.
- createCondition(String) -
Method in interface jadex.model.IMPlanTrigger
- Create a creation condition for the plan.
- createCondition(String) -
Method in class jadex.runtime.AbstractPlan
- Create a condition, that is triggered whenever the expression
value changes to true.
- createCondition(String, String, String[], Class[]) -
Method in class jadex.runtime.AbstractPlan
- Create a condition.
- createCondition(String) -
Method in interface jadex.runtime.IExpressionbase
- Create a condition, that is triggered whenever the expression
value changes to true.
- createCondition(String, String, String[], Class[]) -
Method in interface jadex.runtime.IExpressionbase
- Create a condition.
- createConditionReference(String, String, String) -
Method in interface jadex.model.IMExpressionbase
- Create a new condition reference.
- createConfiguration(String) -
Method in interface jadex.model.IMConfigurationbase
- Create an configuration.
- createContextCondition(String) -
Method in interface jadex.model.IMGoal
- Create a context condition for the goal.
- createContextCondition(String) -
Method in interface jadex.model.IMPlan
- Create a context condition for the plan.
- createCreationCondition(String) -
Method in interface jadex.model.IMGoal
- Create a creation condition for the goal.
- createDefaultFact(String, String) -
Method in interface jadex.model.IMBelief
- Create the default fact for the belief.
- createDefaultFact(String) -
Method in interface jadex.model.IMBeliefSet
- Create a default fact.
- createDefaultFactsExpression(String, String) -
Method in interface jadex.model.IMBeliefSet
- Create the default facts expression.
- createDefaultValue(String, String) -
Method in interface jadex.model.IMParameter
- Create the default value for the parameter.
- createDefaultValue(String) -
Method in interface jadex.model.IMParameterSet
- Create a default values for the parameter.
- createDefaultValuesExpression(String, String) -
Method in interface jadex.model.IMParameterSet
- Create the default values expression for the parameter (returning a collection of default values).
- createDeliberation(int) -
Method in interface jadex.model.IMGoal
- Create new the deliberation properties for the goal.
- createDeliberation(int) -
Method in interface jadex.model.IMGoalReference
- Create new the deliberation properties for the goal.
- createDropCondition(String) -
Method in interface jadex.model.IMGoal
- Create a drop condition for the goal.
- createEndGoal(String) -
Method in interface jadex.model.IMConfigGoalbase
- Create a end goal.
- createEndInternalEvent(String) -
Method in interface jadex.model.IMConfigEventbase
- Create an end internal event.
- createEndMessageEvent(String) -
Method in interface jadex.model.IMConfigEventbase
- Create an end message event.
- createEndPlan(String) -
Method in interface jadex.model.IMConfigPlanbase
- Create a end plan.
- createExclude(String) -
Method in interface jadex.model.IMUnique
- Create an excluded parameter (as reference string).
- createExpression(String, String, Class, String, String[], Class[]) -
Method in interface jadex.model.IMExpressionbase
- Create a new expression.
- createExpression(String) -
Method in class jadex.runtime.AbstractPlan
- Create a precompiled expression.
- createExpression(String, String[], Class[]) -
Method in class jadex.runtime.AbstractPlan
- Create a precompiled expression.
- createExpression(String) -
Method in interface jadex.runtime.IExpressionbase
- Create a precompiled expression.
- createExpression(String, String[], Class[]) -
Method in interface jadex.runtime.IExpressionbase
- Create a precompiled expression.
- createExpressionParameter(String, Class) -
Method in interface jadex.model.IMExpression
- Create an expression parameter.
- createExpressionReference(String, String, String) -
Method in interface jadex.model.IMExpressionbase
- Create a new expression reference.
- createFactAddedTrigger(String) -
Method in interface jadex.model.IMPlanTrigger
- Create a fact added trigger.
- createFactRemovedTrigger(String) -
Method in interface jadex.model.IMPlanTrigger
- Create a fact removed trigger.
- createFailureCondition(String) -
Method in interface jadex.model.IMAchieveGoal
- Create a failure condition for the goal.
- createFailureCondition(String) -
Method in interface jadex.model.IMQueryGoal
- Create a failure condition for the goal.
- createFastHashMap() -
Static method in class jadex.util.collection.SCollection
- Return a fresh hash map.
- createFilter(String) -
Method in interface jadex.model.IMTrigger
- Create the filter.
- createGoal(String) -
Method in interface jadex.model.IMMetaGoalTrigger
- Create a goal.
- createGoal(String) -
Method in interface jadex.model.IMPlanTrigger
- Create a goal.
- createGoal(String) -
Method in class jadex.runtime.AbstractPlan
- Create a goal from a template goal.
- createGoal(String) -
Method in interface jadex.runtime.IExternalAccess
- Create a goal from a template goal.
- createGoal(String) -
Method in interface jadex.runtime.IGoalbase
- Create a goal from a template goal.
- createGoalFinished(String) -
Method in interface jadex.model.IMTrigger
- Create a goal.
- createGoalMapping(String) -
Method in interface jadex.model.IMPlanParameter
- Create a goal event mapping.
- createGoalMapping(String) -
Method in interface jadex.model.IMPlanParameterSet
- Create a goal event mapping.
- createHashMap() -
Static method in class jadex.util.collection.SCollection
- Return a fresh hash map.
- createHashSet() -
Static method in class jadex.util.collection.SCollection
- Return a hash set.
- createHashtable() -
Static method in class jadex.util.collection.SCollection
- Return a fresh hashtable.
- createImport(String) -
Method in interface jadex.model.IMCapability
- Create an import declaration.
- createIndexMap() -
Static method in class jadex.util.collection.SCollection
- Return a fresh index map.
- createInhibits(String, String, String) -
Method in interface jadex.model.IMDeliberation
- Create a new inhibition link.
- createInitialBelief(String, String, String) -
Method in interface jadex.model.IMConfigBeliefbase
- Create a new initial belief.
- createInitialBeliefSet(String, String) -
Method in interface jadex.model.IMConfigBeliefbase
- Create a new belief set.
- createInitialCapability(String, String) -
Method in interface jadex.model.IMConfigCapabilitybase
- Create a new initial capability.
- createInitialFact(String, String) -
Method in interface jadex.model.IMConfigBelief
- Create the initial fact for the belief.
- createInitialFact(String) -
Method in interface jadex.model.IMConfigBeliefSet
- Create a initial fact.
- createInitialFactsExpression(String, String) -
Method in interface jadex.model.IMConfigBeliefSet
- Create the initial facts expression.
- createInitialGoal(String) -
Method in interface jadex.model.IMConfigGoalbase
- Create a initial goal.
- createInitialInternalEvent(String) -
Method in interface jadex.model.IMConfigEventbase
- Create an initial internal event.
- createInitialMessageEvent(String) -
Method in interface jadex.model.IMConfigEventbase
- Create an initial message event.
- createInitialParameter(String, String, String) -
Method in interface jadex.model.IMConfigParameterElement
- Create a new initial parameter.
- createInitialParameterSet(String, String) -
Method in interface jadex.model.IMConfigParameterElement
- Create a new parameter set.
- createInitialPlan(String) -
Method in interface jadex.model.IMConfigPlanbase
- Create a initial plan.
- createInitialValue(String, String) -
Method in interface jadex.model.IMConfigParameter
- Create the initial value for the parameter.
- createInitialValue(String) -
Method in interface jadex.model.IMConfigParameterSet
- Create a initial value.
- createInitialValuesExpression(String, String) -
Method in interface jadex.model.IMConfigParameterSet
- Create the initial values expression.
- createInnerClassInstance(Object, String, Class) -
Static method in class jadex.util.SReflect
- Create a new instance of an inner class.
- createInternalEvent(String, String) -
Method in interface jadex.model.IMEventbase
- Create an internal event.
- createInternalEvent(String) -
Method in interface jadex.model.IMTrigger
- Create an internal event.
- createInternalEvent(String) -
Method in class jadex.runtime.AbstractPlan
- Create a new intenal event.
- createInternalEvent(String, Object) -
Method in class jadex.runtime.AbstractPlan
- Deprecated. Convenience method for easy conversion to new explicit internal events.
Will be removed in later releases.
- createInternalEvent(String) -
Method in interface jadex.runtime.IEventbase
- Create a new intenal event.
- createInternalEvent(String, Object) -
Method in interface jadex.runtime.IEventbase
- Deprecated. Convenience method for easy conversion to the new Jadex version.
Will be removed in later releases.
- createInternalEvent(String) -
Method in interface jadex.runtime.IExternalAccess
- Create a new intenal event.
- createInternalEvent(String, Object) -
Method in interface jadex.runtime.IExternalAccess
- Deprecated. Convenience method for easy conversion to new explicit internal events.
Will be removed in later releases.
- createInternalEventMapping(String) -
Method in interface jadex.model.IMPlanParameter
- Create an internal event mapping.
- createInternalEventMapping(String) -
Method in interface jadex.model.IMPlanParameterSet
- Create an internal event mapping.
- createInternalEventReference(String, String, String, boolean) -
Method in interface jadex.model.IMEventbase
- Create an internal event reference.
- createJadexAgent(IAgentAdapter, String, String, Map) -
Static method in class jadex.adapter.JadexAgentFactory
- Create a Jadex agent.
- createLinkedHashMap() -
Static method in class jadex.util.collection.SCollection
- Return a fresh linked hash map.
- createLinkedHashSet() -
Static method in class jadex.util.collection.SCollection
- Return a linked hash set.
- createLinkedList() -
Static method in class jadex.util.collection.SCollection
- Return a fresh linked list.
- createLRU(int) -
Static method in class jadex.util.collection.SCollection
- Return a fresh linked hash map.
- createMaintainCondition(String) -
Method in interface jadex.model.IMMaintainGoal
- Create a maintain condition for the goal.
- createMaintainGoal(String, String, boolean, long, String, boolean, long) -
Method in interface jadex.model.IMGoalbase
- Create a maintain goal.
- createMaintainGoalReference(String, String, String) -
Method in interface jadex.model.IMGoalbase
- Create an maintain goal reference.
- createMatchExpression(String) -
Method in interface jadex.model.IMMessageEvent
- Create a new parameter.
- createMatchExpression(String) -
Method in interface jadex.model.IMReference
- Create a new parameter.
- createMenuBar(Action[]) -
Static method in class jadex.util.SGUI
- Create a menu bar, given a list of actions.
- createMessageEvent(String, String, String, String) -
Method in interface jadex.model.IMEventbase
- Create an message event.
- createMessageEvent(String) -
Method in interface jadex.model.IMTrigger
- Create an message event.
- createMessageEvent(String) -
Method in class jadex.runtime.AbstractPlan
- Create a new message event.
- createMessageEvent(String) -
Method in interface jadex.runtime.IEventbase
- Create a new message event.
- createMessageEvent(String) -
Method in interface jadex.runtime.IExternalAccess
- Create a new message event.
- createMessageEventMapping(String) -
Method in interface jadex.model.IMPlanParameter
- Create an message event mapping.
- createMessageEventMapping(String) -
Method in interface jadex.model.IMPlanParameterSet
- Create an message event mapping.
- createMessageEventReference(String, String, String, boolean) -
Method in interface jadex.model.IMEventbase
- Create an message event reference.
- createMetaGoal(String, String, boolean, long, String) -
Method in interface jadex.model.IMGoalbase
- Create a meta goal.
- createMetaGoalReference(String, String, String) -
Method in interface jadex.model.IMGoalbase
- Create a meta goal reference.
- createMultiCollection() -
Static method in class jadex.util.collection.SCollection
- Return a fresh multi collection.
- createNestedMap(Map) -
Static method in class jadex.util.collection.SCollection
- Return a linked hash set.
- createNestedMap(Map[]) -
Static method in class jadex.util.collection.SCollection
- Return a linked hash set.
- createParameter(String, Class, String, long, String, String) -
Method in interface jadex.model.IMParameterElement
- Create a new parameter.
- createParameterReference(String, Class) -
Method in interface jadex.model.IMParameterElementReference
- Create a new parameter reference.
- createParameterSet(String, Class, String, long, String, String) -
Method in interface jadex.model.IMParameterElement
- Create a new parameter set.
- createParameterSetReference(String, Class) -
Method in interface jadex.model.IMParameterElementReference
- Create a new parameter set reference.
- createPerformGoal(String, String, boolean, long, String) -
Method in interface jadex.model.IMGoalbase
- Create a perform goal.
- createPerformGoalReference(String, String, String) -
Method in interface jadex.model.IMGoalbase
- Create a perform goal reference.
- createPlan(String, int, String, String) -
Method in interface jadex.model.IMPlanbase
- Create a new plan.
- createPlanBody(RPlan) -
Method in interface jadex.runtime.IPlanExecutor
- Create the body of a plan.
- createPlanBody(RPlan) -
Method in class jadex.runtime.JavaMobilePlanExecutor
- Create the body of a plan.
- createPlanBody(RPlan) -
Method in class jadex.runtime.JavaStandardPlanExecutor
- Create the body of a plan.
- createPlanParameter(String, Class, String, long, String, String, String[], String[], String[]) -
Method in interface jadex.model.IMPlan
- Create a new plan parameter.
- createPrecondition(String) -
Method in interface jadex.model.IMPlan
- Create a precondition for the plan.
- createProperty(String, String) -
Method in interface jadex.model.IMPropertybase
- Create a property.
- createQuery(String) -
Method in class jadex.runtime.AbstractPlan
- Deprecated. Use @link{#createExpression(String)} instead.
- createQueryGoal(String, String, boolean, long, String) -
Method in interface jadex.model.IMGoalbase
- Create a query goal.
- createQueryGoalReference(String, String, String) -
Method in interface jadex.model.IMGoalbase
- Create a query goal reference.
- createRelevantBelief(String, String) -
Method in interface jadex.model.IMExpression
- Add a relevant belief.
- createRelevantBeliefSet(String, String) -
Method in interface jadex.model.IMExpression
- Add a relevant belief set.
- createRelevantGoal(String, String) -
Method in interface jadex.model.IMExpression
- Add a relevant goal.
- createRelevantParameter(String, String) -
Method in interface jadex.model.IMExpression
- Add a relevant parameter.
- createRelevantParameterSet(String, String) -
Method in interface jadex.model.IMExpression
- Add a relevant parameter set.
- createReply(String) -
Method in interface jadex.runtime.IMessageEvent
- Create a reply to this message event.
- createReply(String, Object) -
Method in interface jadex.runtime.IMessageEvent
- Create a reply to this message event.
- createServiceDescription(String, String, String) -
Static method in class jadex.adapter.fipa.SFipa
- Create a service description.
- createServiceDescription(String, String, String, String[], String[], String[], Property[]) -
Static method in class jadex.adapter.fipa.SFipa
- Create a service description.
- createTargetCondition(String) -
Method in interface jadex.model.IMAchieveGoal
- Create a target condition for the goal.
- createTargetCondition(String) -
Method in interface jadex.model.IMMaintainGoal
- Create a target condition for the goal.
- createTargetCondition(String) -
Method in interface jadex.model.IMQueryGoal
- Create a target condition for the goal.
- createToolBar(String, Action[]) -
Static method in class jadex.util.SGUI
- Create a tool bar, given a list of actions.
- createTrigger() -
Method in interface jadex.model.IMMetaGoal
- Create new the trigger for the goal.
- createTrigger() -
Method in interface jadex.model.IMPlan
- Create new the trigger for the plan.
- createUnique() -
Method in interface jadex.model.IMGoal
- Create new the uniqueness properties for the goal.
- createUniqueId(String) -
Static method in class jadex.adapter.fipa.SFipa
- Create a globally unique conversation id.
- createValue(String) -
Method in interface jadex.model.IMReferenceParameter
- Create a value for the parameter.
- createVector() -
Static method in class jadex.util.collection.SCollection
- Return a fresh vector.
- createWaitqueue() -
Method in interface jadex.model.IMPlan
- Create new the waitqueue for the plan.
- createWeakHashMap() -
Static method in class jadex.util.collection.SCollection
- Return a fresh weak hash map.
- createWeakList() -
Static method in class jadex.util.collection.SCollection
- Return a fresh weak list.
- createWeakSet() -
Static method in class jadex.util.collection.SCollection
- Return a fresh weak set.
- cutArrays(Object, Object) -
Static method in class jadex.util.SUtil
- Cut two arrays.
D
- DAInitiatorPlan - Class in jadex.planlib
- This plan implements the initiator of the "FIPA Dutch Auction Interaction
Protocol Specification" (XC00032 - Experimental)
A dutch auction is one where the auctioneer starts with a high start price
and continually lowers it until the first bidder accepts the price.
- DAInitiatorPlan() -
Constructor for class jadex.planlib.DAInitiatorPlan
-
- DAReceiverPlan - Class in jadex.planlib
- This plan implements the receiver of the "FIPA Dutch Auction Interaction
Protocol Specification" (XC00032 - Experimental).
- DAReceiverPlan() -
Constructor for class jadex.planlib.DAReceiverPlan
-
- DEBUG -
Static variable in class jadex.util.collection.SCollection
-
- DECENDING -
Static variable in class jadex.util.jtable.SortArrowIcon
-
- DECENDING -
Static variable in class jadex.util.jtable.SortHeaderRenderer
-
- decideIteration(NegotiationRecord[]) -
Method in interface jadex.planlib.IIterationDecider
- Decide about a new negotiation round.
- decideIteration(NegotiationRecord[]) -
Method in class jadex.planlib.IterationDecider
- Decide about a new negotiation round.
- decideRequest(Object) -
Method in class jadex.planlib.RPReceiverPlan
- Decide about the request.
- decode(String) -
Method in interface jadex.runtime.IContentCodec
- Decode data with the codec.
- decode(String) -
Method in class jadex.runtime.JavaXMLContentCodec
- Decode data with the codec.
- decode(String) -
Method in class jadex.runtime.NuggetsXMLContentCodec
- Decode data with the codec.
- decode(char[]) -
Static method in class jadex.util.Base64
- This is a wrapper to
decode(final char[] code, final int from, final int len)
- decode(char[], int, int) -
Static method in class jadex.util.Base64
- This will decode base64 data without line feeds.
- decode(byte[]) -
Static method in class jadex.util.Base64
- This is a wrapper to
decode(final byte[] code, final int from, final int len)
- decode(byte[], int, int) -
Static method in class jadex.util.Base64
- a copy of the char part
- decode76(char[]) -
Static method in class jadex.util.Base64
decodeCRLF(code, 0, code.length, 76)
- decodeCRLF(char[], int, int, int) -
Static method in class jadex.util.Base64
- This will decode base64 data.
- decodeCRLF(char[], int, int) -
Static method in class jadex.util.Base64
- This will decode base64 data with CRLF at 4 character boundary.
- decodeFailSafe(char[]) -
Static method in class jadex.util.Base64
-
- decodeFailSafe(char[], int, int) -
Static method in class jadex.util.Base64
- This removes all bad characters from the char array.
- DelegateTableModel - Class in jadex.util.jtable
- DelegateTableModel implements TableModel by routing all requests to its delegate model, and
TableModelListener by routing all events to its listeners.
- DelegateTableModel(TableModel) -
Constructor for class jadex.util.jtable.DelegateTableModel
-
- deleteAchieveGoal(IMAchieveGoal) -
Method in interface jadex.model.IMGoalbase
- Delete an achieve goal.
- deleteAchieveGoalReference(IMAchieveGoalReference) -
Method in interface jadex.model.IMGoalbase
- Delete an achieve goal reference.
- deleteAssignTo(String) -
Method in interface jadex.model.IMReferenceableElement
- Delete an assignto element (as reference string).
- deleteBelief(IMBelief) -
Method in interface jadex.model.IMBeliefbase
- Delete a belief.
- deleteBelief(String) -
Method in interface jadex.runtime.IBeliefbase
- Deprecated.
- deleteBeliefChange(String) -
Method in interface jadex.model.IMPlanTrigger
- Delete a belief changes.
- deleteBeliefReference(IMBeliefReference) -
Method in interface jadex.model.IMBeliefbase
- Delete a belief reference.
- deleteBeliefSet(IMBeliefSet) -
Method in interface jadex.model.IMBeliefbase
- Delete a belief set.
- deleteBeliefSet(String) -
Method in interface jadex.runtime.IBeliefbase
- Deprecated.
- deleteBeliefSetChange(String) -
Method in interface jadex.model.IMPlanTrigger
- Delete a beliefset changes.
- deleteBeliefSetReference(IMBeliefSetReference) -
Method in interface jadex.model.IMBeliefbase
- Delete a belief set reference.
- deleteBindingOptions() -
Method in interface jadex.model.IMParameter
- Delete the binding options of the parameter (i.e. a collection of possible values).
- deleteBody() -
Method in interface jadex.model.IMPlan
- Delete the plan body expression.
- deleteCapabilityReference(IMCapabilityReference) -
Method in interface jadex.model.IMCapability
- Delete a capability reference.
- deleteCondition(IMCondition) -
Method in interface jadex.model.IMExpressionbase
- Delete a condition.
- deleteCondition() -
Method in interface jadex.model.IMPlanTrigger
- Delete the creation condition of the plan.
- deleteConditionReference(IMConditionReference) -
Method in interface jadex.model.IMExpressionbase
- Delete an condition reference.
- deleteConfiguration(IMConfiguration) -
Method in interface jadex.model.IMConfigurationbase
- Delete a configuration.
- deleteContextCondition() -
Method in interface jadex.model.IMGoal
- Delete the context condition of the goal.
- deleteContextCondition() -
Method in interface jadex.model.IMPlan
- Delete the context condition of the plan.
- deleteCreationCondition() -
Method in interface jadex.model.IMGoal
- Delete the creation condition of the goal.
- deleteDefaultFact() -
Method in interface jadex.model.IMBelief
- Delete the default fact of the belief.
- deleteDefaultFact(IMExpression) -
Method in interface jadex.model.IMBeliefSet
- Delete a default fact.
- deleteDefaultFactsExpression() -
Method in interface jadex.model.IMBeliefSet
- Delete the default facts expression.
- deleteDefaultValue() -
Method in interface jadex.model.IMParameter
- Delete the default value of the parameter.
- deleteDefaultValue(IMExpression) -
Method in interface jadex.model.IMParameterSet
- Delete the default values of the parameter.
- deleteDefaultValuesExpression() -
Method in interface jadex.model.IMParameterSet
- Delete the default values expression of the parameter (returning a collection of default values).
- deleteDeliberation() -
Method in interface jadex.model.IMGoal
- Delete the deliberation properties of the goal.
- deleteDeliberation() -
Method in interface jadex.model.IMGoalReference
- Delete the deliberation properties of the goal.
- deleteDropCondition() -
Method in interface jadex.model.IMGoal
- Delete the drop condition of the goal.
- deleteEndGoal(IMConfigGoal) -
Method in interface jadex.model.IMConfigGoalbase
- Delete a end goal.
- deleteEndInternalEvent(IMConfigInternalEvent) -
Method in interface jadex.model.IMConfigEventbase
- Delete an end internal event.
- deleteEndMessageEvent(IMConfigMessageEvent) -
Method in interface jadex.model.IMConfigEventbase
- Delete an end message event.
- deleteEndPlan(IMConfigPlan) -
Method in interface jadex.model.IMConfigPlanbase
- Delete a end plan.
- deleteExclude(String) -
Method in interface jadex.model.IMUnique
- Delete an excluded parameter (as reference string).
- deleteExpression(IMExpression) -
Method in interface jadex.model.IMExpressionbase
- Delete an expression.
- deleteExpressionParameter(IMExpressionParameter) -
Method in interface jadex.model.IMExpression
- Delete an expression parameter.
- deleteExpressionReference(IMExpressionReference) -
Method in interface jadex.model.IMExpressionbase
- Delete an expression reference.
- deleteFactAddedTrigger(String) -
Method in interface jadex.model.IMPlanTrigger
- Delete a fact added trigger.
- deleteFactRemovedTrigger(String) -
Method in interface jadex.model.IMPlanTrigger
- Delete a fact removed trigger.
- deleteFailureCondition() -
Method in interface jadex.model.IMAchieveGoal
- Delete the failure condition of the goal.
- deleteFailureCondition() -
Method in interface jadex.model.IMQueryGoal
- Delete the failure condition of the goal.
- deleteFilter() -
Method in interface jadex.model.IMTrigger
- Delete the filter.
- deleteGoal(IMReference) -
Method in interface jadex.model.IMMetaGoalTrigger
- Delete a goal.
- deleteGoal(IMReference) -
Method in interface jadex.model.IMPlanTrigger
- Delete a goal.
- deleteGoalFinished(IMReference) -
Method in interface jadex.model.IMTrigger
- Delete a goal.
- deleteGoalMapping(String) -
Method in interface jadex.model.IMPlanParameter
- Delete a goal event mapping.
- deleteGoalMapping(String) -
Method in interface jadex.model.IMPlanParameterSet
- Delete a goal event mapping.
- deleteImport(String) -
Method in interface jadex.model.IMCapability
- Delete an import declaration.
- deleteInhibits(IMInhibits) -
Method in interface jadex.model.IMDeliberation
- Delete an inhibition link.
- deleteInitialBelief(IMConfigBelief) -
Method in interface jadex.model.IMConfigBeliefbase
- Delete a belief.
- deleteInitialBeliefSet(IMConfigBeliefSet) -
Method in interface jadex.model.IMConfigBeliefbase
- Delete a belief set.
- deleteInitialCapability(IMConfigCapability) -
Method in interface jadex.model.IMConfigCapabilitybase
- Delete a capability.
- deleteInitialFact() -
Method in interface jadex.model.IMConfigBelief
- Delete the initial fact of the belief.
- deleteInitialFact(IMExpression) -
Method in interface jadex.model.IMConfigBeliefSet
- Delete a initial fact.
- deleteInitialFactsExpression() -
Method in interface jadex.model.IMConfigBeliefSet
- Delete the initial facts expression.
- deleteInitialGoal(IMConfigGoal) -
Method in interface jadex.model.IMConfigGoalbase
- Delete a initial goal.
- deleteInitialInternalEvent(IMConfigInternalEvent) -
Method in interface jadex.model.IMConfigEventbase
- Delete an initial internal event.
- deleteInitialMessageEvent(IMConfigMessageEvent) -
Method in interface jadex.model.IMConfigEventbase
- Delete an initial message event.
- deleteInitialParameter(IMConfigParameter) -
Method in interface jadex.model.IMConfigParameterElement
- Delete a parameter.
- deleteInitialParameterSet(IMConfigParameterSet) -
Method in interface jadex.model.IMConfigParameterElement
- Delete a parameter set.
- deleteInitialPlan(IMConfigPlan) -
Method in interface jadex.model.IMConfigPlanbase
- Delete a initial plan.
- deleteInitialValue() -
Method in interface jadex.model.IMConfigParameter
- Delete the initial value of the parameter.
- deleteInitialValue(IMExpression) -
Method in interface jadex.model.IMConfigParameterSet
- Delete a initial value.
- deleteInitialValuesExpression() -
Method in interface jadex.model.IMConfigParameterSet
- Delete the initial values expression.
- deleteInternalEvent(IMInternalEvent) -
Method in interface jadex.model.IMEventbase
- Delete an internal event.
- deleteInternalEvent(IMReference) -
Method in interface jadex.model.IMTrigger
- Delete an internal event.
- deleteInternalEventMapping(String) -
Method in interface jadex.model.IMPlanParameter
- Delete an internal event mapping.
- deleteInternalEventMapping(String) -
Method in interface jadex.model.IMPlanParameterSet
- Delete an internal event mapping.
- deleteInternalEventReference(IMInternalEventReference) -
Method in interface jadex.model.IMEventbase
- Delete an internal event reference.
- deleteMaintainCondition() -
Method in interface jadex.model.IMMaintainGoal
- Delete the maintain condition of the goal.
- deleteMaintainGoal(IMMaintainGoal) -
Method in interface jadex.model.IMGoalbase
- Delete a maintain goal.
- deleteMaintainGoalReference(IMMaintainGoalReference) -
Method in interface jadex.model.IMGoalbase
- Delete an maintain goal reference.
- deleteMatchExpression() -
Method in interface jadex.model.IMMessageEvent
- Delete a parameter.
- deleteMatchExpression() -
Method in interface jadex.model.IMReference
- Delete a parameter.
- deleteMessageEvent(IMMessageEvent) -
Method in interface jadex.model.IMEventbase
- Delete an message event.
- deleteMessageEvent(IMReference) -
Method in interface jadex.model.IMTrigger
- Delete an message event.
- deleteMessageEventMapping(String) -
Method in interface jadex.model.IMPlanParameter
- Delete an message event mapping.
- deleteMessageEventMapping(String) -
Method in interface jadex.model.IMPlanParameterSet
- Delete an message event mapping.
- deleteMessageEventReference(IMMessageEventReference) -
Method in interface jadex.model.IMEventbase
- Delete an message event reference.
- deleteMetaGoal(IMMetaGoal) -
Method in interface jadex.model.IMGoalbase
- Delete a meta goal.
- deleteMetaGoalReference(IMMetaGoalReference) -
Method in interface jadex.model.IMGoalbase
- Delete a meta goal reference.
- deleteParameter(IMParameter) -
Method in interface jadex.model.IMParameterElement
- Delete a parameter.
- deleteParameterReference(IMParameterReference) -
Method in interface jadex.model.IMParameterElementReference
- Delete a parameter reference.
- deleteParameterSet(IMParameterSet) -
Method in interface jadex.model.IMParameterElement
- Delete a parameter set.
- deleteParameterSetReference(IMParameterSetReference) -
Method in interface jadex.model.IMParameterElementReference
- Delete a parameter set reference.
- deletePerformGoal(IMPerformGoal) -
Method in interface jadex.model.IMGoalbase
- Delete a perform goal.
- deletePerformGoalReference(IMPerformGoalReference) -
Method in interface jadex.model.IMGoalbase
- Delete a perform goal reference.
- deletePlan(IMPlan) -
Method in interface jadex.model.IMPlanbase
- Delete a plan.
- deletePrecondition() -
Method in interface jadex.model.IMPlan
- Delete the precondition of the plan.
- deleteProperty(IMExpression) -
Method in interface jadex.model.IMPropertybase
- Delete the property.
- deleteQueryGoal(IMQueryGoal) -
Method in interface jadex.model.IMGoalbase
- Delete a query goal.
- deleteQueryGoalReference(IMQueryGoalReference) -
Method in interface jadex.model.IMGoalbase
- Delete a query goal reference.
- deleteReferenceableElement(IMReferenceableElement) -
Method in interface jadex.model.IMBase
- Delete a referenceable element per name.
- deleteRelevantBelief(IMRelevantElement) -
Method in interface jadex.model.IMExpression
- Delete a relevant belief.
- deleteRelevantBeliefSet(IMRelevantElement) -
Method in interface jadex.model.IMExpression
- Delete a relevant belief set.
- deleteRelevantGoal(IMRelevantElement) -
Method in interface jadex.model.IMExpression
- Delete a relevant goal.
- deleteRelevantParameter(IMRelevantElement) -
Method in interface jadex.model.IMExpression
- Delete a relevant parameter.
- deleteRelevantParameterSet(IMRelevantElement) -
Method in interface jadex.model.IMExpression
- Delete a relevant parameter set.
- deleteTargetCondition() -
Method in interface jadex.model.IMAchieveGoal
- Delete the target condition of the goal.
- deleteTargetCondition() -
Method in interface jadex.model.IMMaintainGoal
- Delete the target condition of the goal.
- deleteTargetCondition() -
Method in interface jadex.model.IMQueryGoal
- Delete the target condition of the goal.
- deleteTrigger() -
Method in interface jadex.model.IMMetaGoal
- Delete the trigger of the goal.
- deleteTrigger() -
Method in interface jadex.model.IMPlan
- Delete the trigger of the plan.
- deleteUnique() -
Method in interface jadex.model.IMGoal
- Delete the uniqueness properties of the goal.
- deleteValue() -
Method in interface jadex.model.IMReferenceParameter
- Delete the value of the parameter.
- deleteWaitqueue() -
Method in interface jadex.model.IMPlan
- Delete the waitqueue of the plan.
- dequeue(long) -
Method in class jadex.util.collection.ArrayBlockingQueue
- Dequeue an element.
- dequeue() -
Method in class jadex.util.collection.ArrayBlockingQueue
- Remove an object from the queue
(blocks until an element is available).
- dequeue(long) -
Method in class jadex.util.collection.BlockingQueue
- Dequeue an element.
- dequeue() -
Method in class jadex.util.collection.BlockingQueue
- Dequeue an element.
- dequeue() -
Method in interface jadex.util.collection.IBlockingQueue
- Dequeue an element.
- dequeue(long) -
Method in interface jadex.util.collection.IBlockingQueue
- Dequeue an element.
- deregisterBelief(IMBelief) -
Method in interface jadex.runtime.IBeliefbase
- Deregister a belief model.
- deregisterBeliefReference(IMBeliefReference) -
Method in interface jadex.runtime.IBeliefbase
- Deregister a belief reference model.
- deregisterBeliefSet(IMBeliefSet) -
Method in interface jadex.runtime.IBeliefbase
- Deregister a beliefset model.
- deregisterBeliefSetReference(IMBeliefSetReference) -
Method in interface jadex.runtime.IBeliefbase
- Deregister a beliefset reference model.
- deregisterCondition(IMCondition) -
Method in interface jadex.runtime.IExpressionbase
- Deregister an condition model.
- deregisterConditionReference(IMConditionReference) -
Method in interface jadex.runtime.IExpressionbase
- Deregister an condition reference model.
- deregisterEvent(IMEvent) -
Method in interface jadex.runtime.IEventbase
- Deregister an event model.
- deregisterEventReference(IMEventReference) -
Method in interface jadex.runtime.IEventbase
- Deregister an event reference model.
- deregisterExpression(IMExpression) -
Method in interface jadex.runtime.IExpressionbase
- Deregister an expression model.
- deregisterExpressionReference(IMExpressionReference) -
Method in interface jadex.runtime.IExpressionbase
- Deregister an expression reference model.
- deregisterGoal(IMGoal) -
Method in interface jadex.runtime.IGoalbase
- Deregister a goal model.
- deregisterGoalReference(IMGoalReference) -
Method in interface jadex.runtime.IGoalbase
- Deregister a goal reference model.
- deregisterPlan(IMPlan) -
Method in interface jadex.runtime.IPlanbase
- Deregister a plan.
- deregisterSubcapability(IMCapabilityReference) -
Method in interface jadex.runtime.ICapability
- Deregister a subcapability.
- DESCENDING -
Static variable in interface jadex.util.jtable.ISorterFilterTableModel
-
- destroyAgent(AgentIdentifier) -
Method in interface jadex.runtime.IPlatform
- Destroy an agent.
- DF -
Static variable in class jadex.adapter.fipa.SFipa
- The FIPA DF local agent identifier.
- DFDeregister - Class in jadex.adapter.fipa
- Java class for concept DFDeregister of beanynizer_beans_fipa_default ontology.
- DFDeregister() -
Constructor for class jadex.adapter.fipa.DFDeregister
- Default Constructor.
- DFModify - Class in jadex.adapter.fipa
- Java class for concept DFModify of beanynizer_beans_fipa_default ontology.
- DFModify() -
Constructor for class jadex.adapter.fipa.DFModify
- Default Constructor.
- DFRegister - Class in jadex.adapter.fipa
- Java class for concept DFRegister of beanynizer_beans_fipa_default ontology.
- DFRegister() -
Constructor for class jadex.adapter.fipa.DFRegister
- Default Constructor.
- DFSearch - Class in jadex.adapter.fipa
- Java class for concept DFSearch of beanynizer_beans_fipa_default ontology.
- DFSearch() -
Constructor for class jadex.adapter.fipa.DFSearch
- Default Constructor.
- DIRECTION_FIXED -
Static variable in interface jadex.model.IMParameter
- Fixed values are not allowed to be changed and are used for matching messages.
- DIRECTION_FIXED -
Static variable in interface jadex.model.IMParameterSet
- Fixed values are not allowed to be changed and are used for matching messages.
- DIRECTION_IN -
Static variable in interface jadex.model.IMParameter
- In parameters for parameter elements.
- DIRECTION_IN -
Static variable in interface jadex.model.IMParameterSet
- In parameters for parameter elements.
- DIRECTION_INOUT -
Static variable in interface jadex.model.IMParameter
- Inout parameters for parameter elements.
- DIRECTION_INOUT -
Static variable in interface jadex.model.IMParameterSet
- Inout parameters for parameter elements.
- DIRECTION_OUT -
Static variable in interface jadex.model.IMParameter
- Out parameters for parameter elements.
- DIRECTION_OUT -
Static variable in interface jadex.model.IMParameterSet
- Out parameters for parameter elements.
- DIRECTION_RECEIVE -
Static variable in interface jadex.model.IMMessageEvent
- Describing a message event that can be received.
- DIRECTION_SEND -
Static variable in interface jadex.model.IMMessageEvent
- Describing a message event that can be send.
- DIRECTION_SEND_RECEIVE -
Static variable in interface jadex.model.IMMessageEvent
- Describing a message event that can be send and received.
- DISCONFIRM -
Static variable in class jadex.adapter.fipa.SFipa
-
- dispatchInternalEvent(IInternalEvent) -
Method in class jadex.runtime.AbstractPlan
- Dispatch an internal event.
- dispatchInternalEvent(IInternalEvent) -
Method in interface jadex.runtime.IEventbase
- Dispatch an event.
- dispatchInternalEvent(IInternalEvent) -
Method in interface jadex.runtime.IExternalAccess
- Dispatch an internal event.
- dispatchSubgoal(IGoal) -
Method in class jadex.runtime.AbstractPlan
- Dispatch a new subgoal.
- dispatchSubgoalAndWait(IGoal) -
Method in class jadex.runtime.MobilePlan
- A shortcut for dispatching a subgoal,
and waiting for the subgoal to be finished (without timout).
- dispatchSubgoalAndWait(IGoal, long) -
Method in class jadex.runtime.MobilePlan
- A shortcut for dispatching a subgoal,
and waiting for the subgoal to be finished (with timout).
- dispatchSubgoalAndWait(IGoal) -
Method in class jadex.runtime.Plan
- A shortcut for dispatching a goal as subgoal of the active goal,,
and waiting for the subgoal to be finished (without timout).
- dispatchSubgoalAndWait(IGoal, long) -
Method in class jadex.runtime.Plan
- A shortcut for dispatching a goal as subgoal of the active goal
and waiting for the subgoal to be finished.
- dispatchTopLevelGoal(IGoal) -
Method in class jadex.runtime.AbstractPlan
- Dispatch a new top-level goal.
- dispatchTopLevelGoal(IGoal) -
Method in interface jadex.runtime.IExternalAccess
- Dispatch a new top-level goal.
- dispatchTopLevelGoal(IGoal) -
Method in interface jadex.runtime.IGoalbase
- Dispatch a new top-level goal.
- dispatchTopLevelGoalAndWait(IGoal) -
Method in interface jadex.runtime.IExternalAccess
- Dispatch a top level goal and wait for the result.
- dispatchTopLevelGoalAndWait(IGoal, long) -
Method in interface jadex.runtime.IExternalAccess
- Dispatch a top level goal and wait for the result.
- dispose() -
Method in interface jadex.util.concurrent.IThreadPool
- Shutdown the thread pool.
- dispose() -
Method in class jadex.util.concurrent.ThreadPool
- Shutdown the task pool
- doCancel(IExecutable) -
Method in class jadex.util.concurrent.AbstractExecutorService
- Cancel the task execution.
- doCancel(IExecutable) -
Method in class jadex.util.concurrent.AsyncExecutorService
- Cancel a task.
- doCancel(IExecutable) -
Method in class jadex.util.concurrent.SyncExecutorService
- Cancel a task.
- doExecute(IExecutable) -
Method in class jadex.util.concurrent.AbstractExecutorService
- Execute the task as long as it indicates
the execution should continue.
- doExecute(IExecutable) -
Method in class jadex.util.concurrent.AsyncExecutorService
- Execute a task in its own thread.
- doExecute(IExecutable) -
Method in class jadex.util.concurrent.SyncExecutorService
- Execute a task in its own thread.
- Done - Class in jadex.adapter.fipa
- Java class for concept Done of beanynizer_beans_fipa_default ontology.
- Done() -
Constructor for class jadex.adapter.fipa.Done
- Default Constructor.
- Done(AgentAction) -
Constructor for class jadex.adapter.fipa.Done
- Init Constructor.
- DoPingPlan - Class in jadex.planlib
- Send a ping and wait for the reply.
- DoPingPlan() -
Constructor for class jadex.planlib.DoPingPlan
-
- doResume(IExecutable) -
Method in class jadex.util.concurrent.AbstractExecutorService
- Resume the task.
- doResume(IExecutable) -
Method in class jadex.util.concurrent.AsyncExecutorService
- Resume the task.
- doSuspend(IExecutable) -
Method in class jadex.util.concurrent.AbstractExecutorService
- Suspend the task.
- doSuspend(IExecutable) -
Method in class jadex.util.concurrent.AsyncExecutorService
- Suspend the task.
- doSuspend(IExecutable) -
Method in class jadex.util.concurrent.SyncExecutorService
- Suspend the task.
- drop() -
Method in interface jadex.runtime.IGoal
- Drop this goal.
- DUMMY_GOAL -
Static variable in interface jadex.model.IMGoalbase
- The constant for defining the dummy goal.
- DynamicURLClassLoader - Class in jadex.util
- This loader supports reloading of modified classes,
and also offers the functionality to add and remove URLs.
- DynamicURLClassLoader(ClassLoader) -
Constructor for class jadex.util.DynamicURLClassLoader
- Create a new url class loader.
E
- EAInitiatorPlan - Class in jadex.planlib
- This plan implements the initiator of the "FIPA English Auction Interaction
Protocol Specification" (XC00031 - Experimental).
- EAInitiatorPlan() -
Constructor for class jadex.planlib.EAInitiatorPlan
-
- EAReceiverPlan - Class in jadex.planlib
- This plan implements the receiver of the "FIPA Dutch Auction Interaction
Protocol Specification" (XC00032 - Experimental).
- EAReceiverPlan() -
Constructor for class jadex.planlib.EAReceiverPlan
-
- encode(Object) -
Method in interface jadex.runtime.IContentCodec
- Encode data with the codec.
- encode(Object) -
Method in class jadex.runtime.JavaXMLContentCodec
- Encode data with the codec.
- encode(Object) -
Method in class jadex.runtime.NuggetsXMLContentCodec
- Encode data with the codec.
- encode(byte[]) -
Static method in class jadex.util.Base64
-
- encode(byte[], int, int) -
Static method in class jadex.util.Base64
- This will encode the text without line feeds added
- encode(byte[], int, int, byte[], int) -
Static method in class jadex.util.Base64
- This will encode the text without line feeds added.
- encode(byte[], int) -
Static method in class jadex.util.Base64
- This will encode the text.
- ENCODING -
Static variable in class jadex.adapter.fipa.SFipa
-
- endAtomic() -
Method in class jadex.runtime.AbstractPlan
- End an atomic transaction.
- enqueue(Object) -
Method in class jadex.util.collection.ArrayBlockingQueue
- Add an element to the end of the queue.
- enqueue(Object) -
Method in class jadex.util.collection.BlockingQueue
- Enqueue an element.
- enqueue(Object) -
Method in interface jadex.util.collection.IBlockingQueue
- Enqueue an element.
- entrySet() -
Method in class jadex.util.collection.FastHashMap
-
- entrySet() -
Method in class jadex.util.collection.IndexMap
- Returns a set view of the mappings contained in this map.
- entrySet() -
Method in class jadex.util.collection.MultiCollection
- Returns a set view of the mappings contained in this map.
- entrySet() -
Method in class jadex.util.collection.NestedMap
- Returns a set view of the mappings contained in this map.
- equals(Object) -
Method in class jadex.adapter.fipa.AgentDescription
-
- equals(Object) -
Method in class jadex.adapter.fipa.AMSAgentDescription
- Test if this description equals another description.
- equals(Object) -
Method in class jadex.adapter.fipa.ServiceDescription
-
- equals(Object) -
Method in class jadex.model.BatchProcessor.FileInfo
- Check if two file infos are equal
(i.e. pointing to the same file).
- equals(Object) -
Method in class jadex.model.ExpressionParameterInfo
- Test if two elements are equal.
- equals(Object) -
Method in class jadex.model.MessageType
- Test if two message types are equal (based on the name).
- equals(Object) -
Method in class jadex.runtime.BasicAgentIdentifier
-
- equals(Object) -
Method in class jadex.runtime.SystemEvent
- Test if two system events are equal.
- equals(Object) -
Method in class jadex.util.collection.IndexMap
- Compares the specified object with this map for equality.
- equals(Object) -
Method in class jadex.util.collection.MultiCollection
- Compares the specified object with this map for equality.
- equals(Object) -
Method in class jadex.util.collection.NestedMap
- Compares the specified object with this map for equality.
- equals(Object, Object) -
Static method in class jadex.util.SUtil
-
- equals(Object) -
Method in class jadex.util.Tuple
- Test two tuples for equality.
- equals(Object) -
Method in class jadex.util.WeakObject
- Check the equality of an object with this.
- ESCAPE_CHARACTERS -
Static variable in class jadex.util.ExpressionTokenizer
- The escape characters allow to include separators in the tokens.
- ESVALUE_ADDED -
Static variable in interface jadex.model.ISystemEventTypes
- System event type for value added.
- ESVALUE_CHANGED -
Static variable in interface jadex.model.ISystemEventTypes
- System event type for value changed.
- ESVALUE_EVENT -
Static variable in interface jadex.model.ISystemEventTypes
- System event type for (element set) value related events.
- ESVALUE_REMOVED -
Static variable in interface jadex.model.ISystemEventTypes
- System event type for value added.
- ESVALUES_CHANGED -
Static variable in interface jadex.model.ISystemEventTypes
- System event type for some values changed/added/removed.
- EVENT_TYPE_BDI -
Static variable in interface jadex.model.ISystemEventTypes
- The system event type for all bdi element specific internal events.
- EVENT_TYPE_STEPPABLE -
Static variable in interface jadex.model.ISystemEventTypes
- The generic steppable system event type.
- eventWaitFor(RPlan, WaitAbstraction) -
Method in interface jadex.runtime.IPlanExecutor
- Block a plan until an event matching the wait abstraction
occurs.
- eventWaitFor(RPlan, WaitAbstraction) -
Method in class jadex.runtime.JavaMobilePlanExecutor
- Block a plan until an event matching the wait abstraction
occurs.
- eventWaitFor(RPlan, WaitAbstraction) -
Method in class jadex.runtime.JavaStandardPlanExecutor
- Called from a plan.
- exception(Exception) -
Method in class jadex.runtime.MobilePlan
- The exception method is called when an exception
occurred during plan processing.
- EXCLUDE_NEVER -
Static variable in interface jadex.model.IMGoal
- Never exclude plan candidates from apl.
- EXCLUDE_NEVER -
Static variable in interface jadex.runtime.IGoal
- Never exclude plan candidates from apl.
- EXCLUDE_WHEN_FAILED -
Static variable in interface jadex.model.IMGoal
- Exclude failed plan candidates from apl.
- EXCLUDE_WHEN_FAILED -
Static variable in interface jadex.runtime.IGoal
- Exclude failed plan candidates from apl.
- EXCLUDE_WHEN_SUCCEEDED -
Static variable in interface jadex.model.IMGoal
- Exclude succeeded plan candidates from apl.
- EXCLUDE_WHEN_SUCCEEDED -
Static variable in interface jadex.runtime.IGoal
- Exclude succeeded plan candidates from apl.
- EXCLUDE_WHEN_TRIED -
Static variable in interface jadex.model.IMGoal
- Exclude tried plan candidates from apl.
- EXCLUDE_WHEN_TRIED -
Static variable in interface jadex.runtime.IGoal
- Exclude tried plan candidates from apl.
- execute() -
Method in interface jadex.runtime.IExpression
- Execute the query.
- execute(String, Object) -
Method in interface jadex.runtime.IExpression
- Execute the query using a local parameter.
- execute(Tuple[]) -
Method in interface jadex.runtime.IExpression
- Execute the query using local parameters.
- execute(IExecutable) -
Method in class jadex.util.concurrent.AbstractExecutorService
- Execute a task.
- execute(ICommand, Object) -
Method in class jadex.util.concurrent.AsyncManager
- Delegation method that invokes the
command with the given args.
- execute() -
Method in class jadex.util.concurrent.Executor
- Make sure a thread is executing the code.
- execute(Object) -
Method in interface jadex.util.concurrent.ICommand
- Execute the command.
- execute() -
Method in interface jadex.util.concurrent.IExecutable
- Execute the executable.
- execute(IExecutable) -
Method in interface jadex.util.concurrent.IExecutorService
- Execute a task.
- execute(Runnable) -
Method in interface jadex.util.concurrent.IThreadPool
- Execute a task in its own thread.
- execute(Runnable) -
Method in class jadex.util.concurrent.ThreadPool
- Execute a task in its own thread.
- execute() -
Method in class jadex.util.concurrent.TimerService
- Make sure a thread is executing the code.
- executeAbortedStep(RPlan) -
Method in interface jadex.runtime.IPlanExecutor
- Execute a step of the plans aborted() code.
- executeAbortedStep(RPlan) -
Method in class jadex.runtime.JavaMobilePlanExecutor
- Execute a step of the plans aborted() code.
- executeAbortedStep(RPlan) -
Method in class jadex.runtime.JavaStandardPlanExecutor
- Execute a step of the plans aborted() code.
- executeAction() -
Method in interface jadex.adapter.IJadexAgent
- Main method to perform agent execution.
- executeFailedStep(RPlan) -
Method in interface jadex.runtime.IPlanExecutor
- Execute a step of the plans failed() code.
- executeFailedStep(RPlan) -
Method in class jadex.runtime.JavaMobilePlanExecutor
- Execute a step of the plans failed() code.
- executeFailedStep(RPlan) -
Method in class jadex.runtime.JavaStandardPlanExecutor
- Execute a step of the plans failed() code.
- executePassedStep(RPlan) -
Method in interface jadex.runtime.IPlanExecutor
- Execute a step of the plans passed() code.
- executePassedStep(RPlan) -
Method in class jadex.runtime.JavaMobilePlanExecutor
- Execute a step of the plans passed() code.
- executePassedStep(RPlan) -
Method in class jadex.runtime.JavaStandardPlanExecutor
- Execute a step of the plans passed() code.
- executePlanStep(RPlan) -
Method in interface jadex.runtime.IPlanExecutor
- Execute a step of a plan.
- executePlanStep(RPlan) -
Method in class jadex.runtime.JavaMobilePlanExecutor
- Execute a step of a plan.
- executePlanStep(RPlan) -
Method in class jadex.runtime.JavaStandardPlanExecutor
- Execute a step of a plan.
- executeRequest(Object) -
Method in class jadex.planlib.RPReceiverPlan
- Execute the request.
- executeStep(RPlan, String) -
Method in class jadex.runtime.JavaStandardPlanExecutor
- Execute a step of a plan.
- executeTask(Object, Object) -
Method in class jadex.planlib.CNPReceiverPlan
- Execute the task.
- Executor - Class in jadex.util.concurrent
- A helper class for running a single instance
of code using the thread pool.
- Executor() -
Constructor for class jadex.util.concurrent.Executor
- Create an executor object.
- Executor(IExecutable) -
Constructor for class jadex.util.concurrent.Executor
- Create an executor object.
- ExponentialPriceCalculator - Class in jadex.planlib
- A sample implementation of the IPriceCalculator.
- ExponentialPriceCalculator(double, double, double) -
Constructor for class jadex.planlib.ExponentialPriceCalculator
- Create a new exponential price calculator.
- ExponentialPriceCalculator(double, double, double, double, double) -
Constructor for class jadex.planlib.ExponentialPriceCalculator
- Create a new exponential price calculator.
- EXPORTED_FALSE -
Static variable in interface jadex.model.IMReferenceableElement
- Don't export an element.
- EXPORTED_SHIELDED -
Static variable in interface jadex.model.IMReferenceableElement
- Shielded export of an element.
- EXPORTED_TRUE -
Static variable in interface jadex.model.IMReferenceableElement
- Fully export an element.
- ExpressionEvaluationException - Exception in jadex.runtime
- A problem occurred during the evaluation of an expression.
- ExpressionEvaluationException(String, Throwable) -
Constructor for exception jadex.runtime.ExpressionEvaluationException
- Create a new expression evaluation exception.
- ExpressionParameterInfo - Class in jadex.model
- Information for expression parameters.
- ExpressionParameterInfo(String, IMElement, String) -
Constructor for class jadex.model.ExpressionParameterInfo
- Create a new expression parameter info.
- ExpressionParameterInfo(String, IMElement, Class) -
Constructor for class jadex.model.ExpressionParameterInfo
- Create a new expression parameter info.
- ExpressionTokenizer - Class in jadex.util
- An expression tokenizer is able to parse a string with respect
to different nesting-levels (eg. brackets, quotes).
- ExpressionTokenizer(String, String, String[]) -
Constructor for class jadex.util.ExpressionTokenizer
- Create a new tokenizer.
- ExpressionTokenizer(String, String, String[], boolean) -
Constructor for class jadex.util.ExpressionTokenizer
- Create a new tokenizer.
F
- FACT_CHANGED -
Static variable in interface jadex.model.ISystemEventTypes
- System event type for fact related events.
- FACT_EVENT -
Static variable in interface jadex.model.ISystemEventTypes
FACT_EVENT
: is a base event type concerning belief facts
- FACT_READ -
Static variable in interface jadex.model.ISystemEventTypes
FACT_READ
: thrown on belief access via belief base
- factAdded(AgentEvent) -
Method in interface jadex.runtime.IBeliefSetListener
- Invoked when a fact has been added.
- FACTORY_JIBX -
Static variable in class jadex.model.SXML
- The jibx factory name.
- factRemoved(AgentEvent) -
Method in interface jadex.runtime.IBeliefSetListener
- Invoked when a fact has been removed.
- fail() -
Method in class jadex.runtime.AbstractPlan
- Let a plan fail.
- fail(Throwable) -
Method in class jadex.runtime.AbstractPlan
- Let a plan fail.
- fail(String, Throwable) -
Method in class jadex.runtime.AbstractPlan
- Let a plan fail.
- FAILED -
Static variable in class jadex.planlib.NegotiationRecord
- The negotiation is finished with a failure.
- failed() -
Method in class jadex.runtime.MobilePlan
- Deprecated. Replaced by failed(event).
- failed(IEvent) -
Method in class jadex.runtime.MobilePlan
- The failed method is called on plan failure/abort.
- failed() -
Method in class jadex.runtime.Plan
- The failed method is called on plan failure/abort.
- FAILURE -
Static variable in class jadex.adapter.fipa.SFipa
-
- FastHashMap - Class in jadex.util.collection
- Implements a map from strings to objects as a hash table.
- FastHashMap() -
Constructor for class jadex.util.collection.FastHashMap
- Constructor for Message.
- FILE_EXTENSION_AGENT -
Static variable in class jadex.model.SXML
- The Jadex agent extension.
- FILE_EXTENSION_CAPABILITY -
Static variable in class jadex.model.SXML
- The Jadex capability extension.
- FILE_EXTENSION_PROPERTIES -
Static variable in class jadex.model.SXML
- The Jadex properties extension.
- filename -
Variable in class jadex.model.BatchProcessor.FileInfo
-
- filter(Object) -
Method in class jadex.runtime.ComposedFilter
- Match an object against the filter.
- filter(Object) -
Method in class jadex.runtime.GoalEventFilter
- Match an object against the filter.
- filter(Object) -
Method in interface jadex.runtime.IFilter
- Match an object against the filter.
- filter(Object) -
Method in class jadex.runtime.InternalEventFilter
- Match an object against the filter.
- filter(Object) -
Method in class jadex.runtime.MessageEventFilter
- Match an object against the filter.
- filter(Object) -
Method in class jadex.runtime.ParameterElementFilter
- Match an object against the filter.
- findClass(String, String[]) -
Static method in class jadex.util.SReflect
- Find a class.
- findClass0(String, String[]) -
Static method in class jadex.util.SReflect
- Find a class.
- FIPA_SL -
Static variable in class jadex.adapter.fipa.SFipa
-
- FIPA_SL0 -
Static variable in class jadex.adapter.fipa.SFipa
-
- FIPA_SL1 -
Static variable in class jadex.adapter.fipa.SFipa
-
- FIPA_SL2 -
Static variable in class jadex.adapter.fipa.SFipa
-
- FipaMessageAdapter - Class in jadex.adapter.fipa
- Generic implementation of the message adapter functionality,
supporting FIPA messages.
- FipaMessageAdapter(IJadexAgent, Object) -
Constructor for class jadex.adapter.fipa.FipaMessageAdapter
- Create a message adapter for the given message object.
- FIPAMessageType - Class in jadex.adapter.fipa
- The FIPA message type.
- FIPAMessageType() -
Constructor for class jadex.adapter.fipa.FIPAMessageType
- Create a new fipa message type.
- FIPAOntology - Class in jadex.adapter.fipa
- Generated Java class for ontology beanynizer_beans_fipa_default.
- FIPAOntology() -
Constructor for class jadex.adapter.fipa.FIPAOntology
-
- firePropertyChange(String, Object, Object) -
Method in class jadex.util.SimplePropertyChangeSupport
- Report a bound property update to any registered listeners.
- firePropertyChange(String, int, int) -
Method in class jadex.util.SimplePropertyChangeSupport
- Report an int bound property update to any registered listeners.
- firePropertyChange(PropertyChangeEvent) -
Method in class jadex.util.SimplePropertyChangeSupport
- Fire an existing PropertyChangeEvent to any registered listeners.
- flush() -
Method in class jadex.util.MultiStream
- Flush the streams.
- fontToHTML(Font) -
Static method in class jadex.util.SUtil
- Convert a font to an html representation.
G
- get(int) -
Method in class jadex.util.collection.ConcurrencyCheckingList
-
- get(Object) -
Method in class jadex.util.collection.FastHashMap
-
- get(Object) -
Method in class jadex.util.collection.IndexMap
- Returns the value to which this map maps the specified key.
- get(int) -
Method in class jadex.util.collection.IndexMap
- Returns the element at the specified position in this list.
- get(Object) -
Method in class jadex.util.collection.MultiCollection
- Returns the collection to which this map maps the specified key.
- get(Object) -
Method in class jadex.util.collection.NestedMap
- Returns the value to which this map maps the specified key.
- get(int) -
Method in class jadex.util.collection.WeakList
- Returns the element at the specified position in this list.
- get(int) -
Method in class jadex.util.Tuple
- Get an entity.
- getAbortedCode() -
Method in interface jadex.model.IMPlanBody
- Get the aborted code.
- getAcceptableProposals() -
Method in class jadex.planlib.NegotiationRecord
- Get the acceptable proposals.
- getAchieveGoal(String) -
Method in interface jadex.model.IMGoalbase
- Get an achieve goal by name.
- getAchieveGoalReference(String) -
Method in interface jadex.model.IMGoalbase
- Get an goal by name.
- getAchieveGoalReferences() -
Method in interface jadex.model.IMGoalbase
- Get all known achieve goal references.
- getAchieveGoals() -
Method in interface jadex.model.IMGoalbase
- Get all known achieve goals.
- getAction() -
Method in class jadex.adapter.fipa.Done
- Get the action of this Done.
- getAdditionalBeanInfo() -
Method in class jadex.adapter.fipa.AgentAction
- Get additional bean info.
- getAdditionalBeanInfo() -
Method in class jadex.adapter.fipa.AgentDescriptionData
- Get additional bean info.
- getAdditionalBeanInfo() -
Method in class jadex.adapter.fipa.AgentIdentifierData
- Get additional bean info.
- getAdditionalBeanInfo() -
Method in class jadex.adapter.fipa.AMSAgentDescriptionData
- Get additional bean info.
- getAdditionalBeanInfo() -
Method in class jadex.adapter.fipa.AMSCreateAgent
- Get additional bean info.
- getAdditionalBeanInfo() -
Method in class jadex.adapter.fipa.AMSDestroyAgent
- Get additional bean info.
- getAdditionalBeanInfo() -
Method in class jadex.adapter.fipa.AMSResumeAgent
- Get additional bean info.
- getAdditionalBeanInfo() -
Method in class jadex.adapter.fipa.AMSSearchAgents
- Get additional bean info.
- getAdditionalBeanInfo() -
Method in class jadex.adapter.fipa.AMSShutdownPlatform
- Get additional bean info.
- getAdditionalBeanInfo() -
Method in class jadex.adapter.fipa.AMSStartAgent
- Get additional bean info.
- getAdditionalBeanInfo() -
Method in class jadex.adapter.fipa.AMSSuspendAgent
- Get additional bean info.
- getAdditionalBeanInfo() -
Method in class jadex.adapter.fipa.DFDeregister
- Get additional bean info.
- getAdditionalBeanInfo() -
Method in class jadex.adapter.fipa.DFModify
- Get additional bean info.
- getAdditionalBeanInfo() -
Method in class jadex.adapter.fipa.DFRegister
- Get additional bean info.
- getAdditionalBeanInfo() -
Method in class jadex.adapter.fipa.DFSearch
- Get additional bean info.
- getAdditionalBeanInfo() -
Method in class jadex.adapter.fipa.Done
- Get additional bean info.
- getAdditionalBeanInfo() -
Method in class jadex.adapter.fipa.Property
- Get additional bean info.
- getAdditionalBeanInfo() -
Method in class jadex.adapter.fipa.SearchConstraints
- Get additional bean info.
- getAdditionalBeanInfo() -
Method in class jadex.adapter.fipa.ServiceDescriptionData
- Get additional bean info.
- getAddress(int) -
Method in class jadex.adapter.fipa.AgentIdentifierData
- Get an addresses of this AgentIdentifier.
- getAddresses() -
Method in class jadex.adapter.fipa.AgentIdentifierData
- Get the addresses of this AgentIdentifier.
- getAgentdescription(int) -
Method in class jadex.adapter.fipa.AMSSearchAgents
- Get an agentdescriptions of this AMSSearchAgents.
- getAgentDescription() -
Method in class jadex.adapter.fipa.AMSSearchAgents
- Get the agentdescription of this AMSSearchAgents.
- getAgentDescription() -
Method in class jadex.adapter.fipa.DFDeregister
- Get the dfagentdescription of this DFDeregister.
- getAgentDescription() -
Method in class jadex.adapter.fipa.DFModify
- Get the dfagentdescription of this DFModify.
- getAgentDescription() -
Method in class jadex.adapter.fipa.DFRegister
- Get the dfagentdescription of this DFRegister.
- getAgentDescription() -
Method in class jadex.adapter.fipa.DFSearch
- Get the dfagentdescription of this DFSearch.
- getAgentDescriptions() -
Method in class jadex.adapter.fipa.AMSSearchAgents
- Get the agentdescriptions of this AMSSearchAgents.
- getAgentIdentifier() -
Method in class jadex.adapter.fipa.AMSCreateAgent
- Get the agentidentifier of this AMSCreateAgent.
- getAgentIdentifier() -
Method in class jadex.adapter.fipa.AMSDestroyAgent
- Get the agentidentifier of this AMSDestroyAgent.
- getAgentIdentifier() -
Method in class jadex.adapter.fipa.AMSResumeAgent
- Get the agentidentifier of this AMSResumeAgent.
- getAgentIdentifier() -
Method in class jadex.adapter.fipa.AMSStartAgent
- Get the agentidentifier of this AMSStartAgent.
- getAgentIdentifier() -
Method in class jadex.adapter.fipa.AMSSuspendAgent
- Get the agentidentifier of this AMSSuspendAgent.
- getAgentIdentifier() -
Method in interface jadex.adapter.IAgentAdapter
- Return the native agent-identifier that allows to send
messages to this agent.
- getAgentIdentifier(Object) -
Method in class jadex.planlib.NegotiationRecord
- Get the sender of a proposal.
- getAgentIdentifier() -
Method in class jadex.runtime.AbstractPlan
- Get the agent identifier.
- getAgentIdentifier() -
Method in interface jadex.runtime.ICapability
- Get the agent identifier.
- getAgentInterface(AgentIdentifier) -
Method in interface jadex.runtime.IPlatform
- Get an accessor object for an agent
represented by a given agent id.
- getAgentName() -
Method in class jadex.runtime.AbstractPlan
- Get the agent name.
- getAgentName() -
Method in interface jadex.runtime.ICapability
- Get the agent name.
- getAgents() -
Method in interface jadex.runtime.IPlatform
- Get the agents on the platform.
- getAllClasspathURLs() -
Method in class jadex.util.DynamicURLClassLoader
- Get all urls from the classpath including the added ones.
- getAllColumn(int) -
Method in interface jadex.util.jtable.IVisibilityTableColumnModel
- Returns the
TableColumn
object for the column at
columnIndex
.
- getAllColumn(int) -
Method in class jadex.util.jtable.VisibilityTableColumnModel
- Returns the
TableColumn
object for the column at
columnIndex
.
- getAllColumnCount() -
Method in interface jadex.util.jtable.IVisibilityTableColumnModel
- Returns the number of columns in the model.
- getAllColumnCount() -
Method in class jadex.util.jtable.VisibilityTableColumnModel
- Returns the number of columns in the model.
- getAllColumnIndex(Object) -
Method in interface jadex.util.jtable.IVisibilityTableColumnModel
- Returns the index of the first column in the table
whose identifier is equal to
identifier
,
when compared using equals
.
- getAllColumnIndex(Object) -
Method in class jadex.util.jtable.VisibilityTableColumnModel
- Returns the index of the first column in the table
whose identifier is equal to
identifier
,
when compared using equals
.
- getAllColumns() -
Method in interface jadex.util.jtable.IVisibilityTableColumnModel
- Returns an
Enumeration
of all the columns in the model.
- getAllColumns() -
Method in class jadex.util.jtable.VisibilityTableColumnModel
- Returns an
Enumeration
of all the columns in the model.
- getAnonymousInnerClasses(Class) -
Static method in class jadex.util.SReflect
- Workaround for java leaveout.
- getArgumentNames() -
Method in interface jadex.model.IMBDIAgent
- Get the possible command-line argument names.
- getArguments() -
Method in class jadex.adapter.fipa.AMSCreateAgent
- Get the arguments of this AMSCreateAgent.
- getArguments() -
Method in class jadex.planlib.StartAgentInfo
- Get the arguments.
- getAsList() -
Method in class jadex.util.collection.IndexMap
- Return an instance of this index map accessible via list interface.
- getAsMap() -
Method in class jadex.util.collection.IndexMap
- Return an instance of this index map accessible via map interface.
- getAssignToElements() -
Method in interface jadex.model.IMReferenceableElement
- Get the references to which this element is assigned.
- getAssignTos() -
Method in interface jadex.model.IMReferenceableElement
- Get the assignto elements (as reference string).
- getAutoResizingEnabled() -
Method in class jadex.util.jtable.ResizeableTableHeader
- Returns true if auto resizing is enabled.
- getBeanDescriptor() -
Method in class jadex.adapter.fipa.AgentAction
- Get the bean descriptor.
- getBeanDescriptor() -
Method in class jadex.adapter.fipa.AgentDescriptionData
- Get the bean descriptor.
- getBeanDescriptor() -
Method in class jadex.adapter.fipa.AgentIdentifierData
- Get the bean descriptor.
- getBeanDescriptor() -
Method in class jadex.adapter.fipa.AMSAgentDescriptionData
- Get the bean descriptor.
- getBeanDescriptor() -
Method in class jadex.adapter.fipa.AMSCreateAgent
- Get the bean descriptor.
- getBeanDescriptor() -
Method in class jadex.adapter.fipa.AMSDestroyAgent
- Get the bean descriptor.
- getBeanDescriptor() -
Method in class jadex.adapter.fipa.AMSResumeAgent
- Get the bean descriptor.
- getBeanDescriptor() -
Method in class jadex.adapter.fipa.AMSSearchAgents
- Get the bean descriptor.
- getBeanDescriptor() -
Method in class jadex.adapter.fipa.AMSShutdownPlatform
- Get the bean descriptor.
- getBeanDescriptor() -
Method in class jadex.adapter.fipa.AMSStartAgent
- Get the bean descriptor.
- getBeanDescriptor() -
Method in class jadex.adapter.fipa.AMSSuspendAgent
- Get the bean descriptor.
- getBeanDescriptor() -
Method in class jadex.adapter.fipa.DFDeregister
- Get the bean descriptor.
- getBeanDescriptor() -
Method in class jadex.adapter.fipa.DFModify
- Get the bean descriptor.
- getBeanDescriptor() -
Method in class jadex.adapter.fipa.DFRegister
- Get the bean descriptor.
- getBeanDescriptor() -
Method in class jadex.adapter.fipa.DFSearch
- Get the bean descriptor.
- getBeanDescriptor() -
Method in class jadex.adapter.fipa.Done
- Get the bean descriptor.
- getBeanDescriptor() -
Method in class jadex.adapter.fipa.Property
- Get the bean descriptor.
- getBeanDescriptor() -
Method in class jadex.adapter.fipa.SearchConstraints
- Get the bean descriptor.
- getBeanDescriptor() -
Method in class jadex.adapter.fipa.ServiceDescriptionData
- Get the bean descriptor.
- getBelief(String) -
Method in interface jadex.model.IMBeliefbase
- Get a belief by name.
- getBelief(String) -
Method in interface jadex.runtime.IBeliefbase
- Get a belief for a name.
- getBeliefbase() -
Method in interface jadex.model.IMCapability
- Get the belief base.
- getBeliefbase() -
Method in interface jadex.model.IMConfiguration
- Get the belief base.
- getBeliefbase() -
Method in class jadex.runtime.AbstractPlan
- Get the belief base.
- getBeliefbase() -
Method in interface jadex.runtime.ICapability
- Get the belief base.
- getBeliefChanges() -
Method in interface jadex.model.IMPlanTrigger
- Get the belief changes.
- getBeliefNames() -
Method in interface jadex.runtime.IBeliefbase
- Returns the names of all beliefs.
- getBeliefReference(String) -
Method in interface jadex.model.IMBeliefbase
- Get a belief reference.
- getBeliefReferences() -
Method in interface jadex.model.IMBeliefbase
- Get all belief references.
- getBeliefs() -
Method in interface jadex.model.IMBeliefbase
- Get all defined beliefs.
- getBeliefSet(String) -
Method in interface jadex.model.IMBeliefbase
- Get a belief set by name.
- getBeliefSet(String) -
Method in interface jadex.runtime.IBeliefbase
- Get a belief set for a name.
- getBeliefSetChanges() -
Method in interface jadex.model.IMPlanTrigger
- Get the beliefset changes.
- getBeliefSetNames() -
Method in interface jadex.runtime.IBeliefbase
- Returns the names of all belief sets.
- getBeliefSetReference(String) -
Method in interface jadex.model.IMBeliefbase
- Get a belief set reference by name.
- getBeliefSetReferences() -
Method in interface jadex.model.IMBeliefbase
- Get all defined belief set references.
- getBeliefSets() -
Method in interface jadex.model.IMBeliefbase
- Get all defined belief sets.
- getBindingOptions() -
Method in interface jadex.model.IMParameter
- Get the binding options of the parameter (i.e. a collection of possible values).
- getBindingParameters() -
Method in interface jadex.model.IMParameterElement
- Get the bindings.
- getBody() -
Method in interface jadex.model.IMPlan
- Get the body expression.
- getBody() -
Method in interface jadex.runtime.IPlan
- Get the body.
- getCachedField(Class, String) -
Static method in class jadex.util.SReflect
- Get a cached field.
- getCapability() -
Method in interface jadex.model.IMCapabilityReference
- Get the referenced capability.
- getCapabilitybase() -
Method in interface jadex.model.IMConfiguration
- Get the capability base.
- getCapabilityReference(String) -
Method in interface jadex.model.IMCapability
- Get a capability reference.
- getCapabilityReferences() -
Method in interface jadex.model.IMCapability
- Get all capability references.
- getCardinality() -
Method in interface jadex.model.IMDeliberation
- Get the cardinality (i.e. max. number of active goals)
or -1 if not set.
- getCause() -
Method in class jadex.runtime.SystemEvent
- Return the cause of this event
- getCellEditorValue() -
Method in class jadex.util.jtable.PatternEditor
-
- getCFP() -
Method in class jadex.planlib.NegotiationRecord
- Get the call for proposal.
- getChildren() -
Method in interface jadex.model.IMElement
- Method called on first setup run.
- getClassname() -
Method in class jadex.model.ExpressionParameterInfo
- Get the classname.
- getClassname() -
Method in interface jadex.model.IMExpressionParameter
- Get the classname.
- getClassName(Class) -
Static method in class jadex.util.SReflect
- Beautifies names of arrays (eg 'String[]' instead of '[LString;').
- getClazz() -
Method in class jadex.model.ExpressionParameterInfo
- Get the runtime type.
- getClazz() -
Method in interface jadex.model.IMExpression
- Get the expected value type.
- getClazz() -
Method in interface jadex.model.IMExpressionParameter
- Get the class.
- getClazz() -
Method in interface jadex.model.IMTypedElement
- Get the class of the values.
- getClazz() -
Method in interface jadex.model.IMTypedElementReference
- Get the class of the values.
- getClazz() -
Method in interface jadex.model.IMTypedElementSet
- Get the class of the values.
- getClazz() -
Method in interface jadex.model.IMTypedElementSetReference
- Get the class of the values.
- getClazz() -
Method in class jadex.model.MessageType.ParameterSpecification
- Get the clazz of the parameter(set).
- getClazz() -
Method in interface jadex.runtime.IBelief
- Get the value class.
- getClazz() -
Method in interface jadex.runtime.IBeliefSet
- Get the value class.
- getClazz() -
Method in interface jadex.runtime.IParameter
- Get the value class.
- getClazz() -
Method in interface jadex.runtime.IParameterSet
- Get the value class.
- getCollection(Object) -
Method in class jadex.util.collection.MultiCollection
- Get the values associated to a key as collection.
- getColumnClass(int) -
Method in class jadex.util.jtable.DelegateTableModel
-
- getColumnClass(int) -
Method in class jadex.util.jtable.ObjectTableModel
- Get the class of the column.
- getColumnCount() -
Method in class jadex.util.jtable.DelegateTableModel
-
- getColumnCount() -
Method in class jadex.util.jtable.ObjectTableModel
-
- getColumnName(int) -
Method in class jadex.util.jtable.DelegateTableModel
-
- getColumnName(int) -
Method in class jadex.util.jtable.ObjectTableModel
- Get a column name
- getCondition(String) -
Method in interface jadex.model.IMExpressionbase
- Get a condition by name.
- getCondition() -
Method in interface jadex.model.IMPlanTrigger
- Get the creation condition of the plan.
- getCondition(String) -
Method in class jadex.runtime.AbstractPlan
- Get a condition predefined in the ADF.
- getCondition(String) -
Method in interface jadex.runtime.IExpressionbase
- Get a condition, that is triggered whenever the expression
value changes to true.
- getConditionReference(String) -
Method in interface jadex.model.IMExpressionbase
- Get a condition reference.
- getConditionReferences() -
Method in interface jadex.model.IMExpressionbase
- Get all condition references.
- getConditions() -
Method in interface jadex.model.IMExpressionbase
- Get all defined conditions.
- getConfiguration() -
Method in class jadex.adapter.fipa.AMSCreateAgent
- Get the configuration of this AMSCreateAgent.
- getConfiguration() -
Method in interface jadex.model.IMConfigCapability
- Get the configuration.
- getConfiguration(String) -
Method in interface jadex.model.IMConfigurationbase
- Get an configuration per name.
- getConfiguration() -
Method in class jadex.planlib.StartAgentInfo
- Get the configuration.
- getConfigurationbase() -
Method in interface jadex.model.IMCapability
- Get the configuration base.
- getConfigurations() -
Method in interface jadex.model.IMConfigurationbase
- Get all configurations.
- getContent() -
Method in interface jadex.runtime.IMessageEvent
- Get the content.
- getContextCondition() -
Method in interface jadex.model.IMGoal
- Get the context condition of the goal.
- getContextCondition() -
Method in interface jadex.model.IMPlan
- Get the context condition of the plan.
- getCorrespondingBase(IMCapability) -
Method in interface jadex.model.IMBase
- Get the corresponding base of a given scope.
- getCreationCondition() -
Method in interface jadex.model.IMGoal
- Get the creation condition of the goal.
- getCurrentOffer() -
Method in class jadex.planlib.ExponentialPriceCalculator
- Get the price for the current round of this auction.
- getCurrentOffer() -
Method in interface jadex.planlib.IOfferGenerator
- Returns the current offer for the round.
- getCurrentOffer() -
Method in class jadex.planlib.LinearPriceCalculator
- Get the current price.
- getDeclared(Object, String) -
Static method in class jadex.util.SReflect
- Get the declared object, doesnt cumulate through superclasses.
- getDeclaredParameters() -
Method in interface jadex.model.IMMessageEvent
- Get the user defined parameters.
- getDeclaredParameterSets() -
Method in interface jadex.model.IMMessageEvent
- Get the user defined parameter sets.
- getDefaultConfiguration() -
Method in interface jadex.model.IMConfigurationbase
- Get default configuration.
- getDefaultConfigurationName() -
Method in interface jadex.model.IMConfigurationbase
- Get the default state name.
- getDefaultEventIndex() -
Method in class jadex.adapter.fipa.AgentAction
- Get the default event index.
- getDefaultEventIndex() -
Method in class jadex.adapter.fipa.AgentDescriptionData
- Get the default event index.
- getDefaultEventIndex() -
Method in class jadex.adapter.fipa.AgentIdentifierData
- Get the default event index.
- getDefaultEventIndex() -
Method in class jadex.adapter.fipa.AMSAgentDescriptionData
- Get the default event index.
- getDefaultEventIndex() -
Method in class jadex.adapter.fipa.AMSCreateAgent
- Get the default event index.
- getDefaultEventIndex() -
Method in class jadex.adapter.fipa.AMSDestroyAgent
- Get the default event index.
- getDefaultEventIndex() -
Method in class jadex.adapter.fipa.AMSResumeAgent
- Get the default event index.
- getDefaultEventIndex() -
Method in class jadex.adapter.fipa.AMSSearchAgents
- Get the default event index.
- getDefaultEventIndex() -
Method in class jadex.adapter.fipa.AMSShutdownPlatform
- Get the default event index.
- getDefaultEventIndex() -
Method in class jadex.adapter.fipa.AMSStartAgent
- Get the default event index.
- getDefaultEventIndex() -
Method in class jadex.adapter.fipa.AMSSuspendAgent
- Get the default event index.
- getDefaultEventIndex() -
Method in class jadex.adapter.fipa.DFDeregister
- Get the default event index.
- getDefaultEventIndex() -
Method in class jadex.adapter.fipa.DFModify
- Get the default event index.
- getDefaultEventIndex() -
Method in class jadex.adapter.fipa.DFRegister
- Get the default event index.
- getDefaultEventIndex() -
Method in class jadex.adapter.fipa.DFSearch
- Get the default event index.
- getDefaultEventIndex() -
Method in class jadex.adapter.fipa.Done
- Get the default event index.
- getDefaultEventIndex() -
Method in class jadex.adapter.fipa.Property
- Get the default event index.
- getDefaultEventIndex() -
Method in class jadex.adapter.fipa.SearchConstraints
- Get the default event index.
- getDefaultEventIndex() -
Method in class jadex.adapter.fipa.ServiceDescriptionData
- Get the default event index.
- getDefaultFact() -
Method in interface jadex.model.IMBelief
- Get the default fact of the belief.
- getDefaultFacts() -
Method in interface jadex.model.IMBeliefSet
- Get the default facts.
- getDefaultFactsExpression() -
Method in interface jadex.model.IMBeliefSet
- Get the default facts, when represented as a single expression (returning a collection).
- getDefaultPropertyIndex() -
Method in class jadex.adapter.fipa.AgentAction
- Get the default property index.
- getDefaultPropertyIndex() -
Method in class jadex.adapter.fipa.AgentDescriptionData
- Get the default property index.
- getDefaultPropertyIndex() -
Method in class jadex.adapter.fipa.AgentIdentifierData
- Get the default property index.
- getDefaultPropertyIndex() -
Method in class jadex.adapter.fipa.AMSAgentDescriptionData
- Get the default property index.
- getDefaultPropertyIndex() -
Method in class jadex.adapter.fipa.AMSCreateAgent
- Get the default property index.
- getDefaultPropertyIndex() -
Method in class jadex.adapter.fipa.AMSDestroyAgent
- Get the default property index.
- getDefaultPropertyIndex() -
Method in class jadex.adapter.fipa.AMSResumeAgent
- Get the default property index.
- getDefaultPropertyIndex() -
Method in class jadex.adapter.fipa.AMSSearchAgents
- Get the default property index.
- getDefaultPropertyIndex() -
Method in class jadex.adapter.fipa.AMSShutdownPlatform
- Get the default property index.
- getDefaultPropertyIndex() -
Method in class jadex.adapter.fipa.AMSStartAgent
- Get the default property index.
- getDefaultPropertyIndex() -
Method in class jadex.adapter.fipa.AMSSuspendAgent
- Get the default property index.
- getDefaultPropertyIndex() -
Method in class jadex.adapter.fipa.DFDeregister
- Get the default property index.
- getDefaultPropertyIndex() -
Method in class jadex.adapter.fipa.DFModify
- Get the default property index.
- getDefaultPropertyIndex() -
Method in class jadex.adapter.fipa.DFRegister
- Get the default property index.
- getDefaultPropertyIndex() -
Method in class jadex.adapter.fipa.DFSearch
- Get the default property index.
- getDefaultPropertyIndex() -
Method in class jadex.adapter.fipa.Done
- Get the default property index.
- getDefaultPropertyIndex() -
Method in class jadex.adapter.fipa.Property
- Get the default property index.
- getDefaultPropertyIndex() -
Method in class jadex.adapter.fipa.SearchConstraints
- Get the default property index.
- getDefaultPropertyIndex() -
Method in class jadex.adapter.fipa.ServiceDescriptionData
- Get the default property index.
- getDefaultValue() -
Method in interface jadex.model.IMParameter
- Get the default value of the parameter.
- getDefaultValue() -
Method in class jadex.model.MessageType.ParameterSpecification
- Get the default value of the parameter(set).
- getDefaultValues() -
Method in interface jadex.model.IMParameterSet
- Get the default values of the parameter.
- getDefaultValuesExpression() -
Method in interface jadex.model.IMParameterSet
- Get the default values expression of the parameter (returning a collection of default values).
- getDelay() -
Method in class jadex.planlib.StartAgentInfo
- Get the delay.
- getDelegate() -
Method in class jadex.util.jtable.DelegateTableModel
-
- getDeliberation() -
Method in interface jadex.model.IMGoal
- Get the deliberation properties of the goal (if any).
- getDeliberation() -
Method in interface jadex.model.IMGoalReference
- Get the deliberation properties of the goal (if any).
- getDescription() -
Method in interface jadex.model.IMElement
- Get the description (i.e. a natural language text)
of the element.
- getDescription() -
Method in class jadex.planlib.TestReport
- Get the description.
- getDirection() -
Method in interface jadex.model.IMMessageEvent
- Get the direction (send/receive).
- getDirection() -
Method in interface jadex.model.IMParameter
- Get the direction (in/out).
- getDirection() -
Method in interface jadex.model.IMParameterSet
- Get the direction (in/out).
- getDocuments() -
Method in interface jadex.model.IReport
- Get the external documents.
- getDropCondition() -
Method in interface jadex.model.IMGoal
- Get the drop condition of the goal.
- getDuration() -
Method in class jadex.planlib.Testcase
- Get the test duration.
- getDurationHMS(long) -
Static method in class jadex.util.SUtil
- Get a string representation for a duration.
- getElementReferences(IMReferenceableElement) -
Method in interface jadex.model.IMBase
- Find elements referencing the given element using assign-from.
- getElements() -
Method in interface jadex.model.IReport
- Get all invalid elements.
- getEncodableRepresentation() -
Method in interface jadex.model.IMElement
- Get an encodable representation.
- getEncodableRepresentation() -
Method in class jadex.runtime.ComposedFilter
- Get the encodable representation.
- getEndGoals() -
Method in interface jadex.model.IMConfigGoalbase
- Get all known end goals.
- getEndInternalEvents() -
Method in interface jadex.model.IMConfigEventbase
- Get all known end internal events.
- getEndMessageEvents() -
Method in interface jadex.model.IMConfigEventbase
- Get all known end message event.
- getEndPlans() -
Method in interface jadex.model.IMConfigPlanbase
- Get all known end plans.
- getEndtime() -
Method in class jadex.planlib.NegotiationRecord
- Get the end time.
- getEntities() -
Method in class jadex.util.Tuple
- Get entities
- getEntity(int) -
Method in class jadex.util.Tuple
- Get an entity.
- getErrorCount() -
Method in interface jadex.model.IReport
- Get the total number of errors.
- getEvaluationMode() -
Method in interface jadex.model.IMExpression
- Get the evaluation mode.
- getEvent(Object) -
Method in interface jadex.runtime.ICandidateInfo
- Get the associated event.
- getEventbase() -
Method in interface jadex.model.IMCapability
- Get the event base.
- getEventbase() -
Method in interface jadex.model.IMConfiguration
- Get the event base.
- getEventbase() -
Method in class jadex.runtime.AbstractPlan
- Get the event base.
- getEventbase() -
Method in interface jadex.runtime.ICapability
- Get the event base.
- getEvents() -
Method in interface jadex.runtime.IWaitqueue
- Get all waitqueue events.
- getEvents(IFilter) -
Method in interface jadex.runtime.IWaitqueue
- Get all waitqueue events that match the filter.
- getEventSetDescriptors() -
Method in class jadex.adapter.fipa.AgentAction
- Get the event set descriptors.
- getEventSetDescriptors() -
Method in class jadex.adapter.fipa.AgentDescriptionData
- Get the event set descriptors.
- getEventSetDescriptors() -
Method in class jadex.adapter.fipa.AgentIdentifierData
- Get the event set descriptors.
- getEventSetDescriptors() -
Method in class jadex.adapter.fipa.AMSAgentDescriptionData
- Get the event set descriptors.
- getEventSetDescriptors() -
Method in class jadex.adapter.fipa.AMSCreateAgent
- Get the event set descriptors.
- getEventSetDescriptors() -
Method in class jadex.adapter.fipa.AMSDestroyAgent
- Get the event set descriptors.
- getEventSetDescriptors() -
Method in class jadex.adapter.fipa.AMSResumeAgent
- Get the event set descriptors.
- getEventSetDescriptors() -
Method in class jadex.adapter.fipa.AMSSearchAgents
- Get the event set descriptors.
- getEventSetDescriptors() -
Method in class jadex.adapter.fipa.AMSShutdownPlatform
- Get the event set descriptors.
- getEventSetDescriptors() -
Method in class jadex.adapter.fipa.AMSStartAgent
- Get the event set descriptors.
- getEventSetDescriptors() -
Method in class jadex.adapter.fipa.AMSSuspendAgent
- Get the event set descriptors.
- getEventSetDescriptors() -
Method in class jadex.adapter.fipa.DFDeregister
- Get the event set descriptors.
- getEventSetDescriptors() -
Method in class jadex.adapter.fipa.DFModify
- Get the event set descriptors.
- getEventSetDescriptors() -
Method in class jadex.adapter.fipa.DFRegister
- Get the event set descriptors.
- getEventSetDescriptors() -
Method in class jadex.adapter.fipa.DFSearch
- Get the event set descriptors.
- getEventSetDescriptors() -
Method in class jadex.adapter.fipa.Done
- Get the event set descriptors.
- getEventSetDescriptors() -
Method in class jadex.adapter.fipa.Property
- Get the event set descriptors.
- getEventSetDescriptors() -
Method in class jadex.adapter.fipa.SearchConstraints
- Get the event set descriptors.
- getEventSetDescriptors() -
Method in class jadex.adapter.fipa.ServiceDescriptionData
- Get the event set descriptors.
- getEventType() -
Method in interface jadex.model.IMRelevantElement
- Get the event type.
- getException() -
Method in class jadex.runtime.AbstractPlan
- Get the uncatched exception that occurred in the body (if any).
- getException() -
Method in interface jadex.runtime.IGoal
- Get the exception (if any).
- getExcludeMode() -
Method in interface jadex.model.IMGoal
- Get the exclude mode.
- getExcludeMode() -
Method in interface jadex.runtime.IGoal
- Get the exclude mode.
- getExcludes() -
Method in interface jadex.model.IMUnique
- Get the excluded parameters (as reference string).
- getExecutionThread(RPlan) -
Method in interface jadex.runtime.IPlanExecutor
- Get the executing thread of a plan.
- getExecutionThread(RPlan) -
Method in class jadex.runtime.JavaMobilePlanExecutor
- Get the executing thread of a plan.
- getExecutionThread(RPlan) -
Method in class jadex.runtime.JavaStandardPlanExecutor
- Get the executing thread of a plan.
- getExported() -
Method in interface jadex.model.IMReferenceableElement
- Get the exported flag.
- getExpression(String) -
Method in interface jadex.model.IMExpressionbase
- Get a expression by name.
- getExpression(String) -
Method in class jadex.runtime.AbstractPlan
- Get an instance of a predefined expression.
- getExpression(String) -
Method in interface jadex.runtime.IExpressionbase
- Get a predefined expression.
- getExpressionbase() -
Method in interface jadex.model.IMCapability
- Get the expression base.
- getExpressionbase() -
Method in class jadex.runtime.AbstractPlan
- Get the expression base.
- getExpressionbase() -
Method in interface jadex.runtime.ICapability
- Get the expression base.
- getExpressionParameters() -
Method in interface jadex.model.IMExpression
- Get all expression parameters.
- getExpressionReference(String) -
Method in interface jadex.model.IMExpressionbase
- Get an expression reference.
- getExpressionReferences() -
Method in interface jadex.model.IMExpressionbase
- Get all expression references.
- getExpressions() -
Method in interface jadex.model.IMExpressionbase
- Get all defined expressions.
- getExpressionText() -
Method in interface jadex.model.IMExpression
- Get the expression text.
- getExternalAccess() -
Method in class jadex.runtime.AbstractPlan
- Get the scope.
- getExternalAccess() -
Method in interface jadex.runtime.ICapability
- Get the scope.
- getFact() -
Method in interface jadex.runtime.IBelief
- Get the fact of a belief.
- getFact(Object) -
Method in interface jadex.runtime.IBeliefSet
- Get a value equal to the given object.
- getFactAddedTriggers() -
Method in interface jadex.model.IMPlanTrigger
- Get the belief set fact added triggers.
- getFactory() -
Static method in class jadex.model.SXML
- Get the factory name.
- getFactoryName() -
Static method in class jadex.model.SXML
- Get the factory name.
- getFactRemovedTriggers() -
Method in interface jadex.model.IMPlanTrigger
- Get the belief set changes.
- getFacts() -
Method in interface jadex.runtime.IBeliefSet
- Get the facts of a beliefset.
- getFailedCode() -
Method in interface jadex.model.IMPlanBody
- Get the failed code.
- getFailureCondition() -
Method in interface jadex.model.IMAchieveGoal
- Get the failure condition of the goal.
- getFailureCondition() -
Method in interface jadex.model.IMQueryGoal
- Get the failure condition of the goal.
- getField(Class, String) -
Static method in class jadex.util.SReflect
- Get a field of the class,
or any of it's superclasses.
- getFile() -
Method in interface jadex.model.IMCapabilityReference
- Get the file.
- getFilename() -
Method in interface jadex.model.IMCapability
- Get the filename.
- getFilename() -
Method in class jadex.util.CachedObject
- Get the filename.
- getFilename() -
Method in class jadex.util.ResourceInfo
- Get the filename.
- getFilter() -
Method in interface jadex.model.IMTrigger
- Get the filter.
- getFilter() -
Method in interface jadex.runtime.ICondition
- Get the filter to wait for the condition.
- getFilter() -
Method in interface jadex.runtime.IGoal
- Get the filter to wait for an info event.
- getFilter() -
Method in interface jadex.runtime.IMessageEvent
- Get the filter to wait for a reply.
- getFilter() -
Method in interface jadex.util.jtable.ISorterFilterTableModel
-
- getFilter() -
Method in class jadex.util.jtable.SorterFilterTableModel
-
- getFullImports() -
Method in interface jadex.model.IMCapability
- Get all import declarations (including package).
- getFullName() -
Method in interface jadex.model.IMCapability
- Get the fully qualified name package+"."
- getGoal(String) -
Method in interface jadex.model.IMGoalbase
- Get a goal by name.
- getGoal() -
Method in exception jadex.runtime.GoalFailureException
- Get the goal that failed.
- getGoal(String) -
Method in interface jadex.runtime.IGoalbase
- Get a (proprietary) adopted goal by name.
- getGoal() -
Method in interface jadex.runtime.IGoalEvent
- Get the goal.
- getGoalbase() -
Method in interface jadex.model.IMCapability
- Get the goal base.
- getGoalbase() -
Method in interface jadex.model.IMConfiguration
- Get the goal base.
- getGoalbase() -
Method in class jadex.runtime.AbstractPlan
- Get the goal base.
- getGoalbase() -
Method in interface jadex.runtime.ICapability
- Get the goal base.
- getGoalEvent(String) -
Method in interface jadex.model.IMEventbase
- Get an event by name.
- getGoalEvent() -
Method in interface jadex.model.IMGoal
- Get the goal event.
- getGoalEventReference(String) -
Method in interface jadex.model.IMEventbase
- Get a goal event reference by name.
- getGoalEventReferences() -
Method in interface jadex.model.IMEventbase
- Get all known goal event references.
- getGoalEvents() -
Method in interface jadex.model.IMEventbase
- Get all known goal events.
- getGoalFinisheds() -
Method in interface jadex.model.IMTrigger
- Get the goals.
- getGoalMappings() -
Method in interface jadex.model.IMPlanParameter
- Get all parameter goal mappings.
- getGoalMappings() -
Method in interface jadex.model.IMPlanParameterSet
- Get all parameter goal mappings.
- getGoalReference(String) -
Method in interface jadex.model.IMGoalbase
- Get a goal reference.
- getGoalReferences() -
Method in interface jadex.model.IMGoalbase
- Get all goal references.
- getGoals() -
Method in interface jadex.model.IMGoalbase
- Get all known goals.
- getGoals() -
Method in interface jadex.model.IMMetaGoalTrigger
- Get the goals.
- getGoals() -
Method in interface jadex.model.IMPlanTrigger
- Get the goals.
- getGoals(String) -
Method in interface jadex.runtime.IGoalbase
- Get all proprietary goals of a specified type (=model element name).
- getGoals() -
Method in interface jadex.runtime.IGoalbase
- Get all the adopted goals in this scope (including subgoals).
- getHTMLFragment(int) -
Method in class jadex.planlib.Testcase
- Create an HTML representation of this element that can be
included in an HTML document.
- getIcon(int) -
Method in class jadex.adapter.fipa.AgentAction
- Get the icon.
- getIcon(int) -
Method in class jadex.adapter.fipa.AgentDescriptionData
- Get the icon.
- getIcon(int) -
Method in class jadex.adapter.fipa.AgentIdentifierData
- Get the icon.
- getIcon(int) -
Method in class jadex.adapter.fipa.AMSAgentDescriptionData
- Get the icon.
- getIcon(int) -
Method in class jadex.adapter.fipa.AMSCreateAgent
- Get the icon.
- getIcon(int) -
Method in class jadex.adapter.fipa.AMSDestroyAgent
- Get the icon.
- getIcon(int) -
Method in class jadex.adapter.fipa.AMSResumeAgent
- Get the icon.
- getIcon(int) -
Method in class jadex.adapter.fipa.AMSSearchAgents
- Get the icon.
- getIcon(int) -
Method in class jadex.adapter.fipa.AMSShutdownPlatform
- Get the icon.
- getIcon(int) -
Method in class jadex.adapter.fipa.AMSStartAgent
- Get the icon.
- getIcon(int) -
Method in class jadex.adapter.fipa.AMSSuspendAgent
- Get the icon.
- getIcon(int) -
Method in class jadex.adapter.fipa.DFDeregister
- Get the icon.
- getIcon(int) -
Method in class jadex.adapter.fipa.DFModify
- Get the icon.
- getIcon(int) -
Method in class jadex.adapter.fipa.DFRegister
- Get the icon.
- getIcon(int) -
Method in class jadex.adapter.fipa.DFSearch
- Get the icon.
- getIcon(int) -
Method in class jadex.adapter.fipa.Done
- Get the icon.
- getIcon(int) -
Method in class jadex.adapter.fipa.Property
- Get the icon.
- getIcon(int) -
Method in class jadex.adapter.fipa.SearchConstraints
- Get the icon.
- getIcon(int) -
Method in class jadex.adapter.fipa.ServiceDescriptionData
- Get the icon.
- getIconHeight() -
Method in class jadex.util.jtable.SortArrowIcon
-
- getIconWidth() -
Method in class jadex.util.jtable.SortArrowIcon
-
- getId() -
Method in interface jadex.adapter.IMessageAdapter
- Get the unique message id.
- getImports() -
Method in interface jadex.model.IMCapability
- Get the import declarations.
- getIncludeHeaderWidth() -
Method in class jadex.util.jtable.ResizeableTableHeader
- Returns true, if the header's width are
- getIndex() -
Method in class jadex.runtime.SystemEvent
- Get the index of this event (if any).
- getInhibit() -
Method in interface jadex.model.IMInhibits
- Get the inhibition type, i.e. an identifier for the goal's
lifecycle state in which the inhibition link is active.
- getInhibitedGoal() -
Method in interface jadex.model.IMInhibits
- Get the inhibited goals.
- getInhibitingExpression() -
Method in interface jadex.model.IMInhibits
- Get the inhibiting expression.
- getInhibits() -
Method in interface jadex.model.IMDeliberation
- Get all inhibition links.
- getInitialBelief(IMBelief) -
Method in interface jadex.model.IMConfigBeliefbase
- Get the initial configuration for a given belief.
- getInitialBelief(IMBeliefReference) -
Method in interface jadex.model.IMConfigBeliefbase
- Get the initial configuration for a given belief reference.
- getInitialBeliefs() -
Method in interface jadex.model.IMConfigBeliefbase
- Get all defined beliefs.
- getInitialBeliefSet(IMBeliefSet) -
Method in interface jadex.model.IMConfigBeliefbase
- Get the initial configuration for a given belief set.
- getInitialBeliefSet(IMBeliefSetReference) -
Method in interface jadex.model.IMConfigBeliefbase
- Get the initial configuration for a given belief set reference.
- getInitialBeliefSets() -
Method in interface jadex.model.IMConfigBeliefbase
- Get all defined belief sets.
- getInitialCapabilities() -
Method in interface jadex.model.IMConfigCapabilitybase
- Get all defined capabilities.
- getInitialCapability(IMCapabilityReference) -
Method in interface jadex.model.IMConfigCapabilitybase
- Get the initial configuration for a given capability.
- getInitialCapability(IMCapabilityReference) -
Method in interface jadex.model.IMConfiguration
- Get the initial capability of the given
capability reference.
- getInitialEvent() -
Method in class jadex.runtime.Plan
- Get the initial event, which might differ
from the plans rootgoal.
- getInitialFact() -
Method in interface jadex.model.IMConfigBelief
- Get the initial fact of the belief.
- getInitialFacts() -
Method in interface jadex.model.IMConfigBeliefSet
- Get the initial facts.
- getInitialFactsExpression() -
Method in interface jadex.model.IMConfigBeliefSet
- Get the initial facts, when represented as a single expression (returning a collection).
- getInitialGoals() -
Method in interface jadex.model.IMConfigGoalbase
- Get all known initial goals.
- getInitialInternalEvents() -
Method in interface jadex.model.IMConfigEventbase
- Get all known initial internal events.
- getInitialMessageEvents() -
Method in interface jadex.model.IMConfigEventbase
- Get all known initial message event.
- getInitialPlans() -
Method in interface jadex.model.IMConfigPlanbase
- Get all known initial plans.
- getInitialStateName() -
Method in interface jadex.runtime.ICapability
- Get the initial state name.
- getInitialValue() -
Method in interface jadex.model.IMConfigParameter
- Get the initial value of the parameter.
- getInitialValues() -
Method in interface jadex.model.IMConfigParameterSet
- Get the initial values.
- getInitialValuesExpression() -
Method in interface jadex.model.IMConfigParameterSet
- Get the initial values, when represented as a single expression (returning a collection).
- getInnerClassName(Class) -
Static method in class jadex.util.SReflect
- Get inner class name.
- getInputStream() -
Method in class jadex.util.ResourceInfo
- Get the input stream.
- getInstance() -
Static method in class jadex.util.DynamicURLClassLoader
- Retrieve the global Jadex class loader.
- getInternalEvent(String) -
Method in interface jadex.model.IMEventbase
- Get an internal event by name.
- getInternalEventMappings() -
Method in interface jadex.model.IMPlanParameter
- Get all parameter internal event mappings.
- getInternalEventMappings() -
Method in interface jadex.model.IMPlanParameterSet
- Get all parameter internal event mappings.
- getInternalEventReference(String) -
Method in interface jadex.model.IMEventbase
- Get an event by name.
- getInternalEventReferences() -
Method in interface jadex.model.IMEventbase
- Get all known internal event references.
- getInternalEvents() -
Method in interface jadex.model.IMEventbase
- Get all known internal events.
- getInternalEvents() -
Method in interface jadex.model.IMTrigger
- Get the internal events.
- getIterator(Object) -
Static method in class jadex.util.SReflect
- Get an iterator for an arbitrary collection object.
- getKey(int) -
Method in class jadex.util.collection.IndexMap
- Get an indexed key.
- getKeys() -
Method in class jadex.util.collection.FastHashMap
-
- getKeys() -
Method in class jadex.util.collection.IndexMap
- Get the keys as array.
- getKeys(Class) -
Method in class jadex.util.collection.IndexMap
- Get the keys as array.
- getKeys() -
Method in class jadex.util.collection.MultiCollection
- Get the keys as array.
- getKeys(Class) -
Method in class jadex.util.collection.MultiCollection
- Get the keys as array.
- getLanguage(int) -
Method in class jadex.adapter.fipa.AgentDescriptionData
- Get an languages of this AgentDescription.
- getLanguage(int) -
Method in class jadex.adapter.fipa.ServiceDescriptionData
- Get an languages of this ServiceDescription.
- getLanguages() -
Method in class jadex.adapter.fipa.AgentDescriptionData
- Get the languages of this AgentDescription.
- getLanguages() -
Method in class jadex.adapter.fipa.ServiceDescriptionData
- Get the languages of this ServiceDescription.
- getLastModified() -
Method in interface jadex.model.IMCapability
- Get the last modified date.
- getLastModified() -
Method in class jadex.util.CachedObject
- Get the last modified date.
- getLastModified() -
Method in class jadex.util.ResourceInfo
- Get the last modified date.
- getLeaseTime() -
Method in class jadex.adapter.fipa.AgentDescriptionData
- Get the lease-time of this AgentDescription.
- getLifecycleState() -
Method in interface jadex.runtime.IGoal
- Get the lifecycle state.
- getLimitOffer() -
Method in class jadex.planlib.ExponentialPriceCalculator
- Get the min price.
- getLimitOffer() -
Method in interface jadex.planlib.IOfferGenerator
- Returns the limit offer to be reached in order
to terminate successfully.
- getLimitOffer() -
Method in class jadex.planlib.LinearPriceCalculator
- Get the min price.
- getLocalMap() -
Method in class jadex.util.collection.NestedMap
- Get the map containing the local mappings.
- getLocalName() -
Method in class jadex.adapter.fipa.AgentIdentifier
-
- getLogger() -
Method in interface jadex.adapter.IJadexAgent
- Get the logger for the agent.
- getLogger() -
Method in class jadex.runtime.AbstractPlan
- Get the logger.
- getLogger() -
Method in interface jadex.runtime.ICapability
- Get the logger.
- getMaintainCondition() -
Method in interface jadex.model.IMMaintainGoal
- Get the maintain condition of the goal.
- getMaintainGoal(String) -
Method in interface jadex.model.IMGoalbase
- Get a maintain goal by name.
- getMaintainGoalReference(String) -
Method in interface jadex.model.IMGoalbase
- Get an goal by name.
- getMaintainGoalReferences() -
Method in interface jadex.model.IMGoalbase
- Get all known maintain goal references.
- getMaintainGoals() -
Method in interface jadex.model.IMGoalbase
- Get all known maintain goals.
- getMatchExpression() -
Method in interface jadex.model.IMMessageEvent
- Get the parameters.
- getMatchExpression() -
Method in interface jadex.model.IMReference
- Get the parameters.
- getMaxDepth() -
Method in class jadex.adapter.fipa.SearchConstraints
- Get the max-depth of this SearchConstraints.
- getMaxEntries() -
Method in class jadex.util.collection.LRU
- Get the maximum number of the
- getMaxResults() -
Method in class jadex.adapter.fipa.SearchConstraints
- Get the max-results of this SearchConstraints.
- getMessage() -
Method in class jadex.adapter.AbstractMessageAdapter
- Get the platform message.
- getMessage() -
Method in interface jadex.adapter.IMessageAdapter
- Get the platform message.
- getMessage() -
Method in interface jadex.runtime.IMessageEvent
- Get the native (platform specific) message object.
- getMessageClass() -
Method in interface jadex.adapter.IToolAdapter
- The tool type supported by this adapter (e.g.
- getMessageEvent(String) -
Method in interface jadex.model.IMEventbase
- Get a message event by name.
- getMessageEvent(Object) -
Method in class jadex.planlib.NegotiationRecord
- Get the message event for a proposal.
- getMessageEventMappings() -
Method in interface jadex.model.IMPlanParameter
- Get all parameter message event mappings.
- getMessageEventMappings() -
Method in interface jadex.model.IMPlanParameterSet
- Get all parameter message event mappings.
- getMessageEventReference(String) -
Method in interface jadex.model.IMEventbase
- Get a message event reference by name.
- getMessageEventReferences() -
Method in interface jadex.model.IMEventbase
- Get all known message event references.
- getMessageEvents() -
Method in interface jadex.model.IMEventbase
- Get all known message event.
- getMessageEvents() -
Method in interface jadex.model.IMTrigger
- Get the message events.
- getMessageEventTransports() -
Method in interface jadex.adapter.IAgentAdapter
- Get all avaiable transports available on the native platform.
- getMessages(IMElement) -
Method in interface jadex.model.IReport
- Get the messages for a given element.
- getMessageType() -
Method in interface jadex.model.IMMessageEvent
- Get the message type object.
- getMetaGoal(String) -
Method in interface jadex.model.IMGoalbase
- Get a meta goal by name.
- getMetaGoalReference(String) -
Method in interface jadex.model.IMGoalbase
- Get a meta goal by name.
- getMetaGoalReferences() -
Method in interface jadex.model.IMGoalbase
- Get all known meta goal references.
- getMetaGoals() -
Method in interface jadex.model.IMGoalbase
- Get all known meta goals.
- getMethod(Class, String, Class[]) -
Static method in class jadex.util.SReflect
- Get a method of the class.
- getMethodDescriptors() -
Method in class jadex.adapter.fipa.AgentAction
- Get the method descriptors.
- getMethodDescriptors() -
Method in class jadex.adapter.fipa.AgentDescriptionData
- Get the method descriptors.
- getMethodDescriptors() -
Method in class jadex.adapter.fipa.AgentIdentifierData
- Get the method descriptors.
- getMethodDescriptors() -
Method in class jadex.adapter.fipa.AMSAgentDescriptionData
- Get the method descriptors.
- getMethodDescriptors() -
Method in class jadex.adapter.fipa.AMSCreateAgent
- Get the method descriptors.
- getMethodDescriptors() -
Method in class jadex.adapter.fipa.AMSDestroyAgent
- Get the method descriptors.
- getMethodDescriptors() -
Method in class jadex.adapter.fipa.AMSResumeAgent
- Get the method descriptors.
- getMethodDescriptors() -
Method in class jadex.adapter.fipa.AMSSearchAgents
- Get the method descriptors.
- getMethodDescriptors() -
Method in class jadex.adapter.fipa.AMSShutdownPlatform
- Get the method descriptors.
- getMethodDescriptors() -
Method in class jadex.adapter.fipa.AMSStartAgent
- Get the method descriptors.
- getMethodDescriptors() -
Method in class jadex.adapter.fipa.AMSSuspendAgent
- Get the method descriptors.
- getMethodDescriptors() -
Method in class jadex.adapter.fipa.DFDeregister
- Get the method descriptors.
- getMethodDescriptors() -
Method in class jadex.adapter.fipa.DFModify
- Get the method descriptors.
- getMethodDescriptors() -
Method in class jadex.adapter.fipa.DFRegister
- Get the method descriptors.
- getMethodDescriptors() -
Method in class jadex.adapter.fipa.DFSearch
- Get the method descriptors.
- getMethodDescriptors() -
Method in class jadex.adapter.fipa.Done
- Get the method descriptors.
- getMethodDescriptors() -
Method in class jadex.adapter.fipa.Property
- Get the method descriptors.
- getMethodDescriptors() -
Method in class jadex.adapter.fipa.SearchConstraints
- Get the method descriptors.
- getMethodDescriptors() -
Method in class jadex.adapter.fipa.ServiceDescriptionData
- Get the method descriptors.
- getMethods(Class, String) -
Static method in class jadex.util.SReflect
- Get public method(s) of the class by name.
- getModelCache() -
Method in interface jadex.model.IModelLoader
- Get the model cache.
- getModelElement() -
Method in class jadex.model.ExpressionParameterInfo
- Get the modelelement.
- getModelElement() -
Method in interface jadex.runtime.IElement
- Get the model element.
- getName() -
Method in class jadex.adapter.fipa.AgentDescriptionData
- Get the agentidentifier of this AgentDescription.
- getName() -
Method in class jadex.adapter.fipa.AMSAgentDescriptionData
- Get the agentidentifier of this AMSAgentDescription.
- getName() -
Method in class jadex.adapter.fipa.AMSCreateAgent
- Get the name of this AMSCreateAgent.
- getName() -
Method in class jadex.adapter.fipa.Property
- Get the name of this Property.
- getName() -
Method in class jadex.adapter.fipa.ServiceDescriptionData
- Get the name of this ServiceDescription.
- getName() -
Method in class jadex.model.ExpressionParameterInfo
- Get the name.
- getName() -
Method in interface jadex.model.IMElement
- Get the element name.
- getName() -
Method in class jadex.model.MessageType
- The name of the message type.
- getName() -
Method in class jadex.model.MessageType.ParameterSpecification
- Get the name of the parameter(set).
- getName() -
Method in class jadex.planlib.StartAgentInfo
- Get the name.
- getName() -
Method in class jadex.planlib.TestReport
- Get the name.
- getName() -
Method in class jadex.runtime.AbstractPlan
- Get the name.
- getName() -
Method in class jadex.runtime.BasicAgentIdentifier
- Get the agent name.
- getName() -
Method in interface jadex.runtime.IElement
- Get the name.
- getNamePrototype() -
Method in class jadex.planlib.StartAgentInfo
- Get the name prototype.
- getNonAcceptableProposals() -
Method in class jadex.planlib.NegotiationRecord
- Get the non-acceptable proposals.
- getNonWinnerProposals() -
Method in class jadex.planlib.NegotiationRecord
- Get the non-winner proposals.
- getObject() -
Method in class jadex.util.CachedObject
- Get the cached object
- getObjectForRow(int) -
Method in class jadex.util.jtable.ObjectTableModel
- Get the associated object for a row.
- getObjects() -
Method in class jadex.util.collection.IndexMap
- Get the values as array.
- getObjects(Class) -
Method in class jadex.util.collection.IndexMap
- Get the values as array.
- getObjects() -
Method in class jadex.util.collection.MultiCollection
- Get the values as array.
- getObjects(Class) -
Method in class jadex.util.collection.MultiCollection
- Get the values as array.
- getOntologies() -
Method in class jadex.adapter.fipa.AgentDescriptionData
- Get the ontologies of this AgentDescription.
- getOntologies() -
Method in class jadex.adapter.fipa.ServiceDescriptionData
- Get the ontologies of this ServiceDescription.
- getOntology(int) -
Method in class jadex.adapter.fipa.AgentDescriptionData
- Get an ontologies of this AgentDescription.
- getOntology(int) -
Method in class jadex.adapter.fipa.ServiceDescriptionData
- Get an ontologies of this ServiceDescription.
- getOriginalElement() -
Method in interface jadex.model.IMConfigElement
- Get the element to be initialized.
- getOriginalElement() -
Method in interface jadex.model.IMElementReference
- Recursively resolves all references (if any).
- getOutputStreams() -
Method in class jadex.util.MultiStream
- Get the output streams.
- getOwner() -
Method in interface jadex.model.IMElement
- Get the owner of the element (i.e. the enclosing element).
- getOwnership() -
Method in class jadex.adapter.fipa.AMSAgentDescriptionData
- Get the ownership of this AMSAgentDescription.
- getOwnership() -
Method in class jadex.adapter.fipa.ServiceDescriptionData
- Get the ownership of this ServiceDescription.
- getPackage() -
Method in interface jadex.model.IMCapability
- Get the package.
- getPackageName(Class) -
Static method in class jadex.util.SReflect
- Get the package of a class.
- getPackageOfFile(String) -
Method in class jadex.util.DynamicURLClassLoader
- Return the package (if any).
- getPackageOfFileFromInstance(String) -
Static method in class jadex.util.DynamicURLClassLoader
- Return the package (if any).
- getParameter(IMReferenceableElement) -
Method in interface jadex.model.IMConfigParameterElement
- Get a parameter for an original element.
- getParameter(String) -
Method in interface jadex.model.IMParameterElement
- Get a parameter by name.
- getParameter(String) -
Method in class jadex.runtime.AbstractPlan
- Get a parameter.
- getParameter(String) -
Method in interface jadex.runtime.IExpression
- Get an expression parameter.
- getParameter(String) -
Method in interface jadex.runtime.IParameterElement
- Get the parameter element.
- getParameterNames() -
Method in class jadex.model.MessageType
- Get all parameter names.
- getParameterReference(String) -
Method in interface jadex.model.IMParameterElementReference
- Get a parameter reference by name.
- getParameterReferences() -
Method in interface jadex.model.IMParameterElementReference
- Get all parameter references.
- getParameters() -
Method in interface jadex.model.IMConfigParameterElement
- Get all initial parameters.
- getParameters() -
Method in interface jadex.model.IMParameterElement
- Get all parameters.
- getParameters() -
Method in class jadex.model.MessageType
- Get the default parameters.
- getParameters() -
Method in class jadex.runtime.AbstractPlan
- Get all parameters.
- getParameters() -
Method in interface jadex.runtime.IParameterElement
- Get all parameters.
- getParameterSet(IMReferenceableElement) -
Method in interface jadex.model.IMConfigParameterElement
- Get a parameter set for an original element.
- getParameterSet(String) -
Method in interface jadex.model.IMParameterElement
- Get a parameter by name.
- getParameterSet(String) -
Method in class jadex.runtime.AbstractPlan
- Get a parameter.
- getParameterSet(String) -
Method in interface jadex.runtime.IParameterElement
- Get the parameter set element.
- getParameterSetNames() -
Method in class jadex.model.MessageType
- Get all parameter set names.
- getParameterSetReference(String) -
Method in interface jadex.model.IMParameterElementReference
- Get a parameter by name.
- getParameterSetReferences() -
Method in interface jadex.model.IMParameterElementReference
- Get all parameter set references.
- getParameterSets() -
Method in interface jadex.model.IMConfigParameterElement
- Get all initial parameter sets.
- getParameterSets() -
Method in interface jadex.model.IMParameterElement
- Get all parameter sets.
- getParameterSets() -
Method in class jadex.model.MessageType
- Get the default parameter sets.
- getParameterSets() -
Method in class jadex.runtime.AbstractPlan
- Get all parameter sets.
- getParameterSets() -
Method in interface jadex.runtime.IParameterElement
- Get all parameter sets.
- getParser() -
Method in interface jadex.model.IMCapability
- Get the parser for this document.
- getPassedCode() -
Method in interface jadex.model.IMPlanBody
- Get the passed code.
- getPerformGoal(String) -
Method in interface jadex.model.IMGoalbase
- Get a perform goal by name.
- getPerformGoalReference(String) -
Method in interface jadex.model.IMGoalbase
- Get a goal by name.
- getPerformGoalReferences() -
Method in interface jadex.model.IMGoalbase
- Get all known perform goal references.
- getPerformGoals() -
Method in interface jadex.model.IMGoalbase
- Get all known perform goals.
- getPlan(String) -
Method in interface jadex.model.IMPlanbase
- Get a plan by name.
- getPlan(Object) -
Method in interface jadex.runtime.ICandidateInfo
- Get the plan instance.
- getPlan(String) -
Method in interface jadex.runtime.IPlanbase
- Get a plan by name.
- getPlanbase() -
Method in interface jadex.model.IMCapability
- Get the plan base.
- getPlanbase() -
Method in interface jadex.model.IMConfiguration
- Get the plan base.
- getPlanbase() -
Method in class jadex.runtime.AbstractPlan
- Get the plan base.
- getPlanbase() -
Method in interface jadex.runtime.ICapability
- Get the plan base.
- getPlans() -
Method in interface jadex.model.IMPlanbase
- Get all known plans.
- getPlans() -
Method in interface jadex.runtime.IPlanbase
- Get all running plans of this planbase.
- getPlans(String) -
Method in interface jadex.runtime.IPlanbase
- Get all plans of a specified type (=model element name).
- getPlatformAgent() -
Method in interface jadex.runtime.ICapability
- Get the platform agent.
- getPlatformName() -
Method in class jadex.adapter.fipa.AgentIdentifier
- Get the platform name.
- getPlatformType() -
Method in interface jadex.adapter.IAgentAdapter
- Used to determine the platform type.
- getPlatformType() -
Method in interface jadex.runtime.ICapability
- Get the platform type.
- getPlural(String) -
Static method in class jadex.util.SUtil
- Get the plural of a word in singular.
- getPrecondition() -
Method in interface jadex.model.IMPlan
- Get the precondition of the plan.
- getPriority() -
Method in interface jadex.model.IMPlan
- Get the plan priotity.
- getProperties() -
Method in class jadex.adapter.fipa.ServiceDescriptionData
- Get the properties of this ServiceDescription.
- getProperties() -
Method in interface jadex.model.IMPropertybase
- Get all properties.
- getProperty(int) -
Method in class jadex.adapter.fipa.ServiceDescriptionData
- Get an properties of this ServiceDescription.
- getProperty(String) -
Method in interface jadex.adapter.IJadexAgent
- Get a property of the agent as defined in the ADF,
or any enclosed capabilities.
- getProperty(String) -
Method in interface jadex.model.IMPropertybase
- Get a property.
- getProperty(String) -
Method in interface jadex.runtime.IPropertybase
- Get a property.
- getPropertybase() -
Method in interface jadex.model.IMCapability
- Get the property base.
- getPropertybase() -
Method in class jadex.runtime.AbstractPlan
- Get the property base.
- getPropertybase() -
Method in interface jadex.runtime.ICapability
- Get the property base.
- getPropertyDescriptors() -
Method in class jadex.adapter.fipa.AgentAction
- Get the property descriptors.
- getPropertyDescriptors() -
Method in class jadex.adapter.fipa.AgentDescriptionData
- Get the property descriptors.
- getPropertyDescriptors() -
Method in class jadex.adapter.fipa.AgentIdentifierData
- Get the property descriptors.
- getPropertyDescriptors() -
Method in class jadex.adapter.fipa.AMSAgentDescriptionData
- Get the property descriptors.
- getPropertyDescriptors() -
Method in class jadex.adapter.fipa.AMSCreateAgent
- Get the property descriptors.
- getPropertyDescriptors() -
Method in class jadex.adapter.fipa.AMSDestroyAgent
- Get the property descriptors.
- getPropertyDescriptors() -
Method in class jadex.adapter.fipa.AMSResumeAgent
- Get the property descriptors.
- getPropertyDescriptors() -
Method in class jadex.adapter.fipa.AMSSearchAgents
- Get the property descriptors.
- getPropertyDescriptors() -
Method in class jadex.adapter.fipa.AMSShutdownPlatform
- Get the property descriptors.
- getPropertyDescriptors() -
Method in class jadex.adapter.fipa.AMSStartAgent
- Get the property descriptors.
- getPropertyDescriptors() -
Method in class jadex.adapter.fipa.AMSSuspendAgent
- Get the property descriptors.
- getPropertyDescriptors() -
Method in class jadex.adapter.fipa.DFDeregister
- Get the property descriptors.
- getPropertyDescriptors() -
Method in class jadex.adapter.fipa.DFModify
- Get the property descriptors.
- getPropertyDescriptors() -
Method in class jadex.adapter.fipa.DFRegister
- Get the property descriptors.
- getPropertyDescriptors() -
Method in class jadex.adapter.fipa.DFSearch
- Get the property descriptors.
- getPropertyDescriptors() -
Method in class jadex.adapter.fipa.Done
- Get the property descriptors.
- getPropertyDescriptors() -
Method in class jadex.adapter.fipa.Property
- Get the property descriptors.
- getPropertyDescriptors() -
Method in class jadex.adapter.fipa.SearchConstraints
- Get the property descriptors.
- getPropertyDescriptors() -
Method in class jadex.adapter.fipa.ServiceDescriptionData
- Get the property descriptors.
- getPropertyFile() -
Method in interface jadex.model.IMBDIAgent
- Get the property file name.
- getPropertyNames(String) -
Method in interface jadex.adapter.IJadexAgent
- Get property names matching the specified start string.
- getPropertyNames(String) -
Method in interface jadex.runtime.IPropertybase
- Get all properties that start with a start string.
- getProposal(AgentIdentifier) -
Method in class jadex.planlib.NegotiationRecord
- Get the proposal for the sender.
- getProposals() -
Method in class jadex.planlib.NegotiationRecord
- Get all proposals.
- getProtocol(int) -
Method in class jadex.adapter.fipa.AgentDescriptionData
- Get an protocols of this AgentDescription.
- getProtocol(int) -
Method in class jadex.adapter.fipa.ServiceDescriptionData
- Get an protocols of this ServiceDescription.
- getProtocols() -
Method in class jadex.adapter.fipa.AgentDescriptionData
- Get the protocols of this AgentDescription.
- getProtocols() -
Method in class jadex.adapter.fipa.ServiceDescriptionData
- Get the protocols of this ServiceDescription.
- getQuery(String) -
Method in class jadex.runtime.AbstractPlan
- Deprecated. Use @link{#getExpression(String)} instead.
- getQueryGoal(String) -
Method in interface jadex.model.IMGoalbase
- Get a query goal by name.
- getQueryGoalReference(String) -
Method in interface jadex.model.IMGoalbase
- Get a query goal by name.
- getQueryGoalReferences() -
Method in interface jadex.model.IMGoalbase
- Get all known query goal references.
- getQueryGoals() -
Method in interface jadex.model.IMGoalbase
- Get all known query goals.
- getRawValue(String) -
Method in class jadex.adapter.fipa.FipaMessageAdapter
- Get the value for a parameter, or the values
for a parameter set from a native message.
- getReason() -
Method in class jadex.planlib.TestReport
- Get the failure reason.
- getReceiverIdentifier() -
Method in class jadex.adapter.fipa.FIPAMessageType
- Get the identifier for fetching the receivers.
- getReceiverIdentifier() -
Method in class jadex.model.MessageType
- Get the identifier for fetching the receivers.
- getRecurDelay() -
Method in interface jadex.model.IMGoal
- Get the recur delay.
- getRecurDelay() -
Method in interface jadex.runtime.IGoal
- Get the recur delay expression (if any).
- getReference() -
Method in interface jadex.model.IMConfigReferenceableElement
- Get the reference name.
- getReference() -
Method in interface jadex.model.IMElementReference
- Get the referenced element name.
- getReference() -
Method in interface jadex.model.IMInhibits
- Get the reference to the inhibited goal type.
- getReference() -
Method in interface jadex.model.IMReference
- Get the reference to the inhibited goal type.
- getReference() -
Method in interface jadex.model.IMReferenceParameter
- Get the reference.
- getReference() -
Method in interface jadex.model.IMRelevantElement
- Get the reference to the inhibited goal type.
- getReferenceableElement(String) -
Method in interface jadex.model.IMBase
- Get an element contained in the base by name.
- getReferenceableElements() -
Method in interface jadex.model.IMBase
- Get the elements contained in the base.
- getReferencedElement() -
Method in interface jadex.model.IMElementReference
- Get the referenced element.
- getRelativePath(String, String) -
Static method in class jadex.util.SUtil
- Find the relativ path from a start directory to a destination directory.
- getRelevantBeliefs() -
Method in interface jadex.model.IMExpression
- Get the relevant beliefs.
- getRelevantBeliefSets() -
Method in interface jadex.model.IMExpression
- Get the relevant belief sets.
- getRelevantGoals() -
Method in interface jadex.model.IMExpression
- Get the relevant goals.
- getRelevantList() -
Method in interface jadex.model.IMExpression
- Get the relevant list.
- getRelevantParameters() -
Method in interface jadex.model.IMExpression
- Get the relevant parameters.
- getRelevantParameters() -
Method in interface jadex.model.IMGoal
- Get the parameters which are relevant for comparing goals.
- getRelevantParameterSets() -
Method in interface jadex.model.IMExpression
- Get the relevant parameter sets.
- getRelevantParameterSets() -
Method in interface jadex.model.IMGoal
- Get the parameter sets which are relevant for comparing goals.
- getReport() -
Method in interface jadex.model.IMElement
- Return the last check report, or generate a new one, if the model
has not yet been checked.
- getReports() -
Method in class jadex.planlib.Testcase
- Get the reports.
- getResolver(int) -
Method in class jadex.adapter.fipa.AgentIdentifierData
- Get an resolvers of this AgentIdentifier.
- getResolvers() -
Method in class jadex.adapter.fipa.AgentIdentifierData
- Get the resolvers of this AgentIdentifier.
- getResource(String) -
Static method in class jadex.util.SUtil
- Get an input stream for whatever provided.
1.
- getResource0(String) -
Static method in class jadex.util.SUtil
- Get an input stream for whatever provided.
1.
- getResourceInfo(String, String, String[]) -
Static method in class jadex.model.SXML
- Load an xml Jadex model.
- getResourceInfo0(String) -
Static method in class jadex.util.SUtil
- Get an input stream for whatever provided.
1.
- getResult() -
Method in class jadex.adapter.fipa.DFModify
- Get the result of this DFModify.
- getResult() -
Method in class jadex.adapter.fipa.DFRegister
- Get the result of this DFRegister.
- getResult(int) -
Method in class jadex.adapter.fipa.DFSearch
- Get an results of this DFSearch.
- getResult() -
Method in interface jadex.runtime.IGoal
- Deprecated.
- getResultParameter() -
Method in interface jadex.runtime.IProcessGoal
- Deprecated.
- getResults() -
Method in class jadex.adapter.fipa.DFSearch
- Get the results of this DFSearch.
- getRetryDelay() -
Method in interface jadex.model.IMGoal
- Get the retry delay.
- getRetryDelay() -
Method in interface jadex.runtime.IGoal
- Get the retry delay expression (if any).
- getReverseMultiCollection() -
Method in class jadex.util.collection.TwoWayMultiCollection
- Get the reverse multi-collection.
- getRootGoal() -
Method in class jadex.runtime.AbstractPlan
- Deprecated.
- getRound() -
Method in class jadex.planlib.ExponentialPriceCalculator
- Get the round.
- getRound() -
Method in interface jadex.planlib.IOfferGenerator
- Get the round.
- getRound() -
Method in class jadex.planlib.LinearPriceCalculator
- Get the round.
- getRoundTimeout() -
Method in class jadex.planlib.AuctionInfo
- Get the round timeout.
- getRowCount() -
Method in class jadex.util.jtable.AbstractIndexTableModel
- Get the number of rows in the table.
- getRowCount() -
Method in class jadex.util.jtable.DelegateTableModel
-
- getRowCount() -
Method in class jadex.util.jtable.ObjectTableModel
-
- getRPlan() -
Method in class jadex.runtime.AbstractPlan
- Get the plan instance info.
- getScope() -
Method in interface jadex.model.IMElement
- Get the elements scope, that means the
capability it is contained in.
- getScope() -
Method in class jadex.runtime.AbstractPlan
- Get the scope.
- getSearchConstraints() -
Method in class jadex.adapter.fipa.AMSSearchAgents
- Get the searchconstraints of this AMSSearchAgents.
- getSearchConstraints() -
Method in class jadex.adapter.fipa.DFSearch
- Get the searchconstraints of this DFSearch.
- getSearchId() -
Method in class jadex.adapter.fipa.SearchConstraints
- Get the search-id of this SearchConstraints.
- getSenderIdentifier() -
Method in class jadex.adapter.fipa.FIPAMessageType
- Get the identifier for fetching the sender.
- getSenderIdentifier() -
Method in class jadex.model.MessageType
- Get the identifier for fetching the sender.
- getService(int) -
Method in class jadex.adapter.fipa.AgentDescriptionData
- Get an services of this AgentDescription.
- getServices() -
Method in class jadex.adapter.fipa.AgentDescriptionData
- Get the services of this AgentDescription.
- getShortName(String) -
Static method in class jadex.model.SXML
- Strip the short type name from a model filename.
- getSingular(String) -
Static method in class jadex.util.SUtil
- Get the singular of a word in plural.
- getSortColumn() -
Method in interface jadex.util.jtable.ISorterFilterTableModel
-
- getSortColumn() -
Method in class jadex.util.jtable.SorterFilterTableModel
-
- getSortDirection() -
Method in interface jadex.util.jtable.ISorterFilterTableModel
-
- getSortDirection() -
Method in class jadex.util.jtable.SorterFilterTableModel
-
- getSource() -
Method in class jadex.model.MessageType.ParameterSpecification
- Get the source parameter for copying reply values (if any).
- getSource() -
Method in class jadex.runtime.AgentEvent
- Get the source.
- getSource() -
Method in class jadex.runtime.SystemEvent
- Get the event source.
- getSpecializationDegree() -
Method in interface jadex.model.IMMessageEvent
- Get the specialization degree.
- getStartOffer() -
Method in class jadex.planlib.ExponentialPriceCalculator
- Get the start price.
- getStartOffer() -
Method in interface jadex.planlib.IOfferGenerator
- Returns the start offer for the auction.
- getStartOffer() -
Method in class jadex.planlib.LinearPriceCalculator
- Get the start price.
- getStarttime() -
Method in class jadex.planlib.AuctionInfo
- Get the start time.
- getStarttime() -
Method in class jadex.planlib.NegotiationRecord
- Get the start time.
- getState() -
Method in class jadex.adapter.fipa.AMSAgentDescriptionData
- Get the state of this AMSAgentDescription.
- getState() -
Method in class jadex.planlib.NegotiationRecord
- Get the negotiation state.
- getStringArray(String, Properties) -
Static method in class jadex.util.SUtil
- Get a string array of properties that are separated by commas.
- getSubtypes(String) -
Static method in class jadex.model.ISystemEventTypes.Subtypes
- Get all (transitive) subtypes of a given event type
including the base type.
- getSystemExpressionParameters() -
Method in interface jadex.model.IMElement
- Get the expression parameters.
- getTableCellEditorComponent(JTable, Object, boolean, int, int) -
Method in class jadex.util.jtable.PatternEditor
-
- getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) -
Method in class jadex.util.jtable.SortHeaderRenderer
-
- getTargetCondition() -
Method in interface jadex.model.IMAchieveGoal
- Get the target condition of the goal.
- getTargetCondition() -
Method in interface jadex.model.IMMaintainGoal
- Get the target condition of the goal.
- getTargetCondition() -
Method in interface jadex.model.IMQueryGoal
- Get the target condition of the goal.
- getTask(Thread) -
Method in class jadex.util.concurrent.ThreadPool
- The task for a given thread.
- getTask() -
Method in class jadex.util.concurrent.ThreadPool.ServiceThread
- Get the runnable (the task).
- getTaskExecutionTime() -
Method in class jadex.util.concurrent.ThreadPool.ServiceThread
- Get the task execution time.
- getTasks() -
Method in class jadex.planlib.NegotiationRecord
- Get the executed tasks.
- getTerm() -
Method in interface jadex.model.IMExpression
- Get the term.
- getTestCount() -
Method in class jadex.planlib.Testcase
- Get the test count.
- getThread(Runnable) -
Method in class jadex.util.concurrent.ThreadPool
- Get a thread for a task.
- getThreadPool() -
Static method in class jadex.util.concurrent.ThreadPoolFactory
- Get the thread pool.
- getTopic() -
Method in class jadex.planlib.AuctionInfo
- Get the auction topic.
- getTraceMode() -
Method in interface jadex.runtime.ICondition
- Get the trace mode.
- getTrigger() -
Method in interface jadex.model.IMCondition
- Get the trigger type.
- getTrigger() -
Method in interface jadex.model.IMMetaGoal
- Get the trigger of the goal.
- getTrigger() -
Method in interface jadex.model.IMPlan
- Get the trigger of the plan (if any).
- getType() -
Method in class jadex.adapter.fipa.AMSCreateAgent
- Get the type of this AMSCreateAgent.
- getType() -
Method in class jadex.adapter.fipa.ServiceDescriptionData
- Get the type of this ServiceDescription.
- getType() -
Method in interface jadex.model.IMMessageEvent
- Get the message type (e.g.
- getType() -
Method in interface jadex.model.IMPlanBody
- Get the type (e.g.
- getType() -
Method in class jadex.planlib.StartAgentInfo
- Get the type.
- getType() -
Method in class jadex.planlib.Testcase
- Get the type.
- getType() -
Method in interface jadex.runtime.IEvent
- Get the event type.
- getType() -
Method in interface jadex.runtime.IGoal
- Get the goal type.
- getType() -
Method in interface jadex.runtime.IProcessGoal
- Get the goal type.
- getType() -
Method in class jadex.runtime.SystemEvent
- Get the type.
- getUnique() -
Method in interface jadex.model.IMGoal
- Get the uniqueness properties of the goal (if any).
- getUnqualifiedClassName(Class) -
Static method in class jadex.util.SReflect
- Get unqualified class name.
- getUpdateRate() -
Method in interface jadex.model.IMTypedElement
- Get the update rate.
- getUpdateRate() -
Method in interface jadex.model.IMTypedElementSet
- Get the update rate.
- getURLs() -
Method in class jadex.util.DynamicURLClassLoader
- Return the URLs of the class loader.
- getURLsFromInstance() -
Static method in class jadex.util.DynamicURLClassLoader
- Operate on the singleton instance if available.
- getValue(String, RCapability) -
Method in class jadex.adapter.AbstractMessageAdapter
- Get the value for a parameter, or the values
for a parameter set from the native message.
- getValue(String, RCapability) -
Method in class jadex.adapter.fipa.FipaMessageAdapter
- Get the value for a parameter, or the values
for a parameter set from a native message.
- getValue() -
Method in class jadex.adapter.fipa.Property
- Get the value of this Property.
- getValue(String, RCapability) -
Method in interface jadex.adapter.IMessageAdapter
- Get a parameter or parameter set value.
- getValue() -
Method in interface jadex.model.IMReferenceParameter
- Get the value of the parameter.
- getValue() -
Method in class jadex.runtime.AgentEvent
- Get the value.
- getValue() -
Method in interface jadex.runtime.IExpression
- Evaluate the expression.
- getValue() -
Method in interface jadex.runtime.IParameter
- Get the value of a parameter.
- getValue(Object) -
Method in interface jadex.runtime.IParameterSet
- Get a value equal to the given object.
- getValue() -
Method in class jadex.runtime.SystemEvent
- Get the value of this event (if any).
- getValueAt(int, int) -
Method in class jadex.util.jtable.AbstractIndexTableModel
-
- getValueAt(int, int) -
Method in class jadex.util.jtable.DelegateTableModel
-
- getValueAt(int, int) -
Method in class jadex.util.jtable.ObjectTableModel
- Get the value from a field.
- getValues() -
Method in interface jadex.runtime.IParameterSet
- Get the values of a parameterset.
- getWaitqueue() -
Method in interface jadex.model.IMPlan
- Get the waitqueue of the plan (if any).
- getWaitqueue() -
Method in class jadex.runtime.AbstractPlan
- Get the waitqueue.
- getWaitqueue() -
Method in interface jadex.runtime.IPlan
- Get the waitqueue.
- getWindowParent(Component) -
Static method in class jadex.util.SGUI
- Get the window parent if any.
- getWinnerParticipants() -
Method in class jadex.planlib.NegotiationRecord
- Get the winner participants.
- getWinnerProposals() -
Method in class jadex.planlib.NegotiationRecord
- Get the winner proposals.
- getWrappedType(Class) -
Static method in class jadex.util.SReflect
- Get the wrapped type.
- GOAL_ADDED -
Static variable in interface jadex.model.ISystemEventTypes
- System event type for goal added.
- GOAL_CHANGED -
Static variable in interface jadex.model.ISystemEventTypes
- System event type for goal changed.
- GOAL_EVENT -
Static variable in interface jadex.model.ISystemEventTypes
- System event type for goal related events.
- GOAL_REMOVED -
Static variable in interface jadex.model.ISystemEventTypes
- System event type for goal removed.
- goalAdded(AgentEvent) -
Method in interface jadex.runtime.IGoalListener
- Invoked when a new goal has been added.
- GoalEventFilter - Class in jadex.runtime
- A goal filter to match against goals,
which are contained in goal events,
i.e. the contained values and filters of this filter
are not applied to the event, but to the goal.
- GoalEventFilter(String) -
Constructor for class jadex.runtime.GoalEventFilter
- Create a goal event filter to match against process goal events.
- GoalEventFilter(String, boolean) -
Constructor for class jadex.runtime.GoalEventFilter
- Create a goal event filter to match against goal events.
- GoalEventFilter(String, String, boolean) -
Constructor for class jadex.runtime.GoalEventFilter
- Create a goal event filter to match against goal events.
- GoalFailureException - Exception in jadex.runtime
- An exception automatically thrown, when a subgoal of a plan fails.
- GoalFailureException(IGoal, Throwable) -
Constructor for exception jadex.runtime.GoalFailureException
- Create a new goal failure exception.
- GoalFailureException(IGoal, String) -
Constructor for exception jadex.runtime.GoalFailureException
- Create a new goal failure exception.
- goalFinished(AgentEvent) -
Method in interface jadex.runtime.IGoalListener
- Invoked when a goal has been finished.
H
- handleToolRequest(AgentIdentifier, AgentAction, IToolAdapter.IToolReply) -
Method in interface jadex.adapter.IToolAdapter
- Handle a request from a tool agent.
- hasAddress(String) -
Method in class jadex.adapter.fipa.AgentIdentifier
- Checks if this adress equals one or more addresses in the identifier
- hashCode() -
Method in class jadex.adapter.fipa.AMSAgentDescription
- Get the hash code of this description.
- hashCode() -
Method in class jadex.model.BatchProcessor.FileInfo
- Generate a hash code for this object.
- hashCode() -
Method in class jadex.model.ExpressionParameterInfo
- Get the hashcode.
- hashCode() -
Method in class jadex.runtime.BasicAgentIdentifier
- The hashcode of the AID.
- hashCode() -
Method in class jadex.runtime.SystemEvent
- Get the elements hashcode.
- hashCode() -
Method in class jadex.util.collection.IndexMap
- Returns the hash code value for this map.
- hashCode() -
Method in class jadex.util.collection.MultiCollection
- Returns the hash code value for this map.
- hashCode() -
Method in class jadex.util.collection.NestedMap
- Returns the hash code value for this map.
- hashCode() -
Method in class jadex.util.Tuple
- Compute the hashcode of the tuple.
- hashCode() -
Method in class jadex.util.WeakObject
- Return the hash code of the nested object.
- hasMoreTokens() -
Method in class jadex.util.ExpressionTokenizer
- Test if there are more tokens available.
- hasParameter(String) -
Method in class jadex.runtime.AbstractPlan
- Has the element a parameter element.
- hasParameter(String) -
Method in interface jadex.runtime.IParameterElement
- Has the element a parameter element.
- hasParameterSet(String) -
Method in class jadex.runtime.AbstractPlan
- Has the element a parameter set element.
- hasParameterSet(String) -
Method in interface jadex.runtime.IParameterElement
- Has the element a parameter set element.
I
- IAgentAdapter - Interface in jadex.adapter
- The adapter for a specific platform agent (e.g. a Jade agent).
- IAgentListener - Interface in jadex.runtime
- Interface for external processes that want to be
notified on certain agent events.
- IBelief - Interface in jadex.runtime
- The interface for all beliefs (concrete and referenced).
- IBeliefbase - Interface in jadex.runtime
- The beliefbase contains the beliefs and beliefsets
of an agent or capability.
- IBeliefListener - Interface in jadex.runtime
- Listener for observing beliefs.
- IBeliefSet - Interface in jadex.runtime
- Interface for all beliefsets (concrete and referenced).
- IBeliefSetListener - Interface in jadex.runtime
- Listener for observing belief sets.
- IBlockingQueue - Interface in jadex.util.collection
- A queue that blocks until an element is available.
- IBlockingQueue.ClosedException - Exception in jadex.util.collection
- Closed exception.
- IBlockingQueue.ClosedException(String) -
Constructor for exception jadex.util.collection.IBlockingQueue.ClosedException
- Create a new closed exception.
- IBlockingQueue.TimeoutException - Exception in jadex.util.collection
- Timeout exception.
- IBlockingQueue.TimeoutException(String) -
Constructor for exception jadex.util.collection.IBlockingQueue.TimeoutException
- Create a new closed exception.
- ICandidateInfo - Interface in jadex.runtime
- The info objects for plan candidates.
- ICapability - Interface in jadex.runtime
- A capability is a self-contained agent module
as specified in an agent definition file (ADF).
- ICommand - Interface in jadex.util.concurrent
- Interface for commands that represent methods
with arguments but without a return value.
- ICondition - Interface in jadex.runtime
- Common interface for all conditions
- IConditionListener - Interface in jadex.runtime
- Listener for observing conditions.
- IContentCodec - Interface in jadex.runtime
- The interface for content codecs.
- IElement - Interface in jadex.runtime
- Base interface for all runtime elements.
- IEvent - Interface in jadex.runtime
- The interface for all events (concrete and referenced).
- IEventbase - Interface in jadex.runtime
- Interface for an event base.
- IExecutable - Interface in jadex.util.concurrent
- Interface for objects that can be executed.
- IExecutorService - Interface in jadex.util.concurrent
- Common interface for different executor services.
- IExpression - Interface in jadex.runtime
- The common interface for expressions.
- IExpressionbase - Interface in jadex.runtime
- The expressionbase provides access to the expressions
and conditions defined in the ADF and allows to define
new expressions and conditions at runtime.
- IExternalAccess - Interface in jadex.runtime
- The interface for external threads.
- IFilter - Interface in jadex.runtime
- A filter checks if an object matches
some given description.
- IGoal - Interface in jadex.runtime
- The supertype for all goals (concrete and referenced)
and all goal types (perform, achieve, get, maintain).
- IGoalbase - Interface in jadex.runtime
- The programmers interface for the goalbase.
- IGoalEvent - Interface in jadex.runtime
- The interface for all goal events (concrete and referenced).
- IGoalListener - Interface in jadex.runtime
- Listener for observing goals.
- IInternalEvent - Interface in jadex.runtime
- The interface for all internal events (concrete and referenced).
- IInternalEventListener - Interface in jadex.runtime
- Listener for observing internal event.
- IIterationDecider - Interface in jadex.planlib
- Interface for a component that decides if a further negotiation
round is needed in the iterated contract net.
- IJadexAgent - Interface in jadex.adapter
- Jadex agent interface to be used (invoked) by adapters.
- ILRUEntryCleaner - Interface in jadex.util.collection
- The entry cleaner (for performing cleanup code on removed entries in a LRU).
- IMAchieveGoal - Interface in jadex.model
- Model element of an achieve goal.
- IMAchieveGoalReference - Interface in jadex.model
- A reference to an achieve goal.
- IMBase - Interface in jadex.model
- Interface for all bases = element containers.
- IMBDIAgent - Interface in jadex.model
- The bdi agent is the root model element of any jadex agent.
- IMBelief - Interface in jadex.model
- Model element for a belief.
- IMBeliefbase - Interface in jadex.model
- The beliefbase is the container for the agent's or capability's beliefs and belief sets.
- IMBeliefReference - Interface in jadex.model
- A reference to a belief.
- IMBeliefSet - Interface in jadex.model
- A belief set holds a collection of facts.
- IMBeliefSetReference - Interface in jadex.model
- A reference to a belief set.
- IMBindingCondition - Interface in jadex.model
- A marker interface to distinguish binding conditions from other conditions.
- IMCapability - Interface in jadex.model
- The capability model element.
- IMCapabilityReference - Interface in jadex.model
- A reference to a capability.
- IMCondition - Interface in jadex.model
- The condition model element.
- IMConditionReference - Interface in jadex.model
- A reference to a condition.
- IMConfigBase - Interface in jadex.model
- Interface for the different configuration bases.
- IMConfigBelief - Interface in jadex.model
- Configuration settings for a belief.
- IMConfigBeliefbase - Interface in jadex.model
- Configuration settings for the belief base.
- IMConfigBeliefSet - Interface in jadex.model
- Configuration for a belief set.
- IMConfigCapability - Interface in jadex.model
- Configuration settings for an included capability.
- IMConfigCapabilitybase - Interface in jadex.model
- Configuration settings for included capabilities.
- IMConfigElement - Interface in jadex.model
- An configuration element specifies how to instantiate an element
when an agent is born or terminated.
- IMConfigEventbase - Interface in jadex.model
- Configuration settings for the eventbase.
- IMConfigGoal - Interface in jadex.model
- A goal instance in a configuration.
- IMConfigGoalbase - Interface in jadex.model
- Configuration settings for the goalbase.
- IMConfigInternalEvent - Interface in jadex.model
- An initial internal event to be dispatched when the agent is born or terminated.
- IMConfigMessageEvent - Interface in jadex.model
- A message event to be dispatched when the agent is born or terminated.
- IMConfigParameter - Interface in jadex.model
- An initial parameter value.
- IMConfigParameterElement - Interface in jadex.model
- Base type for parameter elements in a configuration.
- IMConfigParameterSet - Interface in jadex.model
- Initial values of a parameter set of an element in a configuration.
- IMConfigPlan - Interface in jadex.model
- An configuration plan is executed when the agent is born or terminated.
- IMConfigPlanbase - Interface in jadex.model
- Configuration settings for the planbase.
- IMConfigReferenceableElement - Interface in jadex.model
- Base type for referenceable elements in a configuration.
- IMConfiguration - Interface in jadex.model
- The configuration element.
- IMConfigurationbase - Interface in jadex.model
- Container for configurations.
- IMDeliberation - Interface in jadex.model
- Goal deliberation options.
- IMElement - Interface in jadex.model
- The base interface of all model elements.
- IMElementReference - Interface in jadex.model
- A reference to another element of the same type.
- IMessageAdapter - Interface in jadex.adapter
- Interface for external messages to be passed to a Jadex agent.
- IMessageEvent - Interface in jadex.runtime
- The interface for all message events (concrete and referenced).
- IMessageEventListener - Interface in jadex.runtime
- Listener for observing message.
- IMessageEventTransport - Interface in jadex.adapter
- A message event transport allows a Jadex agent to send a message
over an arbitrary transport.
- IMEvent - Interface in jadex.model
- Model element for an event.
- IMEventbase - Interface in jadex.model
- The event container.
- IMEventReference - Interface in jadex.model
- A reference to an event.
- IMExpression - Interface in jadex.model
- An expression is a string that is parsed and later evaluated.
- IMExpressionbase - Interface in jadex.model
- The expression base interface.
- IMExpressionParameter - Interface in jadex.model
- The expression parameter.
- IMExpressionReference - Interface in jadex.model
- A reference to an expression.
- IMGoal - Interface in jadex.model
- The base model element for all goal types.
- IMGoalbase - Interface in jadex.model
- The goalbase behaviour interface.
- IMGoalEvent - Interface in jadex.model
- The interface for goal events.
- IMGoalEventReference - Interface in jadex.model
- A reference to a goal event.
- IMGoalReference - Interface in jadex.model
- A reference to a goal.
- IMInhibits - Interface in jadex.model
- The interface containing information about inhibiting another goal instance.
- IMInternalEvent - Interface in jadex.model
- The interface for internal events.
- IMInternalEventReference - Interface in jadex.model
- A reference to an internal event.
- IMMaintainGoal - Interface in jadex.model
- Model element of a maintain goal.
- IMMaintainGoalReference - Interface in jadex.model
- A reference to a maintain goal.
- IMMessageEvent - Interface in jadex.model
- Interface for message events.
- IMMessageEventReference - Interface in jadex.model
- A reference to a message event.
- IMMetaGoal - Interface in jadex.model
- A meta goal is instantiated to select among applicable plans.
- IMMetaGoalReference - Interface in jadex.model
- A reference to a meta goal.
- IMMetaGoalTrigger - Interface in jadex.model
- The meta goal trigger identifier elements which trigger activation of a meta goal.
- IModelLoader - Interface in jadex.model
- Model loader have to implement this interface used by SXML.
- IMParameter - Interface in jadex.model
- Interface for parameters.
- IMParameterElement - Interface in jadex.model
- The interface for all elements with parameters.
- IMParameterElementReference - Interface in jadex.model
- The parameter element reference.
- IMParameterReference - Interface in jadex.model
- A reference to a parameter
- IMParameterSet - Interface in jadex.model
- The parameter set behaviour interface.
- IMParameterSetReference - Interface in jadex.model
- A reference to a parameter set.
- IMPerformGoal - Interface in jadex.model
- Model element of a perform goal.
- IMPerformGoalReference - Interface in jadex.model
- A reference to a perform goal.
- IMPlan - Interface in jadex.model
- Model element of a plan.
- IMPlanbase - Interface in jadex.model
- The planbase behaviour interface.
- IMPlanBody - Interface in jadex.model
- The plan body provides access to the executable code of a plan.
- IMPlanParameter - Interface in jadex.model
- The interface for plan parameters that add
the possibility for mappings.
- IMPlanParameterSet - Interface in jadex.model
-
- IMPlanReference - Interface in jadex.model
- A reference to a plan.
- IMPlanTrigger - Interface in jadex.model
- The plan trigger identifier elements which trigger execution of a plan.
- IMPropertybase - Interface in jadex.model
- The container for properties.
- IMQueryGoal - Interface in jadex.model
- Model element for a query goal.
- IMQueryGoalReference - Interface in jadex.model
- A reference to a query goal.
- IMReference - Interface in jadex.model
- A simple reference for triggers.
- IMReferenceableElement - Interface in jadex.model
- An element that can be referenced.
- IMReferenceParameter - Interface in jadex.model
- A simple parameter reference to provide a value.
- IMRelevantElement - Interface in jadex.model
- Helper object to represent from which elements an expression is affected.
- IMTrigger - Interface in jadex.model
- The trigger references events or goals.
- IMTypedElement - Interface in jadex.model
- The behaviour interface of the typed element.
- IMTypedElementReference - Interface in jadex.model
- A reference to a typed element.
- IMTypedElementSet - Interface in jadex.model
- The behaviour interface of the typed element set.
- IMTypedElementSetReference - Interface in jadex.model
- A reference to a typed element set.
- IMUnique - Interface in jadex.model
- Uniqueness properties of a goal.
- IN_REPLY_TO -
Static variable in class jadex.adapter.fipa.SFipa
-
- IndexMap - Class in jadex.util.collection
- This class combines the list and map interface.
- IndexMap() -
Constructor for class jadex.util.collection.IndexMap
- Create a new index map.
- IndexMap(List, Map) -
Constructor for class jadex.util.collection.IndexMap
- Create a new index map using the specified collections as backup.
- IndexMap.ListIndexMap - Class in jadex.util.collection
- Provide access to the index map via list interface.
- IndexMap.ListIndexMap() -
Constructor for class jadex.util.collection.IndexMap.ListIndexMap
- Create a new list interface index map.
- IndexMap.ListIndexMap(List, Map) -
Constructor for class jadex.util.collection.IndexMap.ListIndexMap
- Create a new list interface index map.
- IndexMap.MapIndexMap - Class in jadex.util.collection
- Provide access to the index map via map interface.
- IndexMap.MapIndexMap() -
Constructor for class jadex.util.collection.IndexMap.MapIndexMap
- Create a new map interface index map.
- IndexMap.MapIndexMap(List, Map) -
Constructor for class jadex.util.collection.IndexMap.MapIndexMap
- Create a new map interface index map.
- indexOf(Object) -
Method in class jadex.util.collection.ConcurrencyCheckingList
-
- indexOf(Object) -
Method in class jadex.util.collection.IndexMap
- Returns the index in this list of the first occurrence of the specified
element, or -1 if this list does not contain this element.
- indexOf(Object) -
Method in class jadex.util.collection.WeakList
- Returns the index in this list of the first occurrence of the specified
element, or -1 if this list does not contain this element.
- INFORM -
Static variable in class jadex.adapter.fipa.SFipa
-
- INFORM_IF -
Static variable in class jadex.adapter.fipa.SFipa
-
- INFORM_REF -
Static variable in class jadex.adapter.fipa.SFipa
-
- insertElement(int, Object) -
Method in class jadex.util.collection.SortedList
- Insert an element into the list.
- insertRow(int, Object[], Object) -
Method in class jadex.util.jtable.ObjectTableModel
- Insert a row at a position.
- insertRow(int, List, Object) -
Method in class jadex.util.jtable.ObjectTableModel
- Insert a row at a position.
- instanceOf(String) -
Method in class jadex.runtime.SystemEvent
- Check if this event type is a (sub) type
of the given event type.
- instanceOf(Object, Class) -
Static method in class jadex.util.SReflect
- Is an object instanceof a class or its superclasses.
- instanceOf(Object, String) -
Static method in class jadex.util.SReflect
- Is an object instanceof a class or its superclasses.
- INTERNAL_EVENT -
Static variable in interface jadex.model.ISystemEventTypes
- Internal events
- INTERNAL_EVENT_OCCURRED -
Static variable in interface jadex.model.ISystemEventTypes
- Indicates that the agent has dispatched an internal event
- InternalEventFilter - Class in jadex.runtime
- An internal event filter to match against internal events.
- InternalEventFilter(String) -
Constructor for class jadex.runtime.InternalEventFilter
- Create an event filter to match against process goal events.
- InternalEventFilter(String, String) -
Constructor for class jadex.runtime.InternalEventFilter
- Create an event filter to match against goal events.
- internalEventOccurred(AgentEvent) -
Method in interface jadex.runtime.IInternalEventListener
- Invoked when an internal event occurred.
- interruptPlanStep(RPlan) -
Method in interface jadex.runtime.IPlanExecutor
- Interrupt a plan step during execution (micro plan step).
- interruptPlanStep(RPlan) -
Method in class jadex.runtime.JavaMobilePlanExecutor
- Interrupt a plan step during execution.
- interruptPlanStep(RPlan) -
Method in class jadex.runtime.JavaStandardPlanExecutor
- Interrupt a plan step during execution.
- IOfferGenerator - Interface in jadex.planlib
- The interface for calculating offers of auctions (e.g. typically prices or sth. similar)
- IParameter - Interface in jadex.runtime
- The interface for parameters.
- IParameterElement - Interface in jadex.runtime
- The internal interface for all elements with parameters.
- IParameterSet - Interface in jadex.runtime
- Interface for all parameter sets.
- IPlan - Interface in jadex.runtime
- A currently instantiated plan of the agent (=intention).
- IPlanbase - Interface in jadex.runtime
- The programmers interface for a plan base.
- IPlanExecutor - Interface in jadex.runtime
- The plan executor is responsible for creating
plan bodies and executing plan steps.
- IPlanListener - Interface in jadex.runtime
- Listener for observing plans.
- IPlatform - Interface in jadex.runtime
- Interface that can be used to create, destroy and access agents
from external Java code.
- IProcessGoal - Interface in jadex.runtime
- The supertype for all goals (concrete and referenced)
and all goal types (perform, achieve, get, maintain).
- IPropertybase - Interface in jadex.runtime
- The interface for accessing properties.
- IReport - Interface in jadex.model
- The interface for an error report.
- isAbortedOnSuccess() -
Method in class jadex.runtime.AbstractPlan
- Check if the corresponding plan was aborted because the
proprietary goal succeeded during the plan was running.
- isAbortedOnSuccess() -
Method in interface jadex.runtime.IProcessGoal
- Check if the corresponding plan was aborted because the
proprietary goal succeeded during the plan was running.
- isAbstract() -
Method in interface jadex.model.IMCapability
- Test if the capability is abstract.
- isAbstract() -
Method in interface jadex.model.IMElementReference
- Is the element reference abstract (i.e. does not provide an assign-from element).
- isAcceptable(Object) -
Method in class jadex.planlib.Selector
- Test if a proposal is acceptable.
- isAccessible() -
Method in interface jadex.runtime.IBelief
- Is this belief accessable.
- isAccessible() -
Method in interface jadex.runtime.IBeliefSet
- Is this belief accessable.
- isActive() -
Method in interface jadex.runtime.IGoal
- Get the activation state.
- isAdopted() -
Method in interface jadex.runtime.IGoal
- Check if goal is adopted
- isAgentFilename(String) -
Static method in class jadex.model.SXML
- Test if a file is an agent file.
- isAsync() -
Method in class jadex.util.concurrent.AsyncManager
- Test in which mode the manager is running.
- isBasicType(Class) -
Static method in class jadex.util.SReflect
- Is basic type.
- isCapabilityFilename(String) -
Static method in class jadex.model.SXML
- Test if a file is a capability file.
- isCellEditable(int, int) -
Method in class jadex.util.jtable.DelegateTableModel
-
- isCellEditable(int, int) -
Method in class jadex.util.jtable.ObjectTableModel
- Returns false.
- isChangeRelevant() -
Method in class jadex.runtime.SystemEvent
- Does this event denote a system change,
potentially relevant for conditions?
- isColumnChangeable(TableColumn) -
Method in interface jadex.util.jtable.IVisibilityTableColumnModel
- Checks whether the specified column can change visibility.
- isColumnChangeable(TableColumn) -
Method in class jadex.util.jtable.VisibilityTableColumnModel
- Checks whether the specified column can change visibility.
- isColumnVisible(TableColumn) -
Method in interface jadex.util.jtable.IVisibilityTableColumnModel
- Checks whether the specified column is currently visible.
- isColumnVisible(TableColumn) -
Method in class jadex.util.jtable.VisibilityTableColumnModel
- Checks whether the specified column is currently visible.
- isConversationIdentifier() -
Method in class jadex.model.MessageType.ParameterSpecification
- True, if this parameter can be used to identify an ongoing conversation.
- isDerived() -
Method in class jadex.model.MessageType.ParameterSpecification
- A derived parameter is ignored, when sending/receiving messages and only used for matching incoming messages.
- isDerived() -
Method in class jadex.runtime.SystemEvent
- Test if the system event is derived.
- isDoFilter() -
Method in interface jadex.util.jtable.ISorterFilterTableModel
-
- isDoFilter() -
Method in class jadex.util.jtable.SorterFilterTableModel
-
- isDoSort() -
Method in class jadex.util.jtable.SorterFilterTableModel
-
- ISelector - Interface in jadex.planlib
- Interface for checking the acceptance of proposals.
- isEmpty() -
Method in interface jadex.model.IReport
- Check if this report is empty (i.e. the model is valid).
- isEmpty() -
Method in interface jadex.runtime.IWaitqueue
- Test if the waitqueue is empty.
- isEmpty() -
Method in class jadex.util.collection.ConcurrencyCheckingList
-
- isEmpty() -
Method in class jadex.util.collection.FastHashMap
-
- isEmpty() -
Method in class jadex.util.collection.IndexMap
- Returns true if this map contains no key-value mappings.
- isEmpty() -
Method in class jadex.util.collection.MultiCollection
- Returns true if this map contains no key-value mappings.
- isEmpty() -
Method in class jadex.util.collection.NestedMap
- Returns true if this map contains no key-value mappings.
- isEmpty() -
Method in class jadex.util.collection.WeakList
- Returns true if this list contains no elements.
- isEmpty() -
Method in class jadex.util.collection.WeakSet
- Returns true if this set contains no elements.
- isFailed() -
Method in interface jadex.runtime.IGoal
- Test if a goal is failed.
- isFinished() -
Method in interface jadex.runtime.IGoal
- Test if a goal is finished.
- isInfo() -
Method in interface jadex.runtime.IGoalEvent
- Is the event an info (result) event.
- isInit() -
Method in class jadex.runtime.SystemEvent
- Test if init event.
- isInline() -
Method in interface jadex.model.IMPlanBody
- Is this an inline plan body.
- isInRange(Date, Date, Date) -
Static method in class jadex.util.SUtil
- Test if the date is in the range.
- isJadexFilename(String) -
Static method in class jadex.model.SXML
- Test if a file is a Jadex file.
- isOptional() -
Method in interface jadex.model.IMParameter
- Get the optional flag.
- isOptional() -
Method in interface jadex.model.IMParameterSet
- Get the optional flag.
- ISorterFilterTableModel - Interface in jadex.util.jtable
-
- isPausedDisplaying() -
Method in class jadex.util.jtable.SorterFilterTableModel
-
- isPerformed() -
Method in class jadex.planlib.Testcase
- Check if this test case has been performed and is finished.
- isPostToAll() -
Method in interface jadex.model.IMEvent
- Get the post-to-all flag.
- isPostToAll() -
Method in interface jadex.model.IMGoal
- Get the post-to-all flag.
- isPostToAll() -
Method in interface jadex.runtime.IEvent
- Is it a post-to-all event.
- isPostToAll() -
Method in interface jadex.runtime.IGoal
- Get the post-to-all flag.
- isPropertiesFilename(String) -
Static method in class jadex.model.SXML
- Test if a file is a properties file.
- isRandomSelection() -
Method in interface jadex.model.IMEvent
- Get the random selection flag.
- isRandomSelection() -
Method in interface jadex.model.IMGoal
- Get the random selection flag.
- isRandomSelection() -
Method in interface jadex.runtime.IEvent
- Get the random selection flag.
- isRandomSelection() -
Method in interface jadex.runtime.IGoal
- Get the random selection flag.
- isRecalculating() -
Method in interface jadex.model.IMGoal
- Get the recalculate applicable candidates list (apl) state.
- isRecur() -
Method in interface jadex.model.IMGoal
- Get the recur flag.
- isRecur() -
Method in interface jadex.runtime.IGoal
- Get the recur flag.
- isRequired() -
Method in interface jadex.model.IMElementReference
- Is an implementation of this element required.
- isRetry() -
Method in interface jadex.model.IMGoal
- Get the retry flag.
- isRetry() -
Method in interface jadex.runtime.IGoal
- Get the retry flag.
- isShutdowned() -
Method in class jadex.util.concurrent.AbstractExecutorService
- Test if service is shutdowned.
- isStart() -
Method in class jadex.adapter.fipa.AMSCreateAgent
- Get the start of this AMSCreateAgent.
- isSubtype(String, String[]) -
Static method in class jadex.model.ISystemEventTypes.Subtypes
- Check if an event type is a (sub) type
of any event of a given set of event types.
- isSucceeded() -
Method in class jadex.planlib.Testcase
- Have all agent tests succeeded.
- isSucceeded() -
Method in class jadex.planlib.TestReport
- Has the test succeeded.
- isSucceeded() -
Method in interface jadex.runtime.IGoal
- Test if a goal is succeeded.
- isSupertype(Class, Class) -
Static method in class jadex.util.SReflect
- Check if a class is a supertype of, or the same as another class.
- isSuspended(IExecutable) -
Method in class jadex.util.concurrent.AbstractExecutorService
- Test if a task is suspended.
- isTransient() -
Method in interface jadex.model.IMTypedElement
- Is this element transient.
- isTransient() -
Method in interface jadex.model.IMTypedElementSet
- Is this element transient.
- ISystemEventListener - Interface in jadex.runtime
- A listener interested in system events.
- ISystemEventTypes - Interface in jadex.model
- This interface specifies the types of system events
and the inheritance relationships.
- ISystemEventTypes.Subtypes - Class in jadex.model
- Subtypes have to be defined in inner class, because
static initializers not possible in interfaces.
- ISystemEventTypes.Subtypes() -
Constructor for class jadex.model.ISystemEventTypes.Subtypes
-
- IterationDecider - Class in jadex.planlib
- Default selector implementation for evaluating a set of proposals.
- IterationDecider(int) -
Constructor for class jadex.planlib.IterationDecider
- Create a new iteration decider.
- iterator() -
Method in class jadex.util.collection.ConcurrencyCheckingList
-
- iterator() -
Method in class jadex.util.collection.IndexMap
- Returns an iterator over the elements in this list in proper sequence.
- iterator() -
Method in class jadex.util.collection.WeakList
- Returns an iterator over the elements in this list in proper sequence.
- iterator() -
Method in class jadex.util.collection.WeakSet
- Return an iteration over the elements in the set.
- iteratorToArray(Iterator, Class) -
Static method in class jadex.util.SUtil
- Transform an iterator to an array.
- iteratorToList(Iterator) -
Static method in class jadex.util.SUtil
- Transform an iterator to a list.
- iteratorToList(Iterator, List) -
Static method in class jadex.util.SUtil
- Transform an iterator to a list.
- IThreadPool - Interface in jadex.util.concurrent
- Common interface for different thread pool implementations.
- ITimedObject - Interface in jadex.util.concurrent
- Interface for objects that are interested in timepoints.
- ITimerService - Interface in jadex.util.concurrent
- Interface for the timer that manages future timepoints and has the
task to notify objects at the given time entries.
- IToolAdapter - Interface in jadex.adapter
- This interface can be used to provide tool-specific
platform-independent functionality to application agents.
- IToolAdapter.IToolReply - Interface in jadex.adapter
- This interface allows e.g. tool adapters to send native
messages to tool agents (without requiring ADF-defined message events).
- IVisibilityTableColumnModel - Interface in jadex.util.jtable
- User: Ruediger Leppin
Date: 26.11.2003
Time: 01:52:25
- IWaitqueue - Interface in jadex.runtime
- Interface for the waitqueue of plans.
J
- jadex.adapter - package jadex.adapter
- This package contains the interfaces of the adapter layer,
which is used to establish a connection between the Jadex runtime
system and an underlying platform.
- jadex.adapter.fipa - package jadex.adapter.fipa
- This package contains classes representing a platform
independent abstraction layer for FIPA-specific agent functionality.
- jadex.model - package jadex.model
- This package contains the interfaces for the jadex metamodel.
- jadex.planlib - package jadex.planlib
- The planlib contains ready-to-use plans and capabilities.
- jadex.runtime - package jadex.runtime
- This package contains the interfaces for the jadex runtime elements
(ie, instances of metamodel elements), and other classes and exceptions
to be used for plan programming.
- jadex.util - package jadex.util
- This package contains generic utility classes.
- jadex.util.collection - package jadex.util.collection
- This package contains useful extensions to java.util.collection classes.
- jadex.util.concurrent - package jadex.util.concurrent
- This package contains a thread pool implementation.
- jadex.util.jtable - package jadex.util.jtable
- This package contains useful classes for working with JTables.
- JadexAgentFactory - Class in jadex.adapter
- A factory to be used by adapters to create jadex agents.
- JadexAgentFactory() -
Constructor for class jadex.adapter.JadexAgentFactory
-
- java_classes -
Static variable in class jadex.adapter.fipa.FIPAOntology
- The allowed java classes.
- JAVA_XML -
Static variable in class jadex.adapter.fipa.SFipa
-
- JAVA_XML -
Static variable in class jadex.runtime.JavaXMLContentCodec
- The java xml language.
- JavaMobilePlanExecutor - Class in jadex.runtime
- A plan executor for JADE-behaviour style plans
(with action method called for each step).
- JavaMobilePlanExecutor() -
Constructor for class jadex.runtime.JavaMobilePlanExecutor
- Create a new threadbased plan executor.
- JavaStandardPlanExecutor - Class in jadex.runtime
- A plan executor for plans that run on their own thread
and therefore may perform blocking wait operations.
- JavaStandardPlanExecutor(RBDIAgent) -
Constructor for class jadex.runtime.JavaStandardPlanExecutor
- Create a new threadbased plan executor.
- JavaStandardPlanExecutor.BodyAborted - Error in jadex.runtime
- An error thrown to abort the execution of the plan body.
- JavaStandardPlanExecutor.BodyAborted() -
Constructor for error jadex.runtime.JavaStandardPlanExecutor.BodyAborted
-
- JavaStandardPlanExecutor.PlanTerminated - Error in jadex.runtime
- An error allowing the agent to terminate the execution of a plan.
- JavaStandardPlanExecutor.PlanTerminated() -
Constructor for error jadex.runtime.JavaStandardPlanExecutor.PlanTerminated
-
- JavaXMLContentCodec - Class in jadex.runtime
- The XML codec based on the standard Java 1.4 XMLCodec.
- JavaXMLContentCodec() -
Constructor for class jadex.runtime.JavaXMLContentCodec
-
- joinArbitraryArrays(Object[]) -
Static method in class jadex.util.SUtil
- Joins any arrays of (possibly) different type.
- joinArrays(Object, Object) -
Static method in class jadex.util.SUtil
- Joins two arrays of the same type.
K
- keySet() -
Method in class jadex.util.collection.FastHashMap
-
- keySet() -
Method in class jadex.util.collection.IndexMap
- Returns a set view of the keys contained in this map.
- keySet() -
Method in class jadex.util.collection.MultiCollection
- Returns a set view of the keys contained in this map.
- keySet() -
Method in class jadex.util.collection.NestedMap
- Returns a set view of the keys contained in this map.
- killAgent() -
Method in interface jadex.adapter.IJadexAgent
- Request agent to kill itself.
- killAgent() -
Method in class jadex.runtime.AbstractPlan
- Kill this agent.
- killAgent() -
Method in interface jadex.runtime.ICapability
- Kill the agent.
L
- LANGUAGE -
Static variable in class jadex.adapter.fipa.SFipa
-
- lastIndexOf(Object) -
Method in class jadex.util.collection.ConcurrencyCheckingList
-
- lastIndexOf(Object) -
Method in class jadex.util.collection.IndexMap
- Returns the index in this list of the last occurrence of the specified
element, or -1 if this list does not contain this element.
- lastIndexOf(Object) -
Method in class jadex.util.collection.WeakList
- Returns the index in this list of the last occurrence of the specified
element, or -1 if this list does not contain this element.
- LEGACY_CONTENT -
Static variable in interface jadex.model.IMEventbase
- Deprecated. Use explicitly defined custom types in ADF.
- LEGACY_INTERNAL_EVENT -
Static variable in interface jadex.model.IMEventbase
- The constant for defining the legacy internal event. todo: remove
- LEGACY_TYPE -
Static variable in interface jadex.model.IMEventbase
- Deprecated. Use explicitly defined custom types in ADF.
- LIFECYCLESTATE_ACTIVE -
Static variable in interface jadex.runtime.IGoal
- The lifecycle state "active" (adopted and processed or monitored).
- LIFECYCLESTATE_ADOPTED -
Static variable in interface jadex.runtime.IGoal
- The lifecycle state "adopted" (adopted, but not active).
- LIFECYCLESTATE_DROPPED -
Static variable in interface jadex.runtime.IGoal
- The lifecycle state "dropped" (deleted).
- LIFECYCLESTATE_NEW -
Static variable in interface jadex.runtime.IGoal
- The lifecycle state "new" (just created).
- LIFECYCLESTATE_OPTION -
Static variable in interface jadex.runtime.IGoal
- The lifecycle state "option" (adopted, but not active).
- LIFECYCLESTATE_SUSPENDED -
Static variable in interface jadex.runtime.IGoal
- The lifecycle state "active" (adopted and processed or monitored).
- LinearPriceCalculator - Class in jadex.planlib
- A sample implementation of the IPriceCalculator.
- LinearPriceCalculator(double, double, double) -
Constructor for class jadex.planlib.LinearPriceCalculator
- Create a new linear price calculator.
- LinearPriceCalculator(double, double, double, double, double) -
Constructor for class jadex.planlib.LinearPriceCalculator
- Create a new linear price calculator.
- listIterator() -
Method in class jadex.util.collection.ConcurrencyCheckingList
-
- listIterator(int) -
Method in class jadex.util.collection.ConcurrencyCheckingList
-
- listIterator() -
Method in class jadex.util.collection.IndexMap
- Returns a list iterator of the elements in this list (in proper
sequence).
- listIterator(int) -
Method in class jadex.util.collection.IndexMap
- Returns a list iterator of the elements in this list (in proper
sequence), starting at the specified position in this list.
- listIterator() -
Method in class jadex.util.collection.WeakList
- Returns a list iterator of the elements in this list (in proper
sequence).
- listIterator(int) -
Method in class jadex.util.collection.WeakList
- Returns a list iterator of the elements in this list (in proper
sequence), starting at the specified position in this list.
- loadAgentModel(String, String[]) -
Method in interface jadex.model.IModelLoader
- Load an agent model.
- loadAgentModel(String, String[]) -
Static method in class jadex.model.SXML
- Load an xml agent model.
- loadCachedObject(String, long) -
Method in class jadex.util.ObjectCache
- Load the cached file.
- loadCapabilityModel(String, String[], IMElement) -
Method in interface jadex.model.IModelLoader
- Load a capability model.
- loadCapabilityModel(String, String[], IMElement) -
Static method in class jadex.model.SXML
- Load an xml capability model.
- loadClass(String) -
Method in class jadex.util.DynamicURLClassLoader
- Load a given class.
- loadClassWithInstance(String, boolean) -
Static method in class jadex.util.DynamicURLClassLoader
- Operate on the singleton instance if available.
- loader -
Static variable in class jadex.model.SXML
- The loader factory.
- loadImage(String) -
Method in class jadex.adapter.fipa.AgentAction
- Load the image.
- loadImage(String) -
Method in class jadex.adapter.fipa.AgentDescriptionData
- Load the image.
- loadImage(String) -
Method in class jadex.adapter.fipa.AgentIdentifierData
- Load the image.
- loadImage(String) -
Method in class jadex.adapter.fipa.AMSAgentDescriptionData
- Load the image.
- loadImage(String) -
Method in class jadex.adapter.fipa.AMSCreateAgent
- Load the image.
- loadImage(String) -
Method in class jadex.adapter.fipa.AMSDestroyAgent
- Load the image.
- loadImage(String) -
Method in class jadex.adapter.fipa.AMSResumeAgent
- Load the image.
- loadImage(String) -
Method in class jadex.adapter.fipa.AMSSearchAgents
- Load the image.
- loadImage(String) -
Method in class jadex.adapter.fipa.AMSShutdownPlatform
- Load the image.
- loadImage(String) -
Method in class jadex.adapter.fipa.AMSStartAgent
- Load the image.
- loadImage(String) -
Method in class jadex.adapter.fipa.AMSSuspendAgent
- Load the image.
- loadImage(String) -
Method in class jadex.adapter.fipa.DFDeregister
- Load the image.
- loadImage(String) -
Method in class jadex.adapter.fipa.DFModify
- Load the image.
- loadImage(String) -
Method in class jadex.adapter.fipa.DFRegister
- Load the image.
- loadImage(String) -
Method in class jadex.adapter.fipa.DFSearch
- Load the image.
- loadImage(String) -
Method in class jadex.adapter.fipa.Done
- Load the image.
- loadImage(String) -
Method in class jadex.adapter.fipa.Property
- Load the image.
- loadImage(String) -
Method in class jadex.adapter.fipa.SearchConstraints
- Load the image.
- loadImage(String) -
Method in class jadex.adapter.fipa.ServiceDescriptionData
- Load the image.
- loadModel(ResourceInfo) -
Method in interface jadex.model.IModelLoader
- Loads any xml Jadex model (e.g. agent, capability, or propertybase).
- loadModel(String, String) -
Static method in class jadex.model.SXML
- Loads any xml Jadex model (e.g. agent or capability).
- loadModifiedClass(Class) -
Method in class jadex.util.DynamicURLClassLoader
- Reload a given class.
- loadModifiedClassWithInstance(Class) -
Static method in class jadex.util.DynamicURLClassLoader
- Operate on the singleton instance if available.
- loadObjectCache(String) -
Static method in class jadex.util.ObjectCache
- Load the model cache.
- loadPropertiesModel(String, String[], IMElement) -
Static method in class jadex.model.SXML
- Load an xml agent model.
- loadPropertyModel(String, String[], IMElement) -
Method in interface jadex.model.IModelLoader
- Load a properties model.
- lookupCapability(IMCapability) -
Method in interface jadex.adapter.IJadexAgent
- WARNING.
- LRU - Class in jadex.util.collection
- A least recently used map.
- LRU(int) -
Constructor for class jadex.util.collection.LRU
- Create a new LRU.
- LRU(int, ILRUEntryCleaner) -
Constructor for class jadex.util.collection.LRU
- Create a new LRU.
M
- main(String[]) -
Static method in class jadex.model.BatchProcessor
- Main for invoking the batch processor.
- main(String[]) -
Static method in class jadex.planlib.ExponentialPriceCalculator
- Main for testing.
- main(String[]) -
Static method in class jadex.planlib.LinearPriceCalculator
- Main for testing.
- main(String[]) -
Static method in class jadex.util.collection.BlockingQueue
- Main for testing.
- main(String[]) -
Static method in class jadex.util.collection.SCollection
-
- main(String[]) -
Static method in class jadex.util.collection.WeakList
- Main method for testing.
- main(String[]) -
Static method in class jadex.util.concurrent.MultiThreadTest
- Main for testing.
- main(String[]) -
Static method in class jadex.util.concurrent.ThreadPool
- Main for testing.
- main(String[]) -
Static method in class jadex.util.concurrent.ThreadTest
- Main for testing.
- main(String[]) -
Static method in class jadex.util.ExpressionTokenizer
- Main for testing.
- makeConform(String) -
Static method in class jadex.util.SUtil
- Convert an output to html/wml conform presentation.
- makeConform(String, int) -
Static method in class jadex.util.SUtil
- Convert an output to html/wml conform presentation.
- makeEnglishConform(String) -
Static method in class jadex.util.SUtil
- Convert an output readable in english.
- makeIcon(Class, String) -
Static method in class jadex.util.SGUI
- Utility method that creates a UIDefaults.LazyValue that creates
an ImageIcon for the specified
gifFile
filename.
- makeProposal(Object) -
Method in class jadex.planlib.CNPReceiverPlan
- Make a proposal based on the task description.
- mapRow(int) -
Method in class jadex.util.jtable.AbstractIndexTableModel
-
- match(IMMessageEvent) -
Method in class jadex.adapter.AbstractMessageAdapter
- Match a message with a message event.
- match(IMMessageEvent) -
Method in class jadex.adapter.fipa.FipaMessageAdapter
- Match a message with a message event.
- match(IMMessageEvent) -
Method in interface jadex.adapter.IMessageAdapter
- todo: is it possible to remove this method somehow?
- match(Properties) -
Method in interface jadex.runtime.IContentCodec
- Test if the codec can be used with the provided meta information.
- match(Properties) -
Method in class jadex.runtime.JavaXMLContentCodec
- Test if the codec can be used with the provided meta information.
- match(Properties) -
Method in class jadex.runtime.NuggetsXMLContentCodec
- Test if the codec can be used with the provided meta information.
- matchArgumentTypes(Class[], Class[][]) -
Static method in class jadex.util.SReflect
- Match the given argument types to a set
of parameter type arrays.
- MAX_PLANSTEP_TIME -
Static variable in class jadex.runtime.JavaStandardPlanExecutor
-
- MESSAGE_ATTRIBUTES -
Static variable in class jadex.adapter.fipa.SFipa
- The allowed message attributes.
- MESSAGE_EVENT -
Static variable in interface jadex.model.ISystemEventTypes
- Message events
- MESSAGE_RECEIVED -
Static variable in interface jadex.model.ISystemEventTypes
- Indicates a received message
- MESSAGE_SENT -
Static variable in interface jadex.model.ISystemEventTypes
- Posted if the agent has send a message
- MESSAGE_TYPE_NAME_FIPA -
Static variable in class jadex.adapter.fipa.SFipa
- The FIPA message type.
- messageArrived(IMessageAdapter) -
Method in interface jadex.adapter.IJadexAgent
- Inform the agent that a message has arrived.
- MessageEventFilter - Class in jadex.runtime
- A message filter checks if an object matches
a message event.
- MessageEventFilter(String) -
Constructor for class jadex.runtime.MessageEventFilter
- Create an event filter to match against message events.
- MessageEventFilter(String, String) -
Constructor for class jadex.runtime.MessageEventFilter
- Create an event filter to match against message events.
- messageEventReceived(AgentEvent) -
Method in interface jadex.runtime.IMessageEventListener
- Invoked when a message event has been received.
- messageEventSent(AgentEvent) -
Method in interface jadex.runtime.IMessageEventListener
- Invoked when a message event has been received.
- MessageFailureException - Exception in jadex.runtime
- An exception indicating a message failure (e.g. unknown receiver).
- MessageFailureException(Object, Throwable) -
Constructor for exception jadex.runtime.MessageFailureException
- Create a new MessageFailureException.
- MessageFailureException(Object, String) -
Constructor for exception jadex.runtime.MessageFailureException
- Create a new MessageFailureException.
- MessageType - Class in jadex.model
- Representation of characteristics of a certain type of messages
(e.g. fipa messages).
- MessageType(String, MessageType.ParameterSpecification[], MessageType.ParameterSpecification[]) -
Constructor for class jadex.model.MessageType
- Create a new message type.
- MessageType.ParameterSpecification - Class in jadex.model
- A class representing a parameter or parameter set specification.
- MessageType.ParameterSpecification(String, Class) -
Constructor for class jadex.model.MessageType.ParameterSpecification
- Create a parameter(set) specification.
- MessageType.ParameterSpecification(String, Class, boolean) -
Constructor for class jadex.model.MessageType.ParameterSpecification
- Create a parameter(set) specification.
- MessageType.ParameterSpecification(String, Class, String, String, boolean) -
Constructor for class jadex.model.MessageType.ParameterSpecification
- Create a parameter(set) specification.
- MobilePlan - Class in jadex.runtime
- A plan (in our context more a plan body) contains
actions for accomplishing a target state.
- MobilePlan() -
Constructor for class jadex.runtime.MobilePlan
-
- MODE_DYNAMIC -
Static variable in interface jadex.model.IMExpression
- The evaluation mode for dynamic values.
- MODE_STATIC -
Static variable in interface jadex.model.IMExpression
- The evaluation mode for static values.
- modified() -
Method in interface jadex.runtime.IBelief
- Indicate that the fact of this belief was modified.
- modified() -
Method in interface jadex.runtime.IBeliefSet
- Indicate that the fact of this belief was modified.
- modified() -
Method in class jadex.util.collection.BeanChangesArrayList
- Indicate that the list has changed.
- modifyData(Object, int, int) -
Method in class jadex.util.jtable.ObjectTableModel
- Modify a row at a position.
- moveColumn(int, int) -
Method in class jadex.util.jtable.VisibilityTableColumnModel
- Moves the column and its header at
columnIndex
to
newIndex
.
- MultiCollection - Class in jadex.util.collection
- An MultiCollection is a map with the ability
to store more than one element per key (an collection).
- MultiCollection() -
Constructor for class jadex.util.collection.MultiCollection
- Create a new multi collection.
- MultiCollection(Map, Class) -
Constructor for class jadex.util.collection.MultiCollection
- Create a new multi collection.
- MultiStream - Class in jadex.util
- Dipatch the write calls to a number of
specified output streams.
- MultiStream(OutputStream[]) -
Constructor for class jadex.util.MultiStream
- Create a new multi stream.
- MultiThreadTest - Class in jadex.util.concurrent
- This test class shows how the thread based scheduler works.
- MultiThreadTest() -
Constructor for class jadex.util.concurrent.MultiThreadTest
- Create a new muli thread test.
N
- n -
Static variable in class jadex.runtime.JavaStandardPlanExecutor
-
- NegotiationRecord - Class in jadex.planlib
- The negotiation record has the purpose to store all information
about one negotiation round in an iterated contract net protocol.
- NegotiationRecord(Object) -
Constructor for class jadex.planlib.NegotiationRecord
- Create a new negotiation record.
- NestedMap - Class in jadex.util.collection
- A nested map refers to parent maps for entries
not found in this map.
- NestedMap(Map) -
Constructor for class jadex.util.collection.NestedMap
- Create a nested map, referring to the specified parent map.
- NestedMap(Map[]) -
Constructor for class jadex.util.collection.NestedMap
- Create a nested map, referring to the specified parent maps.
- NEVER -
Static variable in interface jadex.runtime.IFilter
- A filter that never matches.
- nextToken() -
Method in class jadex.util.ExpressionTokenizer
- Get the next token from the string.
- NONE -
Static variable in interface jadex.util.jtable.ISorterFilterTableModel
-
- NONE -
Static variable in class jadex.util.jtable.SortArrowIcon
-
- NOT -
Static variable in class jadex.runtime.ComposedFilter
- The NOT operator.
- NOT_UNDERSTOOD -
Static variable in class jadex.adapter.fipa.SFipa
-
- notifyDue() -
Method in interface jadex.adapter.IJadexAgent
- Notify the agent after the notifyIn time has elapsed.
- notifyIn(long) -
Method in interface jadex.adapter.IAgentAdapter
- Notify the agent in a time interval.
- NotUnderstoodPlan - Class in jadex.planlib
- Send a not-understood message when
no other plan is able to handle a message.
- NotUnderstoodPlan() -
Constructor for class jadex.planlib.NotUnderstoodPlan
- Create a new plan.
- NUGGETS_XML -
Static variable in class jadex.adapter.fipa.SFipa
-
- NUGGETS_XML -
Static variable in class jadex.runtime.NuggetsXMLContentCodec
- The language identifier.
- NuggetsXMLContentCodec - Class in jadex.runtime
- The XML codec based on the nuggest framework.
- NuggetsXMLContentCodec() -
Constructor for class jadex.runtime.NuggetsXMLContentCodec
-
- NULL -
Static variable in class jadex.util.SUtil
- A Null value.
O
- ObjectCache - Class in jadex.util
- A cache for CachedObjects that reflect files.
- ObjectCache(String) -
Constructor for class jadex.util.ObjectCache
- Create a new cache.
- ObjectCache(String, boolean, boolean) -
Constructor for class jadex.util.ObjectCache
- Create a new cache.
- ObjectCache(String, boolean, boolean, int) -
Constructor for class jadex.util.ObjectCache
- Create a new cache.
- ObjectTableModel - Class in jadex.util.jtable
- The object table model has associated an object with each row.
- ObjectTableModel() -
Constructor for class jadex.util.jtable.ObjectTableModel
- Create a new object table model.
- ObjectTableModel(String[]) -
Constructor for class jadex.util.jtable.ObjectTableModel
- Create a new object table model.
- ONE -
Static variable in class jadex.planlib.Selector
- The constant for specifiying that one proposal should be chosen.
- ONTOLOGY -
Static variable in class jadex.adapter.fipa.SFipa
-
- ONTOLOGY_NAME -
Static variable in class jadex.adapter.fipa.FIPAOntology
- The name of the ontology.
- OPEN -
Static variable in class jadex.planlib.NegotiationRecord
- The negotiation is not yet finished.
- openURL(String) -
Static method in class jadex.util.BrowserLauncher
- Attempts to open the default web browser to the given URL.
- openURL(String) -
Static method in class jadex.util.BrowserLauncher2
- Open an url in a browser.
- operatorToString(int) -
Static method in class jadex.runtime.ComposedFilter
- Create a string representation of the operator.
- OR -
Static variable in class jadex.runtime.ComposedFilter
- The OR operator.
P
- paintIcon(Component, Graphics, int, int) -
Method in class jadex.util.jtable.SortArrowIcon
-
- PARAMETER_CONDITION -
Static variable in interface jadex.runtime.IInternalEvent
- The condition parameter of condition triggered events.
- PARAMETER_LEGACY_CONTENT -
Static variable in interface jadex.runtime.IInternalEvent
- Deprecated. Use explicitly defined custom types in ADF.
- PARAMETER_LEGACY_TYPE -
Static variable in interface jadex.runtime.IInternalEvent
- Deprecated. Use explicitly defined custom types in ADF.
- ParameterElementFilter - Class in jadex.runtime
- A parameter element filter filters objects based on their parameter values.
- ParameterElementFilter() -
Constructor for class jadex.runtime.ParameterElementFilter
- Create an attribute filter.
- passed() -
Method in class jadex.runtime.MobilePlan
- Deprecated. Replaced by passed(event).
- passed(IEvent) -
Method in class jadex.runtime.MobilePlan
- The passed method is called on plan success.
- passed() -
Method in class jadex.runtime.Plan
- The passed method is called on plan success.
- PatternEditor - Class in jadex.util.jtable
-
- PatternEditor() -
Constructor for class jadex.util.jtable.PatternEditor
-
- PAUSE_DISPLAYING_OFF -
Static variable in class jadex.util.jtable.SorterFilterTableModel
-
- PERFORMATIVE -
Static variable in class jadex.adapter.fipa.SFipa
-
- PERFORMATIVES -
Static variable in class jadex.adapter.fipa.SFipa
- The allowed message attributes.
- PerformTestPlan - Class in jadex.planlib
- Perform one testcase.
- PerformTestPlan() -
Constructor for class jadex.planlib.PerformTestPlan
-
- PerformTestsPlan - Class in jadex.planlib
- Perform all testcases.
- PerformTestsPlan() -
Constructor for class jadex.planlib.PerformTestsPlan
-
- persist() -
Method in class jadex.util.CachedObject
- Persist the cached object.
- persist() -
Method in class jadex.util.ObjectCache
- Presist the cached object.
- persistModelCache() -
Static method in class jadex.model.SXML
- Persist the model cache.
- PingingPlan - Class in jadex.planlib
- The pinging plan continously sends ping messages
to another agent on the same platform.
- PingingPlan() -
Constructor for class jadex.planlib.PingingPlan
-
- Plan - Class in jadex.runtime
- A plan (in our context more a plan body) contains
actions for accomplishing a target state.
- Plan() -
Constructor for class jadex.runtime.Plan
- Create a new plan.
- PLAN_ADDED -
Static variable in interface jadex.model.ISystemEventTypes
- System event type for plan added.
- PLAN_CHANGED -
Static variable in interface jadex.model.ISystemEventTypes
- System event type for plan changed.
- PLAN_EVENT -
Static variable in interface jadex.model.ISystemEventTypes
- System event type for plan related events.
- PLAN_REMOVED -
Static variable in interface jadex.model.ISystemEventTypes
- System event type for plan removed.
- planAdded(AgentEvent) -
Method in interface jadex.runtime.IPlanListener
- Invoked when a new plan has been added.
- PlanFailureException - Exception in jadex.runtime
- An exception that may be thrown by a plan to
indicate its failure.
- PlanFailureException() -
Constructor for exception jadex.runtime.PlanFailureException
- Create a new plan failure exception.
- PlanFailureException(String) -
Constructor for exception jadex.runtime.PlanFailureException
- Create a new plan failure exception.
- PlanFailureException(String, Throwable) -
Constructor for exception jadex.runtime.PlanFailureException
- Create a new plan failure exception.
- planFinished(AgentEvent) -
Method in interface jadex.runtime.IPlanListener
- Invoked when a plan has been finished.
- prepareReceiving(IRMessageEvent, IMessageAdapter) -
Static method in class jadex.adapter.AbstractMessageAdapter
- Fill parameters of a message event from a native one.
- PrintReportsPlan - Class in jadex.planlib
- Print the reports to the console.
- PrintReportsPlan() -
Constructor for class jadex.planlib.PrintReportsPlan
-
- printUsage() -
Static method in class jadex.model.BatchProcessor
- Print out the usage.
- processFiles(BatchProcessor.FileInfo[]) -
Method in class jadex.model.BatchProcessor
- Process a list of files and direcctories.
- PROPAGATE -
Static variable in class jadex.adapter.fipa.SFipa
-
- Property - Class in jadex.adapter.fipa
- Java class for concept Property of beanynizer_beans_fipa_default ontology.
- Property() -
Constructor for class jadex.adapter.fipa.Property
- Default Constructor.
- Property(String, Object) -
Constructor for class jadex.adapter.fipa.Property
- Init Constructor.
- PROPOSE -
Static variable in class jadex.adapter.fipa.SFipa
-
- PROTOCOL -
Static variable in class jadex.adapter.fipa.SFipa
-
- PROTOCOL_BROKERING -
Static variable in class jadex.adapter.fipa.SFipa
-
- PROTOCOL_CONTRACT_NET -
Static variable in class jadex.adapter.fipa.SFipa
-
- PROTOCOL_DUTCH_AUCTION -
Static variable in class jadex.adapter.fipa.SFipa
-
- PROTOCOL_ENGLISH_AUCTION -
Static variable in class jadex.adapter.fipa.SFipa
-
- PROTOCOL_ITERATED_CONTRACT_NET -
Static variable in class jadex.adapter.fipa.SFipa
-
- PROTOCOL_PROPOSE -
Static variable in class jadex.adapter.fipa.SFipa
-
- PROTOCOL_QUERY -
Static variable in class jadex.adapter.fipa.SFipa
-
- PROTOCOL_RECRUITING -
Static variable in class jadex.adapter.fipa.SFipa
-
- PROTOCOL_REQUEST -
Static variable in class jadex.adapter.fipa.SFipa
-
- PROTOCOL_REQUEST_WHEN -
Static variable in class jadex.adapter.fipa.SFipa
-
- PROTOCOL_SUBSCRIBE -
Static variable in class jadex.adapter.fipa.SFipa
-
- PROTOCOLS -
Static variable in class jadex.adapter.fipa.SFipa
- The standard protocols.
- PROXY -
Static variable in class jadex.adapter.fipa.SFipa
-
- put(Object, Object) -
Method in class jadex.util.collection.FastHashMap
-
- put(Object, Object) -
Method in class jadex.util.collection.IndexMap
- Associates the specified value with the specified key in this map
(optional operation).
- put(Object, Object) -
Method in class jadex.util.collection.MultiCollection
- Associates the specified value with the specified key in this map
(optional operation).
- put(Object, Object) -
Method in class jadex.util.collection.NestedMap
- Associates the specified value with the specified key in this map
(optional operation).
- put(Object, Object) -
Method in class jadex.util.collection.TwoWayMultiCollection
- Associates the specified value with the specified key in this map
(optional operation).
- putAll(Map) -
Method in class jadex.util.collection.FastHashMap
-
- putAll(Map) -
Method in class jadex.util.collection.IndexMap
- Copies all of the mappings from the specified map to this map
(optional operation).
- putAll(Map) -
Method in class jadex.util.collection.MultiCollection
- Copies all of the mappings from the specified map to this map
(optional operation).
- putAll(Map) -
Method in class jadex.util.collection.NestedMap
- Copies all of the mappings from the specified map to this map
(optional operation).
Q
- QUERY_IF -
Static variable in class jadex.adapter.fipa.SFipa
-
- QUERY_REF -
Static variable in class jadex.adapter.fipa.SFipa
-
R
- RECEIVERS -
Static variable in class jadex.adapter.fipa.SFipa
- Not FIPA compliant, should be "receiver".
- refineCFP(NegotiationRecord[]) -
Method in interface jadex.planlib.IIterationDecider
- Refine the call for proposal on basis of the last
negotiation rounds.
- refineCFP(NegotiationRecord[]) -
Method in class jadex.planlib.IterationDecider
- Refine the cfp.
- refresh() -
Method in interface jadex.runtime.IExpression
- Refresh the cached expression value.
- REFUSE -
Static variable in class jadex.adapter.fipa.SFipa
-
- registerBelief(IMBelief) -
Method in interface jadex.runtime.IBeliefbase
- Register a new belief.
- registerBeliefReference(IMBeliefReference) -
Method in interface jadex.runtime.IBeliefbase
- Register a new belief reference.
- registerBeliefSet(IMBeliefSet) -
Method in interface jadex.runtime.IBeliefbase
- Register a new beliefset model.
- registerBeliefSetReference(IMBeliefSetReference) -
Method in interface jadex.runtime.IBeliefbase
- Register a new beliefset reference model.
- registerCondition(IMCondition) -
Method in interface jadex.runtime.IExpressionbase
- Register a new condition model.
- registerConditionReference(IMConditionReference) -
Method in interface jadex.runtime.IExpressionbase
- Register a new condition reference model.
- registerEvent(IMEvent) -
Method in interface jadex.runtime.IEventbase
- Register a new event model.
- registerEventReference(IMEventReference) -
Method in interface jadex.runtime.IEventbase
- Register a new event reference model.
- registerExpression(IMExpression) -
Method in interface jadex.runtime.IExpressionbase
- Register a new expression model.
- registerExpressionReference(IMExpressionReference) -
Method in interface jadex.runtime.IExpressionbase
- Register a new expression reference model.
- registerGoal(IMGoal) -
Method in interface jadex.runtime.IGoalbase
- Register a new goal model.
- registerGoalReference(IMGoalReference) -
Method in interface jadex.runtime.IGoalbase
- Register a new goal reference model.
- registerPlan(IMPlan) -
Method in interface jadex.runtime.IPlanbase
- Register a new plan.
- registerSubcapability(IMCapabilityReference) -
Method in interface jadex.runtime.ICapability
- Register a subcapability.
- REJECT_PROPOSAL -
Static variable in class jadex.adapter.fipa.SFipa
-
- remainingTokens() -
Method in class jadex.util.ExpressionTokenizer
- Get the remaining tokens as single string.
- remove(int) -
Method in class jadex.util.collection.BeanChangesArrayList
- Removes the element at the specified position in this list.
- remove(Object) -
Method in class jadex.util.collection.BeanChangesArrayList
- Removes a single instance of the specified element from this
list, if it is present (optional operation).
- remove(int) -
Method in class jadex.util.collection.ConcurrencyCheckingList
-
- remove(Object) -
Method in class jadex.util.collection.ConcurrencyCheckingList
-
- remove(Object) -
Method in class jadex.util.collection.FastHashMap
-
- remove(Object) -
Method in class jadex.util.collection.IndexMap.ListIndexMap
- Removes the first occurrence in this list of the specified element.
- remove(Object) -
Method in class jadex.util.collection.IndexMap.MapIndexMap
- Removes the mapping for this key from this map if it is present.
- remove(int) -
Method in class jadex.util.collection.IndexMap
- Removes the element at the specified position in this list.
- remove(Object) -
Method in class jadex.util.collection.MultiCollection
- Removes the mapping for this key from this map if it is present.
- remove(Object, Object) -
Method in class jadex.util.collection.MultiCollection
- Remove a special object from the
collection of a defined key.
- remove(Object) -
Method in class jadex.util.collection.NestedMap
- Removes the mapping for this key from this map if it is present
(optional operation).
- remove(Object) -
Method in class jadex.util.collection.TwoWayMultiCollection
- Removes the mapping for this key from this map if it is present.
- remove(Object, Object) -
Method in class jadex.util.collection.TwoWayMultiCollection
- Remove a special object from the
collection of a defined key.
- remove(Object) -
Method in class jadex.util.collection.WeakList
- Removes the first occurrence in this list of the specified element
(optional operation).
- remove(int) -
Method in class jadex.util.collection.WeakList
- Removes the element at the specified position in this list (optional
operation).
- remove(Object) -
Method in class jadex.util.collection.WeakSet
- Removes the given element from this set if it is present.
- remove(String) -
Method in class jadex.util.ObjectCache
- Add a cached object.
- removeAddress(String) -
Method in class jadex.adapter.fipa.AgentIdentifierData
- Remove a address from this AgentIdentifier.
- removeAgentdescription(AMSAgentDescription) -
Method in class jadex.adapter.fipa.AMSSearchAgents
- Remove a agentdescription from this AMSSearchAgents.
- removeAgentListener(IAgentListener) -
Method in interface jadex.runtime.ICapability
- Add an agent listener
- removeAll(Collection) -
Method in class jadex.util.collection.ConcurrencyCheckingList
-
- removeAll(Collection) -
Method in class jadex.util.collection.IndexMap
- Removes from this list all the elements that are contained in the
specified collection.
- removeAll(Collection) -
Method in class jadex.util.collection.WeakList
- Removes from this list all the elements that are contained in the
specified collection (optional operation).
- removeAllRows() -
Method in class jadex.util.jtable.ObjectTableModel
- Remove all rows from the model.
- removeBeliefListener(IBeliefListener) -
Method in interface jadex.runtime.IBelief
- Remove a belief listener.
- removeBeliefSetListener(IBeliefSetListener) -
Method in interface jadex.runtime.IBeliefSet
- Remove a belief set listener.
- removeColumn(TableColumn) -
Method in class jadex.util.jtable.VisibilityTableColumnModel
- Deletes the
TableColumn
column
from the
tableColumns
array.
- removeCondition(ICondition) -
Method in interface jadex.runtime.IWaitqueue
- Remove a condition.
- removeConditionListener(IConditionListener) -
Method in interface jadex.runtime.ICondition
- Remove a condition listener.
- removeConditionListener(String, IConditionListener) -
Method in interface jadex.runtime.IExpressionbase
- Remove a condition listener.
- removeEldestEntry(Map.Entry) -
Method in class jadex.util.collection.LRU
- Remove the eldest entry.
- removeEntry(ITimedObject) -
Method in interface jadex.util.concurrent.ITimerService
- Remove a timing entry.
- removeEntry(ITimedObject) -
Method in class jadex.util.concurrent.TimerService
- Remove a timing entry.
- removeExtension(String) -
Static method in class jadex.util.SUtil
- Remove file extension.
- removeFact(Object) -
Method in interface jadex.runtime.IBeliefSet
- Remove a fact to a belief.
- removeFacts() -
Method in interface jadex.runtime.IBeliefSet
- Remove all facts from a belief.
- removeFilter(IFilter) -
Method in interface jadex.runtime.IWaitqueue
- Remove a user filter.
- removeGoal(String) -
Method in interface jadex.runtime.IWaitqueue
- Remove a goal.
- removeGoal(IGoal) -
Method in interface jadex.runtime.IWaitqueue
- Remove a subgoal.
- removeGoalListener(IGoalListener) -
Method in interface jadex.runtime.IGoal
- Remove a goal listener.
- removeGoalListener(String, IGoalListener) -
Method in interface jadex.runtime.IGoalbase
- Remove a goal listener.
- removeInternalEvent(String) -
Method in interface jadex.runtime.IWaitqueue
- Remove an internal event.
- removeInternalEventListener(String, IInternalEventListener) -
Method in interface jadex.runtime.IEventbase
- Remove a internal event listener.
- removeKey(Object) -
Method in class jadex.util.collection.IndexMap
- Removes the mapping for this key from this map if it is present.
- removeLanguage(String) -
Method in class jadex.adapter.fipa.AgentDescriptionData
- Remove a language from this AgentDescription.
- removeLanguage(String) -
Method in class jadex.adapter.fipa.ServiceDescriptionData
- Remove a language from this ServiceDescription.
- removeMessageEvent(String) -
Method in interface jadex.runtime.IWaitqueue
- Remove a message event.
- removeMessageEventListener(String, IMessageEventListener) -
Method in interface jadex.runtime.IEventbase
- Remove a message event listener.
- removeMessageEventListener(IMessageEventListener) -
Method in interface jadex.runtime.IMessageEvent
- Remove a message event listener.
- removeOntology(String) -
Method in class jadex.adapter.fipa.AgentDescriptionData
- Remove a ontology from this AgentDescription.
- removeOntology(String) -
Method in class jadex.adapter.fipa.ServiceDescriptionData
- Remove a ontology from this ServiceDescription.
- removePlanListener(IPlanListener) -
Method in class jadex.runtime.AbstractPlan
- Remove a plan listener.
- removePlanListener(IPlanListener) -
Method in interface jadex.runtime.IPlan
- Remove a goal listener.
- removePlanListener(String, IPlanListener) -
Method in interface jadex.runtime.IPlanbase
- Remove a goal listener.
- removeProperty(Property) -
Method in class jadex.adapter.fipa.ServiceDescriptionData
- Remove a property from this ServiceDescription.
- removePropertyChangeListener(PropertyChangeListener) -
Method in class jadex.util.collection.BeanChangesArrayList
- Remove a PropertyChangeListener from the listener list.
- removePropertyChangeListener(PropertyChangeListener) -
Method in class jadex.util.SimplePropertyChangeSupport
- Remove a PropertyChangeListener from the listener list.
- removeProtocol(String) -
Method in class jadex.adapter.fipa.AgentDescriptionData
- Remove a protocol from this AgentDescription.
- removeProtocol(String) -
Method in class jadex.adapter.fipa.ServiceDescriptionData
- Remove a protocol from this ServiceDescription.
- removeRange(int, int) -
Method in class jadex.util.collection.BeanChangesArrayList
- Removes from this List all of the elements whose index is between
fromIndex, inclusive and toIndex, exclusive.
- removeReply(IMessageEvent) -
Method in interface jadex.runtime.IWaitqueue
- Remove a message event reply.
- removeResolver(AgentIdentifier) -
Method in class jadex.adapter.fipa.AgentIdentifierData
- Remove a resolver from this AgentIdentifier.
- removeResult(AgentDescription) -
Method in class jadex.adapter.fipa.DFSearch
- Remove a result from this DFSearch.
- removeRow(Object) -
Method in class jadex.util.jtable.ObjectTableModel
- Remove a row from the model.
- removeRow(int) -
Method in class jadex.util.jtable.ObjectTableModel
- Remove a row from the model.
- removeService(ServiceDescription) -
Method in class jadex.adapter.fipa.AgentDescriptionData
- Remove a service from this AgentDescription.
- removeSubcapability(String) -
Method in interface jadex.runtime.ICapability
- Deprecated.
- removeURL(URL) -
Method in class jadex.util.DynamicURLClassLoader
- Removes the specified URL from the list of URLs to search for
classes and resources.
- removeURLFromInstance(URL) -
Static method in class jadex.util.DynamicURLClassLoader
- Operate on the singleton instance if available.
- removeValue(Object) -
Method in interface jadex.runtime.IParameterSet
- Remove a value to a parameter set.
- removeValue(Object) -
Method in class jadex.util.collection.IndexMap
- Removes the first occurrence in this list of the specified element.
- removeValues() -
Method in interface jadex.runtime.IParameterSet
- Remove all values from a parameter set.
- renderObject(Graphics, Component, double, double, int, int, int) -
Static method in class jadex.util.SGUI
- Render an object on a grid.
- renewIndex() -
Method in class jadex.util.jtable.SorterFilterTableModel
-
- replace(Object, Object) -
Method in class jadex.util.collection.IndexMap
- Replace an object for the given key.
- replace(String, StringBuffer, String, String) -
Static method in class jadex.util.SUtil
- Parse a source string replacing occurrences
and storing the result in the given string buffer.
- replace(String, String, String) -
Static method in class jadex.util.SUtil
- Parse a source string replacing occurrences
and returning the result.
- REPLY_BY -
Static variable in class jadex.adapter.fipa.SFipa
-
- REPLY_TO -
Static variable in class jadex.adapter.fipa.SFipa
-
- REPLY_WITH -
Static variable in class jadex.adapter.fipa.SFipa
-
- REQUEST -
Static variable in class jadex.adapter.fipa.SFipa
-
- REQUEST_WHEN -
Static variable in class jadex.adapter.fipa.SFipa
-
- REQUEST_WHENEVER -
Static variable in class jadex.adapter.fipa.SFipa
-
- reset() -
Method in class jadex.util.DynamicURLClassLoader
- Reset the class loader (remove all urls).
- resetInstance() -
Static method in class jadex.util.DynamicURLClassLoader
- Reset the global Jadex class loader.
- ResizeableTableHeader - Class in jadex.util.jtable
- This subclass of
JTableHeader
extends a JTable
with the ability to resize a column to fit all its content on double click
on the right end of the column's header cell. - ResizeableTableHeader() -
Constructor for class jadex.util.jtable.ResizeableTableHeader
- Constructs a
ResizeableTableHeader
with a default
TableColumnModel
.
- ResizeableTableHeader(TableColumnModel) -
Constructor for class jadex.util.jtable.ResizeableTableHeader
- Constructs a
ResizeableTableHeader
which is initialized with
cm
as the column model.
- resizeAllColumns() -
Method in class jadex.util.jtable.ResizeableTableHeader
- Resizes all columns to fit all their content.
- resizeColumn(TableColumn) -
Method in class jadex.util.jtable.ResizeableTableHeader
- Resizes the given column to fit all its content.
- ResourceInfo - Class in jadex.util
- Info for a resource to load.
- ResourceInfo(String, InputStream, long) -
Constructor for class jadex.util.ResourceInfo
- Create a new resource info.
- resume(IExecutable) -
Method in class jadex.util.concurrent.AbstractExecutorService
- Resume a task.
- resume() -
Method in class jadex.util.concurrent.AsyncExecutorService
- Resume all tasks.
- resume() -
Method in class jadex.util.concurrent.Executor
- Resume a task.
- resume(IExecutable) -
Method in interface jadex.util.concurrent.IExecutorService
- Resume a task.
- resume() -
Method in interface jadex.util.concurrent.IExecutorService
- Resume the service (all tasks).
- resume() -
Method in class jadex.util.concurrent.SyncExecutorService
- Resume all tasks.
- retainAll(Collection) -
Method in class jadex.util.collection.ConcurrencyCheckingList
-
- retainAll(Collection) -
Method in class jadex.util.collection.IndexMap
- Retains only the elements in this list that are contained in the
specified collection.
- retainAll(Collection) -
Method in class jadex.util.collection.WeakList
- Retains only the elements in this list that are contained in the
specified collection (optional operation).
- RPInitiatorMobilePlan - Class in jadex.planlib
- The fipa request plan performs the initiator side
of the fipa-request protocol.
- RPInitiatorMobilePlan() -
Constructor for class jadex.planlib.RPInitiatorMobilePlan
- Create a plan for the initiator side of the fipa-request protocol.
- RPInitiatorPlan - Class in jadex.planlib
- The fipa request plan performs the initiator side
of the fipa-request protocol.
- RPInitiatorPlan() -
Constructor for class jadex.planlib.RPInitiatorPlan
- Create a plan for the initiator side of the fipa-request protocol.
- RPReceiverPlan - Class in jadex.planlib
- Receive a request and answer it.
- RPReceiverPlan() -
Constructor for class jadex.planlib.RPReceiverPlan
-
- run() -
Method in class jadex.util.collection.SCollection.DebugPrinter
- Wait some time and print out info.
- run() -
Method in class jadex.util.concurrent.Executor
- Execute the code.
- run() -
Method in class jadex.util.concurrent.ThreadPool
- The observer thread.
- run() -
Method in class jadex.util.concurrent.ThreadPool.ServiceThread
- Dequeue an element from the queue
and execute it.
- run() -
Method in class jadex.util.StreamCopy
- Copy data from source to target.
S
- SCollection - Class in jadex.util.collection
- Static methods for collection creation and observation.
- SCollection() -
Constructor for class jadex.util.collection.SCollection
-
- SCollection.DebugPrinter - Class in jadex.util.collection
- Create an info printer for the collections.
- SCollection.DebugPrinter() -
Constructor for class jadex.util.collection.SCollection.DebugPrinter
-
- SearchConstraints - Class in jadex.adapter.fipa
- Java class for concept SearchConstraints of beanynizer_beans_fipa_default ontology.
- SearchConstraints() -
Constructor for class jadex.adapter.fipa.SearchConstraints
- Default Constructor.
- select(Object[]) -
Method in interface jadex.planlib.ISelector
- Select winner proposals.
- select(Object[]) -
Method in class jadex.planlib.Selector
- Select proposals.
- Selector - Class in jadex.planlib
- Default selector implementation for evaluating a set of proposals.
- Selector() -
Constructor for class jadex.planlib.Selector
- Create a new selector.
- Selector(Comparator) -
Constructor for class jadex.planlib.Selector
- Create a new selector.
- Selector(int) -
Constructor for class jadex.planlib.Selector
- Create a new selector.
- Selector(Comparator, int) -
Constructor for class jadex.planlib.Selector
- Create a new selector.
- SENDER -
Static variable in class jadex.adapter.fipa.SFipa
-
- sendFailure(Object, boolean) -
Method in interface jadex.adapter.IToolAdapter.IToolReply
- Send a failure message.
- sendInform(Object, boolean) -
Method in interface jadex.adapter.IToolAdapter.IToolReply
- Send an inform message.
- sendMessage(IRMessageEvent) -
Method in interface jadex.adapter.IMessageEventTransport
- Send a message event.
- sendMessage(IMessageEvent) -
Method in class jadex.runtime.AbstractPlan
- Send a message after some delay.
- sendMessage(IMessageEvent) -
Method in interface jadex.runtime.IEventbase
- Send a message after some delay.
- sendMessage(IMessageEvent) -
Method in interface jadex.runtime.IExternalAccess
- Send a message after some delay.
- sendMessageAndWait(IMessageEvent) -
Method in interface jadex.runtime.IExternalAccess
- Send a message and wait for the answer.
- sendMessageAndWait(IMessageEvent, long) -
Method in interface jadex.runtime.IExternalAccess
- Send a message and wait for the answer.
- sendMessageAndWait(IMessageEvent) -
Method in class jadex.runtime.MobilePlan
- Send a message and wait for the answer.
- sendMessageAndWait(IMessageEvent, long) -
Method in class jadex.runtime.MobilePlan
- Send a message and wait for the answer.
- sendMessageAndWait(IMessageEvent) -
Method in class jadex.runtime.Plan
- Send a message and wait for the answer.
- sendMessageAndWait(IMessageEvent, long) -
Method in class jadex.runtime.Plan
- Send a message and wait for the answer.
- SendReportsPlan - Class in jadex.planlib
- Send the reports to a test service.
- SendReportsPlan() -
Constructor for class jadex.planlib.SendReportsPlan
-
- ServiceDescription - Class in jadex.adapter.fipa
- The service description.
- ServiceDescription() -
Constructor for class jadex.adapter.fipa.ServiceDescription
- Create a new service description.
- ServiceDescription(String, String, String) -
Constructor for class jadex.adapter.fipa.ServiceDescription
- Create a new service description.
- ServiceDescriptionData - Class in jadex.adapter.fipa
- Java class for concept ServiceDescription of beanynizer_beans_fipa_default ontology.
- ServiceDescriptionData() -
Constructor for class jadex.adapter.fipa.ServiceDescriptionData
- Default Constructor.
- set(int, Object) -
Method in class jadex.util.collection.BeanChangesArrayList
- Replaces the element at the specified position in this list with
the specified element.
- set(int, Object) -
Method in class jadex.util.collection.ConcurrencyCheckingList
-
- set(int, Object) -
Method in class jadex.util.collection.IndexMap
- Replaces the element at the specified position in this list with the
specified element.
- set(int, Object) -
Method in class jadex.util.collection.WeakList
- Replaces the element at the specified position in this list with the
specified element (optional operation).
- setAbortedCode(String) -
Method in interface jadex.model.IMPlanBody
- Set the aborted code.
- setAbstract(boolean) -
Method in interface jadex.model.IMCapability
- Set the abstract state.
- setAbstract(boolean) -
Method in interface jadex.model.IMElementReference
- Set the element reference to abstract (i.e. does not provide an assign-from element).
- setAcceptableProposals(Object[]) -
Method in class jadex.planlib.NegotiationRecord
- Set the acceptable proposals.
- setAction(AgentAction) -
Method in class jadex.adapter.fipa.Done
- Set the action of this Done.
- setAddress(int, String) -
Method in class jadex.adapter.fipa.AgentIdentifierData
- Set a address to this AgentIdentifier.
- setAddresses(String[]) -
Method in class jadex.adapter.fipa.AgentIdentifierData
- Set the addresses of this AgentIdentifier.
- setAgentdescription(int, AMSAgentDescription) -
Method in class jadex.adapter.fipa.AMSSearchAgents
- Set a agentdescription to this AMSSearchAgents.
- setAgentDescription(AMSAgentDescription) -
Method in class jadex.adapter.fipa.AMSSearchAgents
- Set the agentdescription of this AMSSearchAgents.
- setAgentDescription(AgentDescription) -
Method in class jadex.adapter.fipa.DFDeregister
- Set the dfagentdescription of this DFDeregister.
- setAgentDescription(AgentDescription) -
Method in class jadex.adapter.fipa.DFModify
- Set the dfagentdescription of this DFModify.
- setAgentDescription(AgentDescription) -
Method in class jadex.adapter.fipa.DFRegister
- Set the dfagentdescription of this DFRegister.
- setAgentDescription(AgentDescription) -
Method in class jadex.adapter.fipa.DFSearch
- Set the dfagentdescription of this DFSearch.
- setAgentDescriptions(AMSAgentDescription[]) -
Method in class jadex.adapter.fipa.AMSSearchAgents
- Set the agentdescriptions of this AMSSearchAgents.
- setAgentIdentifier(AgentIdentifier) -
Method in class jadex.adapter.fipa.AMSCreateAgent
- Set the agentidentifier of this AMSCreateAgent.
- setAgentIdentifier(AgentIdentifier) -
Method in class jadex.adapter.fipa.AMSDestroyAgent
- Set the agentidentifier of this AMSDestroyAgent.
- setAgentIdentifier(AgentIdentifier) -
Method in class jadex.adapter.fipa.AMSResumeAgent
- Set the agentidentifier of this AMSResumeAgent.
- setAgentIdentifier(AgentIdentifier) -
Method in class jadex.adapter.fipa.AMSStartAgent
- Set the agentidentifier of this AMSStartAgent.
- setAgentIdentifier(AgentIdentifier) -
Method in class jadex.adapter.fipa.AMSSuspendAgent
- Set the agentidentifier of this AMSSuspendAgent.
- setAllColumnsVisible() -
Method in interface jadex.util.jtable.IVisibilityTableColumnModel
- Makes all columns in this model visible
- setAllColumnsVisible() -
Method in class jadex.util.jtable.VisibilityTableColumnModel
- Makes all columns in this model visible
- setAllColumnWidths(int, int, int) -
Method in class jadex.util.jtable.ResizeableTableHeader
- Sets preferred width, the minimum and maximum width for all columns.
- setArguments(Map) -
Method in class jadex.adapter.fipa.AMSCreateAgent
- Set the arguments of this AMSCreateAgent.
- setAsync(boolean) -
Method in class jadex.util.concurrent.AsyncManager
- Set the async mode.
- setAutoResizingEnabled(boolean) -
Method in class jadex.util.jtable.ResizeableTableHeader
- Sets whether columns are resized on table model events.
- setCardinality(int) -
Method in interface jadex.model.IMDeliberation
- Set the cardinality (i.e. max. number of active goals)
or -1 if unlimited.
- setCause(String) -
Method in class jadex.runtime.SystemEvent
- The cause of this event
- setClassname(String) -
Method in class jadex.model.ExpressionParameterInfo
- Set the classname
- setClassname(String) -
Method in interface jadex.model.IMExpressionParameter
- Set the classname.
- setClazz(Class) -
Method in class jadex.model.ExpressionParameterInfo
- Set the runtime type.
- setClazz(Class) -
Method in interface jadex.model.IMExpression
- Set the expected value type.
- setClazz(Class) -
Method in interface jadex.model.IMExpressionParameter
- Set the clazz.
- setClazz(Class) -
Method in interface jadex.model.IMTypedElement
- Set the class.
- setClazz(Class) -
Method in interface jadex.model.IMTypedElementReference
- Set the class.
- setClazz(Class) -
Method in interface jadex.model.IMTypedElementSet
- Set the class.
- setClazz(Class) -
Method in interface jadex.model.IMTypedElementSetReference
- Set the class.
- setCleaner(ILRUEntryCleaner) -
Method in class jadex.util.collection.LRU
- Set the cleaner object.
- setClosed(boolean) -
Method in class jadex.util.collection.ArrayBlockingQueue
- Close the queue.
- setClosed(boolean) -
Method in class jadex.util.collection.BlockingQueue
- Open/close the queue.
- setClosed(boolean) -
Method in interface jadex.util.collection.IBlockingQueue
- Open/close the queue.
- setColumnChangeable(TableColumn, boolean) -
Method in interface jadex.util.jtable.IVisibilityTableColumnModel
- Sets whether this column can change visibility.
- setColumnChangeable(TableColumn, boolean) -
Method in class jadex.util.jtable.VisibilityTableColumnModel
- Sets whether this column can change visibility.
- setColumnClass(Class, int) -
Method in class jadex.util.jtable.ObjectTableModel
- Set the class of the column.
- setColumnEditable(boolean, int) -
Method in class jadex.util.jtable.ObjectTableModel
- Set if a column is editable.
- setColumnVisible(TableColumn, boolean) -
Method in interface jadex.util.jtable.IVisibilityTableColumnModel
- Sets the visibility of the specified TableColumn.
- setColumnVisible(TableColumn, boolean) -
Method in class jadex.util.jtable.VisibilityTableColumnModel
- Sets the visibility of the specified TableColumn.
- setColumnWidths(TableColumn, int, int, int) -
Method in class jadex.util.jtable.ResizeableTableHeader
- Sets preferred width, the minimum and maximum width for a given column.
- setConfiguration(String) -
Method in class jadex.adapter.fipa.AMSCreateAgent
- Set the configuration of this AMSCreateAgent.
- setConfiguration(String) -
Method in interface jadex.model.IMConfigCapability
- Set the configuration.
- setContent(Object) -
Method in interface jadex.runtime.IMessageEvent
- Set the content.
- setDefaultConfigurationName(String) -
Method in interface jadex.model.IMConfigurationbase
- Set the deafult state name.
- setDerived(boolean) -
Method in class jadex.runtime.SystemEvent
- Set the derived state.
- setDescription(String) -
Method in interface jadex.model.IMElement
- Set the description (i.e. a natural language text)
of the element.
- setDescription(String) -
Method in class jadex.planlib.TestReport
- Set the description.
- setDirection(String) -
Method in interface jadex.model.IMMessageEvent
- Set the direction (send/receive).
- setDirection(String) -
Method in interface jadex.model.IMParameter
- Set the direction (in/out).
- setDirection(String) -
Method in interface jadex.model.IMParameterSet
- Set the direction (in/out).
- setDoFilter(boolean) -
Method in interface jadex.util.jtable.ISorterFilterTableModel
-
- setDoFilter(boolean) -
Method in class jadex.util.jtable.SorterFilterTableModel
-
- setEnabled(OutputStream, boolean) -
Method in class jadex.util.MultiStream
- Set the enabled state of a stream.
- setEndtime(long) -
Method in class jadex.planlib.NegotiationRecord
- Set the end time.
- setEvaluationMode(String) -
Method in interface jadex.model.IMExpression
- Set the evaluation mode.
- setEventType(String) -
Method in interface jadex.model.IMRelevantElement
- Set the event type.
- setExcludeMode(String) -
Method in interface jadex.model.IMGoal
- Set the exclude mode.
- setExcludeMode(String) -
Method in interface jadex.runtime.IGoal
- Set the exclude mode.
- setExported(String) -
Method in interface jadex.model.IMReferenceableElement
- Set the exported flag.
- setExpressionText(String) -
Method in interface jadex.model.IMExpression
- Set the expression text.
- setFact(Object) -
Method in interface jadex.runtime.IBelief
- Set a fact of a belief.
- setFactory(String) -
Static method in class jadex.model.SXML
- Load a model loader.
- setFailed(String) -
Method in class jadex.planlib.TestReport
- Set the report result to failed and set the failurereason.
- setFailedCode(String) -
Method in interface jadex.model.IMPlanBody
- Set the failed code.
- setFile(String) -
Method in interface jadex.model.IMCapabilityReference
- Set the file name.
- setFilename(String) -
Method in interface jadex.model.IMCapability
- Set the filename.
- setFilename(String) -
Method in class jadex.util.CachedObject
- Set the filename.
- setFilter(Vector) -
Method in interface jadex.util.jtable.ISorterFilterTableModel
-
- setFilter(Vector) -
Method in class jadex.util.jtable.SorterFilterTableModel
- Filter the table using the values in the given vector.
- setIncludeHeaderWidth(boolean) -
Method in class jadex.util.jtable.ResizeableTableHeader
- Sets whether the header's width are included on calculation
- setIndex(int) -
Method in class jadex.runtime.SystemEvent
- Get the index of this event (if any).
- setInhibit(String) -
Method in interface jadex.model.IMInhibits
- Set the inhibition type, i.e. an identifier for the goal's
lifecycle state in which the inhibition link is active.
- setInit(boolean) -
Method in class jadex.runtime.SystemEvent
- Set init event state.
- setInline(boolean) -
Method in interface jadex.model.IMPlanBody
- Set if inline plan body.
- setLanguage(int, String) -
Method in class jadex.adapter.fipa.AgentDescriptionData
- Set a language to this AgentDescription.
- setLanguage(int, String) -
Method in class jadex.adapter.fipa.ServiceDescriptionData
- Set a language to this ServiceDescription.
- setLanguages(String[]) -
Method in class jadex.adapter.fipa.AgentDescriptionData
- Set the languages of this AgentDescription.
- setLanguages(String[]) -
Method in class jadex.adapter.fipa.ServiceDescriptionData
- Set the languages of this ServiceDescription.
- setLastModified(long) -
Method in interface jadex.model.IMCapability
- Set the last modified date.
- setLastModified(long) -
Method in class jadex.util.CachedObject
- Set the last modified date.
- setLeaseTime(Date) -
Method in class jadex.adapter.fipa.AgentDescriptionData
- Set the lease-time of this AgentDescription.
- setMatchExpression(IMExpression) -
Method in class jadex.runtime.ParameterElementFilter
- Add a match expression for a parameter/set.
- setMaxDepth(int) -
Method in class jadex.adapter.fipa.SearchConstraints
- Set the max-depth of this SearchConstraints.
- setMaxEntries(int) -
Method in class jadex.util.collection.LRU
- Set the maximum number of entries.
- setMaxResults(int) -
Method in class jadex.adapter.fipa.SearchConstraints
- Set the max-results of this SearchConstraints.
- setModelElement(IMElement) -
Method in class jadex.model.ExpressionParameterInfo
- Set the modelelement.
- setName(AgentIdentifier) -
Method in class jadex.adapter.fipa.AgentDescriptionData
- Set the agentidentifier of this AgentDescription.
- setName(AgentIdentifier) -
Method in class jadex.adapter.fipa.AMSAgentDescriptionData
- Set the agentidentifier of this AMSAgentDescription.
- setName(String) -
Method in class jadex.adapter.fipa.AMSCreateAgent
- Set the name of this AMSCreateAgent.
- setName(String) -
Method in class jadex.adapter.fipa.Property
- Set the name of this Property.
- setName(String) -
Method in class jadex.adapter.fipa.ServiceDescriptionData
- Set the name of this ServiceDescription.
- setName(String) -
Method in class jadex.model.ExpressionParameterInfo
- Set the name
- setName(String) -
Method in interface jadex.model.IMElement
- Set the element name.
- setName(String) -
Method in class jadex.planlib.TestReport
- Set the name.
- setName(String) -
Method in class jadex.runtime.BasicAgentIdentifier
- Set the agent name.
- setNextRound() -
Method in class jadex.planlib.ExponentialPriceCalculator
- Increase the round.
- setNextRound() -
Method in interface jadex.planlib.IOfferGenerator
- Increase the round.
- setNextRound() -
Method in class jadex.planlib.LinearPriceCalculator
- Increase the round.
- setObject(Serializable) -
Method in class jadex.util.CachedObject
- Set the cached object.
- setOntologies(String[]) -
Method in class jadex.adapter.fipa.AgentDescriptionData
- Set the ontologies of this AgentDescription.
- setOntologies(String[]) -
Method in class jadex.adapter.fipa.ServiceDescriptionData
- Set the ontologies of this ServiceDescription.
- setOntology(int, String) -
Method in class jadex.adapter.fipa.AgentDescriptionData
- Set a ontology to this AgentDescription.
- setOntology(int, String) -
Method in class jadex.adapter.fipa.ServiceDescriptionData
- Set a ontology to this ServiceDescription.
- setOptional(boolean) -
Method in interface jadex.model.IMParameter
- Set the optional flag.
- setOptional(boolean) -
Method in interface jadex.model.IMParameterSet
- Set the optional flag.
- setOutputStreams(OutputStream[]) -
Method in class jadex.util.MultiStream
- Set the output streams.
- setOwnership(String) -
Method in class jadex.adapter.fipa.AMSAgentDescriptionData
- Set the ownership of this AMSAgentDescription.
- setOwnership(String) -
Method in class jadex.adapter.fipa.ServiceDescriptionData
- Set the ownership of this ServiceDescription.
- setPackage(String) -
Method in interface jadex.model.IMCapability
- Set the package.
- setParameter(String, Object) -
Method in interface jadex.runtime.IExpression
- Set an expression parameter.
- setPassedCode(String) -
Method in interface jadex.model.IMPlanBody
- Set the passed code.
- setPauseDisplaying(boolean) -
Method in class jadex.util.jtable.SorterFilterTableModel
-
- setPosition(int) -
Method in class jadex.util.ExpressionTokenizer
- Set the parse position manually.
- setPostToAll(boolean) -
Method in interface jadex.model.IMEvent
- Set the post-to-all flag.
- setPostToAll(boolean) -
Method in interface jadex.model.IMGoal
- Set the post-to-all flag.
- setPostToAll(boolean) -
Method in interface jadex.runtime.IGoal
- Set the post-to-all flag.
- setPriority(int) -
Method in interface jadex.model.IMPlan
- Set the plan priotity.
- setProperties(Property[]) -
Method in class jadex.adapter.fipa.ServiceDescriptionData
- Set the properties of this ServiceDescription.
- setProperty(int, Property) -
Method in class jadex.adapter.fipa.ServiceDescriptionData
- Set a property to this ServiceDescription.
- setPropertyFile(String) -
Method in interface jadex.model.IMBDIAgent
- Set the property file name.
- setProtocol(int, String) -
Method in class jadex.adapter.fipa.AgentDescriptionData
- Set a protocol to this AgentDescription.
- setProtocol(int, String) -
Method in class jadex.adapter.fipa.ServiceDescriptionData
- Set a protocol to this ServiceDescription.
- setProtocols(String[]) -
Method in class jadex.adapter.fipa.AgentDescriptionData
- Set the protocols of this AgentDescription.
- setProtocols(String[]) -
Method in class jadex.adapter.fipa.ServiceDescriptionData
- Set the protocols of this ServiceDescription.
- setRandomSelection(boolean) -
Method in interface jadex.model.IMEvent
- Set the random selection flag.
- setRandomSelection(boolean) -
Method in interface jadex.model.IMGoal
- Set the random selection flag.
- setRandomSelection(boolean) -
Method in interface jadex.runtime.IGoal
- Set the random selection flag.
- setReason(String) -
Method in class jadex.planlib.TestReport
- Set the failure reason.
- setRecalculating(boolean) -
Method in interface jadex.model.IMGoal
- Set the recalculate applicable candidates list (apl) state.
- setRecur(boolean) -
Method in interface jadex.model.IMGoal
- Set the recur flag.
- setRecur(boolean) -
Method in interface jadex.runtime.IGoal
- Set the recur flag.
- setRecurDelay(long) -
Method in interface jadex.model.IMGoal
- Set the recur delay flag.
- setRecurDelay(long) -
Method in interface jadex.runtime.IGoal
- Set the recur delay (in millis).
- setReference(String) -
Method in interface jadex.model.IMConfigReferenceableElement
- Set the reference.
- setReference(String) -
Method in interface jadex.model.IMElementReference
- Set the referenced element name.
- setReference(String) -
Method in interface jadex.model.IMInhibits
- Set the reference to the inhibited goal type.
- setReference(String) -
Method in interface jadex.model.IMReference
- Set the reference to the inhibited goal type.
- setReference(String) -
Method in interface jadex.model.IMReferenceParameter
- Set the reference.
- setReference(String) -
Method in interface jadex.model.IMRelevantElement
- Set the reference to the inhibited goal type.
- setReports(TestReport[]) -
Method in class jadex.planlib.Testcase
- Set the reports.
- setRequired(boolean) -
Method in interface jadex.model.IMElementReference
- Set the required flag of the reference.
- setResolver(int, AgentIdentifier) -
Method in class jadex.adapter.fipa.AgentIdentifierData
- Set a resolver to this AgentIdentifier.
- setResolvers(AgentIdentifier[]) -
Method in class jadex.adapter.fipa.AgentIdentifierData
- Set the resolvers of this AgentIdentifier.
- setResult(AgentDescription) -
Method in class jadex.adapter.fipa.DFModify
- Set the result of this DFModify.
- setResult(AgentDescription) -
Method in class jadex.adapter.fipa.DFRegister
- Set the result of this DFRegister.
- setResult(int, AgentDescription) -
Method in class jadex.adapter.fipa.DFSearch
- Set a result to this DFSearch.
- setResult(Object) -
Method in interface jadex.runtime.IGoal
- Deprecated.
- setResult(Object) -
Method in interface jadex.runtime.IProcessGoal
- Deprecated.
- setResults(AgentDescription[]) -
Method in class jadex.adapter.fipa.DFSearch
- Set the results of this DFSearch.
- setRetry(boolean) -
Method in interface jadex.model.IMGoal
- Set the retry flag.
- setRetry(boolean) -
Method in interface jadex.runtime.IGoal
- Set the retry flag.
- setRetryDelay(long) -
Method in interface jadex.model.IMGoal
- Set the retry delay flag.
- setRetryDelay(long) -
Method in interface jadex.runtime.IGoal
- Set the retry delay (in millis).
- setRoundTimeout(long) -
Method in class jadex.planlib.AuctionInfo
- Set the round timeout.
- setSearchConstraints(SearchConstraints) -
Method in class jadex.adapter.fipa.AMSSearchAgents
- Set the searchconstraints of this AMSSearchAgents.
- setSearchConstraints(SearchConstraints) -
Method in class jadex.adapter.fipa.DFSearch
- Set the searchconstraints of this DFSearch.
- setSearchId(String) -
Method in class jadex.adapter.fipa.SearchConstraints
- Set the search-id of this SearchConstraints.
- setService(int, ServiceDescription) -
Method in class jadex.adapter.fipa.AgentDescriptionData
- Set a service to this AgentDescription.
- setServices(ServiceDescription[]) -
Method in class jadex.adapter.fipa.AgentDescriptionData
- Set the services of this AgentDescription.
- setSortColumn(int) -
Method in interface jadex.util.jtable.ISorterFilterTableModel
-
- setSortColumn(int) -
Method in class jadex.util.jtable.SorterFilterTableModel
-
- setSortDirection(int) -
Method in interface jadex.util.jtable.ISorterFilterTableModel
-
- setSortDirection(int) -
Method in class jadex.util.jtable.SorterFilterTableModel
-
- setSource(IElement) -
Method in class jadex.runtime.AgentEvent
- Set the source.
- setSource(Object) -
Method in class jadex.runtime.SystemEvent
- Set the event source.
- setStart(boolean) -
Method in class jadex.adapter.fipa.AMSCreateAgent
- Set the start of this AMSCreateAgent.
- setStarttime(long) -
Method in class jadex.planlib.AuctionInfo
- Set the start time.
- setStarttime(long) -
Method in class jadex.planlib.NegotiationRecord
- Set the start time.
- setState(String) -
Method in class jadex.adapter.fipa.AMSAgentDescriptionData
- Set the state of this AMSAgentDescription.
- setState(String) -
Method in class jadex.planlib.NegotiationRecord
- Set the negotiation state.
- setSucceeded(boolean) -
Method in class jadex.planlib.TestReport
- Set the test success.
- setTable(JTable) -
Method in class jadex.util.jtable.ResizeableTableHeader
- Sets the table associated with this header.
- setTestCount(int) -
Method in class jadex.planlib.Testcase
- Set the test count.
- setTopic(Object) -
Method in class jadex.planlib.AuctionInfo
- Set the auction topic.
- setTraceMode(String) -
Method in interface jadex.runtime.ICondition
- Set the trace mode without generating events immediately.
- setTransient(boolean) -
Method in interface jadex.model.IMTypedElement
- Change the transient state.
- setTransient(boolean) -
Method in interface jadex.model.IMTypedElementSet
- Change the transient state.
- setTrigger(String) -
Method in interface jadex.model.IMCondition
- Set the trigger type.
- setType(String) -
Method in class jadex.adapter.fipa.AMSCreateAgent
- Set the type of this AMSCreateAgent.
- setType(String) -
Method in class jadex.adapter.fipa.ServiceDescriptionData
- Set the type of this ServiceDescription.
- setType(String) -
Method in interface jadex.model.IMMessageEvent
- Set the message type (e.g.
- setType(String) -
Method in interface jadex.model.IMPlanBody
- Set the type (e.g.
- setType(String) -
Method in class jadex.planlib.Testcase
- Set the type.
- setType(String) -
Method in class jadex.runtime.SystemEvent
- Set the type.
- setUpdateRate(long) -
Method in interface jadex.model.IMTypedElement
- Set the update rate.
- setUpdateRate(long) -
Method in interface jadex.model.IMTypedElementSet
- Set the update rate.
- setValue(Object) -
Method in class jadex.adapter.fipa.Property
- Set the value of this Property.
- setValue(Object) -
Method in class jadex.runtime.AgentEvent
- Set the value.
- setValue(Object) -
Method in interface jadex.runtime.IParameter
- Set a value of a parameter.
- setValue(Object) -
Method in class jadex.runtime.SystemEvent
- Set the value of this event (if any).
- setValueAt(Object, int, int) -
Method in class jadex.util.jtable.AbstractIndexTableModel
-
- setValueAt(Object, int, int) -
Method in class jadex.util.jtable.DelegateTableModel
-
- setWinnerProposals(Object[]) -
Method in class jadex.planlib.NegotiationRecord
- Set the winner proposals.
- SFipa - Class in jadex.adapter.fipa
- Helper class for JADE specific issues.
- SFipa() -
Constructor for class jadex.adapter.fipa.SFipa
-
- SGUI - Class in jadex.util
- Static helper class with useful gui related methods.
- SGUI() -
Constructor for class jadex.util.SGUI
-
- shouldSelectCell(EventObject) -
Method in class jadex.util.jtable.PatternEditor
-
- show(Component, int, int) -
Method in class jadex.util.jtable.VisibilityPopupMenu
-
- showMessageDialog(Component, Object, String, int) -
Static method in class jadex.util.SGUI
- Show an non-model message dialog.
- shutdown() -
Method in class jadex.util.concurrent.AbstractExecutorService
- Shutdown the executor service.
- shutdown() -
Method in class jadex.util.concurrent.AsyncExecutorService
- Shutdown the executor service.
- shutdown() -
Method in class jadex.util.concurrent.AsyncManager
- Shutdown the manager.
- shutdown() -
Method in class jadex.util.concurrent.Executor
- Shutdown the executor.
- shutdown() -
Method in interface jadex.util.concurrent.IExecutorService
- Shutdown the executor service.
- shutdown() -
Method in interface jadex.util.concurrent.ITimerService
- Shutdown the timer service.
- shutdown() -
Method in class jadex.util.concurrent.SyncExecutorService
- Shutdown the executor service.
- shutdown() -
Method in class jadex.util.concurrent.TimerService
- Shutdown the executor.
- SimplePropertyChangeSupport - Class in jadex.util
- This class offers part of the functionality of the original
Java-PropertyChangeSupport class.
- SimplePropertyChangeSupport(Object) -
Constructor for class jadex.util.SimplePropertyChangeSupport
-
- size() -
Method in class jadex.planlib.NegotiationRecord
- Get the number of proposals.
- size() -
Method in interface jadex.runtime.IBeliefSet
- Get the number of values currently
contained in this set.
- size() -
Method in interface jadex.runtime.IParameterSet
- Get the number of values currently
contained in this set.
- size() -
Method in interface jadex.runtime.IWaitqueue
- Get the number of events in the waitqueue.
- size() -
Method in class jadex.util.collection.ArrayBlockingQueue
- Get the number of elements in the queue.
- size() -
Method in class jadex.util.collection.BlockingQueue
- Return the size of the queue.
- size() -
Method in class jadex.util.collection.ConcurrencyCheckingList
-
- size() -
Method in class jadex.util.collection.FastHashMap
-
- size() -
Method in interface jadex.util.collection.IBlockingQueue
- Get the size.
- size() -
Method in class jadex.util.collection.IndexMap
- Returns the number of key-value mappings in this map.
- size() -
Method in class jadex.util.collection.MultiCollection
- Returns the number of elements added to this map.
- size() -
Method in class jadex.util.collection.NestedMap
- Returns the number of key-value mappings in this map.
- size() -
Method in class jadex.util.collection.WeakList
- Returns the number of elements in this list.
- size() -
Method in class jadex.util.collection.WeakSet
- Return the size of the set.
- size() -
Method in class jadex.util.Tuple
- Get the size.
- SORT_DOWN -
Static variable in class jadex.util.SUtil
- Constant for sorting down.
- SORT_UP -
Static variable in class jadex.util.SUtil
- Constant for sorting up.
- SortArrowIcon - Class in jadex.util.jtable
-
- SortArrowIcon(int) -
Constructor for class jadex.util.jtable.SortArrowIcon
-
- SortedList - Class in jadex.util.collection
- A sorted list allowing duplicates of elements
(unlike java.util.TreeSet).
- SortedList() -
Constructor for class jadex.util.collection.SortedList
- Constructs an empty list with ascending order.
- SortedList(boolean) -
Constructor for class jadex.util.collection.SortedList
- Constructs an empty list with given order.
- SortedList(Comparator, boolean) -
Constructor for class jadex.util.collection.SortedList
- Constructs an empty list with given order.
- SorterFilterTableModel - Class in jadex.util.jtable
-
- SorterFilterTableModel(TableModel) -
Constructor for class jadex.util.jtable.SorterFilterTableModel
-
- SortHeaderRenderer - Class in jadex.util.jtable
-
- SortHeaderRenderer() -
Constructor for class jadex.util.jtable.SortHeaderRenderer
-
- SReflect - Class in jadex.util
- This class provides several useful static reflection methods.
- SReflect() -
Constructor for class jadex.util.SReflect
-
- STANDARD_EXPRESSION_REFERENCE -
Static variable in interface jadex.model.IMExpressionbase
- The standard model element for internal expression references (e.g. for initial values).
- STANDARD_GOAL_EVENT -
Static variable in interface jadex.model.IMEventbase
- The constant for defining the standard goal event.
- STANDARD_GOAL_EVENT_REFERENCE -
Static variable in interface jadex.model.IMEventbase
- The constant for defining the standard goal event.
- StartAgentInfo - Class in jadex.planlib
- Struct for saving info about agents to start.
- StartAgentInfo(String, String, long, Map) -
Constructor for class jadex.planlib.StartAgentInfo
- Create a new start agent info.
- StartAgentInfo(String, String, String, long, Map) -
Constructor for class jadex.planlib.StartAgentInfo
- Create a new start agent info.
- StartAgentInfo(String, String, long, String[], Object[]) -
Constructor for class jadex.planlib.StartAgentInfo
- Create a new start agent info.
- StartAgentInfo(String, String, String, long, String[], Object[]) -
Constructor for class jadex.planlib.StartAgentInfo
- Create a new start agent info.
- StartAgentsPlan - Class in jadex.planlib
- Plan for starting some Jadex agents.
- StartAgentsPlan() -
Constructor for class jadex.planlib.StartAgentsPlan
-
- startAtomic() -
Method in class jadex.runtime.AbstractPlan
- Start an atomic transaction.
- STATE_ACTIVE -
Static variable in class jadex.adapter.fipa.AMSAgentDescriptionData
- Predefined value "active" for slot state.
- STATE_INITIATED -
Static variable in class jadex.adapter.fipa.AMSAgentDescriptionData
- Predefined value "initiated" for slot state.
- STATE_SUSPENDED -
Static variable in class jadex.adapter.fipa.AMSAgentDescriptionData
- Predefined value "suspended" for slot state.
- STATE_TERMINATED -
Static variable in class jadex.adapter.fipa.AMSAgentDescriptionData
- Predefined value "terminated" for slot state.
- STATE_TERMINATING -
Static variable in class jadex.adapter.fipa.AMSAgentDescriptionData
- Predefined value "terminating" for slot state.
- STATE_TRANSIT -
Static variable in class jadex.adapter.fipa.AMSAgentDescriptionData
- Predefined value "transit" for slot state.
- STATE_WAITING -
Static variable in class jadex.adapter.fipa.AMSAgentDescriptionData
- Predefined value "waiting" for slot state.
- stopCellEditing() -
Method in class jadex.util.jtable.PatternEditor
-
- StreamCopy - Class in jadex.util
- A runnable to concurrently copy data from one stream to the other.
- StreamCopy(InputStream, OutputStream) -
Constructor for class jadex.util.StreamCopy
- Create a stream copy object.
- stripJadexExtension(String) -
Static method in class jadex.model.SXML
- Strip Jadex filename extension.
- stripTags(String) -
Static method in class jadex.util.SUtil
- Strip tags (e.g. html) from a string, leaving only the text content.
- subList(int, int) -
Method in class jadex.util.collection.ConcurrencyCheckingList
-
- subList(int, int) -
Method in class jadex.util.collection.IndexMap
- Unsupported method.
- subList(int, int) -
Method in class jadex.util.collection.WeakList
- Returns a view of the portion of this list between the specified
fromIndex, inclusive, and toIndex, exclusive.
- SUBSCRIBE -
Static variable in class jadex.adapter.fipa.SFipa
-
- substractArrays(Object, Object) -
Static method in class jadex.util.SUtil
- First array minus second array.
- SUCCEEDED -
Static variable in class jadex.planlib.NegotiationRecord
- The negotiation has finished successfully.
- suspend(IExecutable) -
Method in class jadex.util.concurrent.AbstractExecutorService
- Suspend a task.
- suspend() -
Method in class jadex.util.concurrent.AsyncExecutorService
- Suspend all tasks.
- suspend() -
Method in class jadex.util.concurrent.Executor
- Suspend a task.
- suspend(IExecutable) -
Method in interface jadex.util.concurrent.IExecutorService
- Suspend a task.
- suspend() -
Method in interface jadex.util.concurrent.IExecutorService
- Suspend the service (all tasks).
- suspend() -
Method in class jadex.util.concurrent.SyncExecutorService
- Suspend all tasks.
- SUtil - Class in jadex.util
- This class provides several useful static util methods.
- SUtil() -
Constructor for class jadex.util.SUtil
-
- SXML - Class in jadex.model
- This class contains static xml helper methods.
- SXML() -
Constructor for class jadex.model.SXML
-
- SyncExecutorService - Class in jadex.util.concurrent
- The synchronous executor service that executes all tasks in one thread.
- SyncExecutorService() -
Constructor for class jadex.util.concurrent.SyncExecutorService
- Create a new synchronous executor service.
- SystemEvent - Class in jadex.runtime
- A system event indicates that something happend.
- SystemEvent() -
Constructor for class jadex.runtime.SystemEvent
- Bean constructor.
- SystemEvent(String, Object) -
Constructor for class jadex.runtime.SystemEvent
- Create a new change event.
- SystemEvent(String, Object, Object) -
Constructor for class jadex.runtime.SystemEvent
- Create a new change event.
- SystemEvent(String, Object, Object, int) -
Constructor for class jadex.runtime.SystemEvent
- Create a new change event.
- systemEventsOccurred(SystemEvent[]) -
Method in interface jadex.runtime.ISystemEventListener
- Notify that system events occured.
T
- tableChanged(TableModelEvent) -
Method in class jadex.util.jtable.AbstractIndexTableModel
- Signal that the table has changed in some way.
- tableChanged(TableModelEvent) -
Method in class jadex.util.jtable.DelegateTableModel
-
- tableChanged(TableModelEvent) -
Method in class jadex.util.jtable.ResizeableTableHeader
- Listen for table model events from tablemodel.
- tableRowsDeleted(int, int, int) -
Method in class jadex.util.jtable.AbstractIndexTableModel
-
- tableRowsDeleted(int, int, int) -
Method in class jadex.util.jtable.SorterFilterTableModel
-
- tableRowsInserted(int, int, int) -
Method in class jadex.util.jtable.AbstractIndexTableModel
- Filter the model.
- tableRowsInserted(int, int, int) -
Method in class jadex.util.jtable.SorterFilterTableModel
-
- tableRowsUpdated(int, int, int) -
Method in class jadex.util.jtable.AbstractIndexTableModel
-
- tableRowsUpdated(int, int, int) -
Method in class jadex.util.jtable.SorterFilterTableModel
-
- test1(String[]) -
Static method in class jadex.util.collection.BlockingQueue
- Main for testing.
- test1b(String[]) -
Static method in class jadex.util.collection.BlockingQueue
- Main for testing.
- test2(String[]) -
Static method in class jadex.util.collection.BlockingQueue
- Main for testing.
- Testcase - Class in jadex.planlib
- A testcase consists of an agent type to test and the result reports.
- Testcase() -
Constructor for class jadex.planlib.Testcase
- Create a new testcase.
- Testcase(String) -
Constructor for class jadex.planlib.Testcase
- Create a new testcase.
- Testcase(int, TestReport[]) -
Constructor for class jadex.planlib.Testcase
- Create a new testcase.
- TestCenterPlan - Class in jadex.planlib
- Register the test center at the df and then perform tests.
- TestCenterPlan() -
Constructor for class jadex.planlib.TestCenterPlan
-
- TestReport - Class in jadex.planlib
- A test report captures the description and results of a test.
- TestReport() -
Constructor for class jadex.planlib.TestReport
- Create a new test report.
- TestReport(String, String) -
Constructor for class jadex.planlib.TestReport
- Create a new test report.
- TestReport(String, String, boolean, String) -
Constructor for class jadex.planlib.TestReport
- Create a new test report.
- TestsFinishedPlan - Class in jadex.planlib
- Wait until tests are finished and then post the tests_finished goal.
- TestsFinishedPlan() -
Constructor for class jadex.planlib.TestsFinishedPlan
-
- ThreadPool - Class in jadex.util.concurrent
- A thread pool manages pool and saves resources
and time by precreating and reusing pool.
- ThreadPool() -
Constructor for class jadex.util.concurrent.ThreadPool
- Default constructor, called by the factory.
- ThreadPool.ServiceThread - Class in jadex.util.concurrent
- A service thread executes tasks.
- ThreadPool.ServiceThread() -
Constructor for class jadex.util.concurrent.ThreadPool.ServiceThread
- Create a new thread.
- THREADPOOL_JAVA5 -
Static variable in class jadex.util.concurrent.ThreadPoolFactory
- The java 5.0 thread pool implementation.
- THREADPOOL_STANDARD -
Static variable in class jadex.util.concurrent.ThreadPoolFactory
- The standard (1.4 compliant) thread pool implementation.
- ThreadPoolFactory - Class in jadex.util.concurrent
- Factory class for obtaining a thread pool.
- ThreadPoolFactory() -
Constructor for class jadex.util.concurrent.ThreadPoolFactory
-
- ThreadTest - Class in jadex.util.concurrent
- This test class shows how the thread based scheduler works.
- ThreadTest() -
Constructor for class jadex.util.concurrent.ThreadTest
- Create a new thread test.
- timeEventOccurred() -
Method in interface jadex.util.concurrent.ITimedObject
- Called when the submitted timepoint was reached.
// todo: will be enhanced with a TimerEvent when
// we enhance the time service
- TimeoutException - Exception in jadex.runtime
- A timeout exception is thrown by a plan when a wait
operation was performed and the timeout occurred.
- TimeoutException() -
Constructor for exception jadex.runtime.TimeoutException
- Create a new timeout exception.
- TimeoutException(String) -
Constructor for exception jadex.runtime.TimeoutException
- Create a new timeout exception.
- TimerService - Class in jadex.util.concurrent
- Active timing object for standalone platform.
- TimerService() -
Constructor for class jadex.util.concurrent.TimerService
- Create a new timer.
- toArray() -
Method in class jadex.util.collection.ConcurrencyCheckingList
-
- toArray(Object[]) -
Method in class jadex.util.collection.ConcurrencyCheckingList
-
- toArray() -
Method in class jadex.util.collection.IndexMap
- Returns an array containing all of the elements in this list in proper
sequence.
- toArray(Object[]) -
Method in class jadex.util.collection.IndexMap
- Returns an array containing all of the elements in this list in proper
sequence; the runtime type of the returned array is that of the
specified array.
- toArray() -
Method in class jadex.util.collection.WeakList
- Returns an array containing all of the elements in this list in proper
sequence.
- toArray(Object[]) -
Method in class jadex.util.collection.WeakList
- Returns an array containing all of the elements in this list in proper
sequence; the runtime type of the returned array is that of the
specified array.
- toArray() -
Method in class jadex.util.collection.WeakSet
- Convert the set to an array.
- toArray(Object[]) -
Method in class jadex.util.collection.WeakSet
- Convert the set to an array.
- toCharArray(byte[]) -
Static method in class jadex.util.Base64
- This is a wrapper to
toCharArray(final byte[] text, final int from, final int len)
- toCharArray(byte[], int, int) -
Static method in class jadex.util.Base64
- This will encode the text without line feeds added
- toCharArray(byte[], int) -
Static method in class jadex.util.Base64
- This will encode the text.
- toHTMLString() -
Method in interface jadex.model.IReport
- Generate an html representation of the report.
- toString() -
Method in class jadex.adapter.fipa.AgentAction
- Get a string representation of this AgentAction.
- toString() -
Method in class jadex.adapter.fipa.AgentDescription
- Get a string representation of this AgentDescription.
- toString() -
Method in class jadex.adapter.fipa.AgentDescriptionData
- Get a string representation of this AgentDescription.
- toString() -
Method in class jadex.adapter.fipa.AgentIdentifierData
- Get a string representation of this AgentIdentifier.
- toString() -
Method in class jadex.adapter.fipa.AMSAgentDescription
- Get a string representation of this description.
- toString() -
Method in class jadex.adapter.fipa.AMSAgentDescriptionData
- Get a string representation of this AMSAgentDescription.
- toString() -
Method in class jadex.adapter.fipa.AMSCreateAgent
- Get a string representation of this AMSCreateAgent.
- toString() -
Method in class jadex.adapter.fipa.AMSDestroyAgent
- Get a string representation of this AMSDestroyAgent.
- toString() -
Method in class jadex.adapter.fipa.AMSResumeAgent
- Get a string representation of this AMSResumeAgent.
- toString() -
Method in class jadex.adapter.fipa.AMSSearchAgents
- Get a string representation of this AMSSearchAgents.
- toString() -
Method in class jadex.adapter.fipa.AMSShutdownPlatform
- Get a string representation of this AMSShutdownPlatform.
- toString() -
Method in class jadex.adapter.fipa.AMSStartAgent
- Get a string representation of this AMSStartAgent.
- toString() -
Method in class jadex.adapter.fipa.AMSSuspendAgent
- Get a string representation of this AMSSuspendAgent.
- toString() -
Method in class jadex.adapter.fipa.DFDeregister
- Get a string representation of this DFDeregister.
- toString() -
Method in class jadex.adapter.fipa.DFModify
- Get a string representation of this DFModify.
- toString() -
Method in class jadex.adapter.fipa.DFRegister
- Get a string representation of this DFRegister.
- toString() -
Method in class jadex.adapter.fipa.DFSearch
- Get a string representation of this DFSearch.
- toString() -
Method in class jadex.adapter.fipa.Done
- Get a string representation of this Done.
- toString() -
Method in class jadex.adapter.fipa.Property
- Get a string representation of this Property.
- toString() -
Method in class jadex.adapter.fipa.SearchConstraints
- Get a string representation of this SearchConstraints.
- toString() -
Method in class jadex.adapter.fipa.ServiceDescriptionData
- Get a string representation of this ServiceDescription.
- toString() -
Method in class jadex.planlib.NegotiationRecord
- Get the string representation.
- toString() -
Method in class jadex.planlib.Testcase
- Returns a string representation of the object.
- toString() -
Method in class jadex.planlib.TestReport
- Returns a string representation of the object.
- toString() -
Method in class jadex.runtime.AbstractPlan
- Get the string representation.
- toString() -
Method in exception jadex.runtime.AgentDeathException
- Create a string representation of the exception.
- toString() -
Method in class jadex.runtime.AgentEvent
- Return the string representation.
- toString() -
Method in class jadex.runtime.BasicAgentIdentifier
- Get a string representation.
- toString() -
Method in class jadex.runtime.ComposedFilter
- Create a string representation of this filter.
- toString() -
Method in exception jadex.runtime.GoalFailureException
- Create a string representation of the exception.
- toString() -
Method in class jadex.runtime.ParameterElementFilter
- Create a string representation of this filter.
- toString() -
Method in class jadex.runtime.SystemEvent
- Get the string representation.
- toString() -
Method in class jadex.util.collection.FastHashMap
-
- toString() -
Method in class jadex.util.collection.IndexMap
- Create a string representation of this map.
- toString() -
Method in class jadex.util.collection.MultiCollection
- Create a string representation of this map.
- toString() -
Method in class jadex.util.collection.NestedMap
- Create a string representation of this map.
- toString() -
Method in class jadex.util.collection.WeakList
- Get the string representation.
- toString() -
Method in class jadex.util.concurrent.ThreadPool
- Get the string representation.
- toString() -
Method in class jadex.util.Tuple
- Convert this tuple to a string representation.
- TRACE_ALWAYS -
Static variable in interface jadex.runtime.ICondition
- Always trace this condition (generate event whenever satisfied).
- TRACE_NEVER -
Static variable in interface jadex.runtime.ICondition
- Do not trace this condition (the default).
- TRACE_ONCE -
Static variable in interface jadex.runtime.ICondition
- Trace this condition once (until satisfied).
- traceAlways() -
Method in interface jadex.runtime.ICondition
- Trace this condition always, generating an event whenever
it evaluates to true.
- traceOnce() -
Method in interface jadex.runtime.ICondition
- Trace this condition once, until it is triggerd.
- TRIGGER_ALWAYS -
Static variable in interface jadex.model.IMCondition
- The "always" trigger mode.
- TRIGGER_ALWAYS -
Static variable in interface jadex.runtime.ICondition
- Trigger on every evaluation regardless of state.
- TRIGGER_CHANGES -
Static variable in interface jadex.model.IMCondition
- The "changes" trigger mode.
- TRIGGER_CHANGES -
Static variable in interface jadex.runtime.ICondition
- Trigger when the state changes.
- TRIGGER_CHANGES_TO_FALSE -
Static variable in interface jadex.model.IMCondition
- The "changes_to_false" trigger mode.
- TRIGGER_CHANGES_TO_FALSE -
Static variable in interface jadex.runtime.ICondition
- Trigger when the state changes to false.
- TRIGGER_CHANGES_TO_TRUE -
Static variable in interface jadex.model.IMCondition
- The "changes_to_true" trigger mode.
- TRIGGER_CHANGES_TO_TRUE -
Static variable in interface jadex.runtime.ICondition
- Trigger when the state changes to true.
- TRIGGER_IS_FALSE -
Static variable in interface jadex.model.IMCondition
- The "is_false" trigger mode.
- TRIGGER_IS_FALSE -
Static variable in interface jadex.runtime.ICondition
- Trigger when the state is to false.
- TRIGGER_IS_TRUE -
Static variable in interface jadex.model.IMCondition
- The "is_true" trigger mode.
- TRIGGER_IS_TRUE -
Static variable in interface jadex.runtime.ICondition
- Trigger when the state is to true.
- Tuple - Class in jadex.util
- A tuple is a list of entities.
- Tuple(Object, Object) -
Constructor for class jadex.util.Tuple
- Convenience constructor for binary tuples.
- Tuple(Object[]) -
Constructor for class jadex.util.Tuple
- Create a new tuple.
- TwoWayMultiCollection - Class in jadex.util.collection
- The two-way multi-collection allows fast reverse lookup,
by containing a second multi-collection,
which reversely maps values to keys.
- TwoWayMultiCollection() -
Constructor for class jadex.util.collection.TwoWayMultiCollection
- Create a two way map.
- TYPE_ANY -
Static variable in interface jadex.model.ISystemEventTypes
- This constant can be used to match all event types.
- TYPE_CONDITION_TRIGGERED -
Static variable in interface jadex.model.IMEventbase
- The condition satisfied internal event type.
- TYPE_CONDITION_TRIGGERED -
Static variable in interface jadex.runtime.IInternalEvent
- The type string for condition triggered events.
- TYPE_CONDITION_TRIGGERED_REFERENCE -
Static variable in interface jadex.model.IMEventbase
- The condition satisfied internal event type.
- TYPE_CONDITION_TRIGGERED_REFERENCE -
Static variable in interface jadex.runtime.IInternalEvent
- The type string for condition triggered event references.
- TYPE_EXECUTEPLAN -
Static variable in interface jadex.model.IMEventbase
- The execute plan event type.
- TYPE_LEGACY -
Static variable in interface jadex.runtime.IInternalEvent
- Deprecated. Use explicitly defined custom types in ADF.
- TYPE_TIMEOUT -
Static variable in interface jadex.model.IMEventbase
- The timeout internal event type.
- TYPE_TIMEOUT -
Static variable in interface jadex.runtime.IInternalEvent
- The type string for timeout events.
U
- UNKNOWN -
Static variable in class jadex.adapter.fipa.SFipa
-
- UNRESTRICTED -
Static variable in class jadex.planlib.IterationDecider
- The constant for specifiying that any number of negotiation round are ok.
- updateFact(Object) -
Method in interface jadex.runtime.IBeliefSet
- Update a fact to a new fact.
V
- VALUE_CHANGED -
Static variable in interface jadex.model.ISystemEventTypes
- System event type for value changed (of parameter).
- values() -
Method in class jadex.util.collection.FastHashMap
-
- values() -
Method in class jadex.util.collection.IndexMap
- Returns a collection view of the values contained in this map.
- values() -
Method in class jadex.util.collection.MultiCollection
- Unsupported Operation.
- values() -
Method in class jadex.util.collection.NestedMap
- Returns a collection view of the values contained in this map.
- VisibilityPopupMenu - Class in jadex.util.jtable
-
- VisibilityPopupMenu(JTable) -
Constructor for class jadex.util.jtable.VisibilityPopupMenu
-
- VisibilityTableColumnModel - Class in jadex.util.jtable
VisibilityTableColumnModel
extends the DefaultTableColumnModel .- VisibilityTableColumnModel() -
Constructor for class jadex.util.jtable.VisibilityTableColumnModel
- Creates an extended table column model.
W
- waitFor(long) -
Method in interface jadex.runtime.IExternalAccess
- Wait for a some time.
- waitFor(long) -
Method in class jadex.runtime.MobilePlan
- Wait for a some time.
- waitFor(IFilter) -
Method in class jadex.runtime.MobilePlan
- Deprecated.
- waitFor(IFilter, long) -
Method in class jadex.runtime.MobilePlan
- Deprecated.
- waitFor(long) -
Method in class jadex.runtime.Plan
- Wait for a some time.
- waitFor(IFilter) -
Method in class jadex.runtime.Plan
- Wait for an event.
- waitFor(IFilter, long) -
Method in class jadex.runtime.Plan
- Wait for an event or until the timeout occurs.
- waitForAgentTerminating() -
Method in interface jadex.runtime.IExternalAccess
- Wait for the agent to terminate.
- waitForAgentTerminating(long) -
Method in interface jadex.runtime.IExternalAccess
- Wait for the agent to terminate.
- waitForBeliefChange(String) -
Method in interface jadex.runtime.IExternalAccess
- Wait for a belief change.
- waitForBeliefChange(String, long) -
Method in interface jadex.runtime.IExternalAccess
- Wait for a belief change.
- waitForBeliefChange(String) -
Method in class jadex.runtime.MobilePlan
- Wait for a belief change.
- waitForBeliefChange(String, long) -
Method in class jadex.runtime.MobilePlan
- Wait for a belief change.
- waitForBeliefChange(String) -
Method in class jadex.runtime.Plan
- Wait for a belief change.
- waitForBeliefChange(String, long) -
Method in class jadex.runtime.Plan
- Wait for a belief change.
- waitForBeliefSetChange(String) -
Method in interface jadex.runtime.IExternalAccess
- Wait for a belief set change.
- waitForBeliefSetChange(String, long) -
Method in interface jadex.runtime.IExternalAccess
- Wait for a belief set change.
- waitForBeliefSetChange(String) -
Method in class jadex.runtime.MobilePlan
- Wait for a belief set change.
- waitForBeliefSetChange(String, long) -
Method in class jadex.runtime.MobilePlan
- Wait for a belief set change.
- waitForBeliefSetChange(String) -
Method in class jadex.runtime.Plan
- Wait for a belief set change.
- waitForBeliefSetChange(String, long) -
Method in class jadex.runtime.Plan
- Wait for a belief set change.
- waitForCondition(ICondition) -
Method in interface jadex.runtime.IExternalAccess
- Wait for a condition to be satisfied.
- waitForCondition(ICondition, long) -
Method in interface jadex.runtime.IExternalAccess
- Wait for a condition or until the timeout occurs.
- waitForCondition(String) -
Method in interface jadex.runtime.IExternalAccess
- Wait for a condition to be satisfied.
- waitForCondition(String, long) -
Method in interface jadex.runtime.IExternalAccess
- Wait for a condition to be satisfied.
- waitForCondition(ICondition) -
Method in class jadex.runtime.MobilePlan
- Wait for a condition to be satisfied.
- waitForCondition(ICondition, long) -
Method in class jadex.runtime.MobilePlan
- Wait for a condition or until the timeout occurs.
- waitForCondition(String) -
Method in class jadex.runtime.MobilePlan
- Wait for a condition to be satisfied.
- waitForCondition(String, long) -
Method in class jadex.runtime.MobilePlan
- Wait for a condition to be satisfied.
- waitForCondition(ICondition) -
Method in class jadex.runtime.Plan
- Wait for a condition to be satisfied.
- waitForCondition(ICondition, long) -
Method in class jadex.runtime.Plan
- Wait for a condition or until the timeout occurs.
- waitForCondition(String) -
Method in class jadex.runtime.Plan
- Wait for a condition to be satisfied.
- waitForCondition(String, long) -
Method in class jadex.runtime.Plan
- Wait for a condition to be satisfied.
- waitForFactAdded(String) -
Method in interface jadex.runtime.IExternalAccess
- Wait for a belief set change.
- waitForFactAdded(String, long) -
Method in interface jadex.runtime.IExternalAccess
- Wait for a belief set change.
- waitForFactAdded(String) -
Method in class jadex.runtime.MobilePlan
- Wait for a belief set change.
- waitForFactAdded(String, long) -
Method in class jadex.runtime.MobilePlan
- Wait for a belief set change.
- waitForFactAdded(String) -
Method in class jadex.runtime.Plan
- Wait for a belief set change.
- waitForFactAdded(String, long) -
Method in class jadex.runtime.Plan
- Wait for a belief set change.
- waitForFactAddedOrRemoved(String) -
Method in interface jadex.runtime.IExternalAccess
- Wait for a belief set change.
- waitForFactAddedOrRemoved(String, long) -
Method in interface jadex.runtime.IExternalAccess
- Wait for a belief set change.
- waitForFactAddedOrRemoved(String) -
Method in class jadex.runtime.MobilePlan
- Wait for a belief set change.
- waitForFactAddedOrRemoved(String, long) -
Method in class jadex.runtime.MobilePlan
- Wait for a belief set change.
- waitForFactAddedOrRemoved(String) -
Method in class jadex.runtime.Plan
- Wait for a belief set change.
- waitForFactAddedOrRemoved(String, long) -
Method in class jadex.runtime.Plan
- Wait for a belief set change.
- waitForFactRemoved(String) -
Method in interface jadex.runtime.IExternalAccess
- Wait for a belief set change.
- waitForFactRemoved(String, long) -
Method in interface jadex.runtime.IExternalAccess
- Wait for a belief set change.
- waitForFactRemoved(String) -
Method in class jadex.runtime.MobilePlan
- Wait for a belief set change.
- waitForFactRemoved(String, long) -
Method in class jadex.runtime.MobilePlan
- Wait for a belief set change.
- waitForFactRemoved(String) -
Method in class jadex.runtime.Plan
- Wait for a belief set change.
- waitForFactRemoved(String, long) -
Method in class jadex.runtime.Plan
- Wait for a belief set change.
- waitForGoal(String) -
Method in interface jadex.runtime.IExternalAccess
- Wait for a goal.
- waitForGoal(String, long) -
Method in interface jadex.runtime.IExternalAccess
- Wait for a goal.
- waitForGoal(String) -
Method in class jadex.runtime.MobilePlan
- Wait for a goal.
- waitForGoal(String, long) -
Method in class jadex.runtime.MobilePlan
- Wait for a goal.
- waitForGoal(String) -
Method in class jadex.runtime.Plan
- Wait for a goal.
- waitForGoal(String, long) -
Method in class jadex.runtime.Plan
- Wait for a goal.
- waitForInternalEvent(String) -
Method in interface jadex.runtime.IExternalAccess
- Wait for an internal event.
- waitForInternalEvent(String, long) -
Method in interface jadex.runtime.IExternalAccess
- Wait for an internal event.
- waitForInternalEvent(String) -
Method in class jadex.runtime.MobilePlan
- Wait for an internal event.
- waitForInternalEvent(String, long) -
Method in class jadex.runtime.MobilePlan
- Wait for an internal event.
- waitForInternalEvent(String) -
Method in class jadex.runtime.Plan
- Wait for an internal event.
- waitForInternalEvent(String, long) -
Method in class jadex.runtime.Plan
- Wait for an internal event.
- waitForMessageEvent(String) -
Method in interface jadex.runtime.IExternalAccess
- Wait for a message event.
- waitForMessageEvent(String, long) -
Method in interface jadex.runtime.IExternalAccess
- Wait for a message event.
- waitForMessageEvent(String) -
Method in class jadex.runtime.MobilePlan
- Wait for a message event.
- waitForMessageEvent(String, long) -
Method in class jadex.runtime.MobilePlan
- Wait for a message event.
- waitForMessageEvent(String) -
Method in class jadex.runtime.Plan
- Wait for a message event.
- waitForMessageEvent(String, long) -
Method in class jadex.runtime.Plan
- Wait for a message event.
- waitForReply(IMessageEvent) -
Method in interface jadex.runtime.IExternalAccess
- Wait for a message.
- waitForReply(IMessageEvent, long) -
Method in interface jadex.runtime.IExternalAccess
- Wait for a message.
- waitForReply(IMessageEvent) -
Method in class jadex.runtime.MobilePlan
- Wait for a message.
- waitForReply(IMessageEvent, long) -
Method in class jadex.runtime.MobilePlan
- Wait for a message.
- waitForReply(IMessageEvent) -
Method in class jadex.runtime.Plan
- Wait for a message.
- waitForReply(IMessageEvent, long) -
Method in class jadex.runtime.Plan
- Wait for a message.
- waitForSubgoal(IGoal) -
Method in class jadex.runtime.MobilePlan
- Wait for a goal.
- waitForSubgoal(IGoal, long) -
Method in class jadex.runtime.MobilePlan
- Wait for a goal.
- waitForSubgoal(IGoal) -
Method in class jadex.runtime.Plan
- Wait for a goal.
- waitForSubgoal(IGoal, long) -
Method in class jadex.runtime.Plan
- Wait for a goal.
- wakeup() -
Method in interface jadex.adapter.IAgentAdapter
- Called by the agent when it probably awoke from an idle state.
- WeakList - Class in jadex.util.collection
- A list with weak entries.
- WeakList() -
Constructor for class jadex.util.collection.WeakList
- Create a new list.
- WeakObject - Class in jadex.util
- Weakreference has the disadvantage that it does not support
transparent equals() and hashcode() methods.
- WeakObject(Object) -
Constructor for class jadex.util.WeakObject
- Construct a new reference.
- WeakObject(Object, ReferenceQueue) -
Constructor for class jadex.util.WeakObject
- Construct a WeakObject.
- WeakSet - Class in jadex.util.collection
- A weak set for entries that will be automatically removed when
no references to them are existing any more.
- WeakSet() -
Constructor for class jadex.util.collection.WeakSet
- Construct a WeakSet based on a HashSet.
- WHEN_ACTIVE -
Static variable in interface jadex.model.IMInhibits
- The "when_active" inhibition type.
- WHEN_IN_PROCESS -
Static variable in interface jadex.model.IMInhibits
- The "when_in_process" inhibition type.
- wrapText(String) -
Static method in class jadex.util.SUtil
- Wrap a text at a given line length.
- wrapText(String, int) -
Static method in class jadex.util.SUtil
- Wrap a text at a given line length.
- write(int) -
Method in class jadex.util.MultiStream
- Write a byte to the streams.
- write(byte[], int, int) -
Method in class jadex.util.MultiStream
- Write a byte array to the streams.
X
- X_MESSAGE_ID -
Static variable in class jadex.adapter.fipa.SFipa
-
A B C D E F G H I J K L M N O P Q R S T U V W X
Submit a bug or feature
For further API reference and developer documentation, see the Jadex User Guide and the Jadex Tutorial. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, and working code examples. Copyright (C) 2002-2007 Lars Braubach, Alexander Pokahr - University of Hamburg. Use is subject to license terms.