Uses of Class
jade.core.BehaviourID

Packages that use BehaviourID
jade.core This package contains the microkernel of JADE system. 
jade.core.event   
jade.domain.introspection This package contains the definition of the ontology used by JADE for internal monitoring of the agent platform and running agents. 
 

Uses of BehaviourID in jade.core
 

Methods in jade.core with parameters of type BehaviourID
 void BehaviourID.addChildren(BehaviourID bid)
          Adds a new behaviour ID as a child of this one.
 

Uses of BehaviourID in jade.core.event
 

Methods in jade.core.event that return BehaviourID
 BehaviourID AgentEvent.getBehaviour()
           
 

Constructors in jade.core.event with parameters of type BehaviourID
AgentEvent(int id, AID aid, BehaviourID bid, ContainerID cid)
           
AgentEvent(int id, AID aid, BehaviourID bid, java.lang.String strFrom, java.lang.String strTo, ContainerID cid)
           
 

Uses of BehaviourID in jade.domain.introspection
 

Methods in jade.domain.introspection that return BehaviourID
 BehaviourID RemovedBehaviour.getBehaviour()
          Retrieve the value of the behaviour slot of this event, containing the behaviour identifier of the newly removed behaviour.
 BehaviourID ChangedBehaviourState.getBehaviour()
          Retrieve the value of the behaviour slot of this event, containing the behaviour identifier of the behaviour whose state changed.
 BehaviourID AddedBehaviour.getBehaviour()
          Retrieve the value of the behaviour slot of this event, containing the behaviour identifier of the newly added behaviour.
 

Methods in jade.domain.introspection with parameters of type BehaviourID
 void RemovedBehaviour.setBehaviour(BehaviourID id)
          Set the behaviour slot of this event.
 void ChangedBehaviourState.setBehaviour(BehaviourID id)
          Set the behaviour slot of this event.
 void AddedBehaviour.setBehaviour(BehaviourID id)
          Set the behaviour of this event.