Uses of Interface
jade.content.Concept

Packages that use Concept
jade.content
jade.content.abs   
jade.content.onto.basic   
jade.core This package contains the microkernel of JADE system.  
jade.domain.FIPAAgentManagement This package contains the definition of the FIPA-Agent-Management ontology as specified by the FIPA standard FIPA Agent Management Specification - document no. 23 version H (15th August 2001).  
jade.domain.introspection This package contains the definition of the ontology used by JADE for internal monitoring of the agent platform and running agents.  
jade.domain.JADEAgentManagement This package contains the definition of the JADE-Agent-Management ontology, the vocabulary with the list of used symbols, and all the Java classes that implement the concepts of the ontology. 
jade.domain.mobility This package contains the definition of the JADE-mobility ontology, the vocabulary with the list of used symbols, and all the Java classes that implement the concepts of the ontology. 
 

Uses of Concept in jade.content
 

Subinterfaces of Concept in jade.content
 interface AgentAction
          Generic interface to be implemented by classes associated to agent actions in an ontology.
 

Classes in jade.content that implement Concept
 class OntoACLMessage
          Utility class that allow using an ACLMessage object as an ontological agent action.
 class OntoAID
          Utility class that allow using an AID object as an ontological concept.
 

Uses of Concept in jade.content.abs
 

Classes in jade.content.abs that implement Concept
 class AbsAgentAction
          An abstract descriptor that can hold an agent action expression.
 class AbsAggregate
          An abstract descriptor that can hold an aggregate entitiy expression.
 class AbsConcept
          An abstract descriptor that can hold a concept expression.
 

Uses of Concept in jade.content.onto.basic
 

Classes in jade.content.onto.basic that implement Concept
 class Action
          This class implements the action operator of the FIPA SL0 action.
 

Methods in jade.content.onto.basic that return Concept
 Concept Result.getAction()
           
 Concept Done.getAction()
           
 Concept Action.getAction()
           
 

Methods in jade.content.onto.basic with parameters of type Concept
 void Result.setAction(Concept a)
           
 void Done.setAction(Concept a)
           
 void Action.setAction(Concept a)
           
 

Constructors in jade.content.onto.basic with parameters of type Concept
Result(Concept a, java.lang.Object v)
           
Done(Concept a)
           
Action(AID id, Concept a)
           
 

Uses of Concept in jade.core
 

Subinterfaces of Concept in jade.core
 interface Location
          Abstract interface to represent JADE network locations.
 

Classes in jade.core that implement Concept
 class ContainerID
          A class identifying an aget container in the JADE platform.
 class PlatformID
          Description here
 

Uses of Concept in jade.domain.FIPAAgentManagement
 

Classes in jade.domain.FIPAAgentManagement that implement Concept
 class AMSAgentDescription
          This class implements the concept of the fipa-agent-management ontology representing the description of an Agent in the AMS catalogue.
 class APDescription
          This class implements the concept of the fipa-agent-management ontology representing the description of an agent platform as it can be retrieved from the AMS.
 class APService
          This class implements the concept of the fipa-agent-management ontology representing the description of a platform service.
 class Deregister
          This class implements the deregister action of the fipa-agent-management ontology.
 class DFAgentDescription
          This class implements the concept of the fipa-agent-management ontology representing the description of an agent in the DF catalogue.
 class Envelope
          This class models an envelope.
 class GetDescription
          This class implements the get-description action of the fipa-agent-management ontology.
 class Modify
          This class implements the modify action of the fipa-agent-management ontology.
 class Property
          This class implements the property type, a pair of a name and value.
 class ReceivedObject
          This class implements the received-object object from the FIPA Agent Management ontology.
 class Register
          This class implements the register action of the fipa-agent-management ontology.
 class Search
          This class implements the search action of the fipa-agent-management ontology.
 class SearchConstraints
          This class models a search constraint.
 class ServiceDescription
          This class models a service data type.
 

Uses of Concept in jade.domain.introspection
 

Subinterfaces of Concept in jade.domain.introspection
 interface Event
          The generic interface for all introspection events.
 

Classes in jade.domain.introspection that implement Concept
 class AddedContainer
          This class represents the added-container concept in the jade-introspection ontology.
 class AddedMTP
          This class represents the added-mtp concept in the jade-introspection ontology.
 class BornAgent
          An introspection event, recording the birth of a new agent within the platform.
 class DeadAgent
          An introspection event, recording the death of an agent within the platform.
 class KillContainerRequested
          This class represents the kill-container-requested concept in the jade-introspection ontology.
 class MovedAgent
          An introspection event, recording the migration of an agent within the platform.
 class RemovedContainer
          An introspection event, recording the removal of an agent container within the platform.
 class RemovedMTP
          An introspection event, recording the removal of an MTP within the platform.
 class ResetEvents
          This class represents the meta-reset-events concept in the jade-introspection ontology.
 class ResumedAgent
          An introspection event, recording the resumption of a formerly suspended agent within the platform.
 class SuspendedAgent
          An introspection event, recording the suspension of a formerly active agent within the platform.
 

Uses of Concept in jade.domain.JADEAgentManagement
 

Classes in jade.domain.JADEAgentManagement that implement Concept
 class CreateAgent
          This class represents the create-agent action of the JADE-agent-management ontology.
 class InstallMTP
          This class represents the install-MTP action of the JADE-agent-management ontology.
 class KillAgent
          This class represents the kill-agent action of the JADE-agent-management ontology.
 class KillContainer
          This class represents the kill-container action of the JADE-agent-management ontology.
 class QueryAgentsOnLocation
          This class represents the query-agents-on-location action of the JADE-agent-management ontology.
 class QueryPlatformLocationsAction
          This class represents the query-platform-locations action of the JADE-agent-management ontology.
 class ShowGui
          This class represents the show-gui action of the JADE-agent-management ontology.
 class ShutdownPlatform
          This class represents the shutdown-platform action of the JADE-agent-management ontology.
 class UninstallMTP
          This class represents the uninstall-MTP action of the JADE-agent-management ontology.
 class WhereIsAgentAction
          This class represents the where-is-agent action of the JADE-agent-management ontology.
 

Uses of Concept in jade.domain.mobility
 

Classes in jade.domain.mobility that implement Concept
 class CloneAction
          This class represents the clone-agent action, requesting to clone an agent within the platform.
 class LoadBehaviour
          This action represents a request to load a Behaviour whose code is not included in the classpath of the JVM where the agent that is going to execute the behaviour lives.
 class MobileAgentDescription
          This class represents the mobile-agent-description concept.
 class MobileAgentLanguage
          This class represents the mobile-agent-language concept.
 class MobileAgentOS
          This class represents the mobile-agent-os concept.
 class MobileAgentProfile
          This class represents the mobile-agent-profile concept.
 class MobileAgentSystem
          This class represents the mobile-agent-system concept.
 class MoveAction
          This class represents the move-agent action, requesting to move an agent within the platform.
 class Parameter
          This concept represents a parameter to be passed to a Behaviour in the dynamic loading procedure.
 



JADE