Uses of Class
jade.core.BehaviourID
-
Packages that use BehaviourID Package Description 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.jade.tools.introspector.gui -
-
Uses of BehaviourID in jade.core
Methods in jade.core with parameters of type BehaviourID Modifier and Type Method Description voidBehaviourID. 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 Modifier and Type Method Description BehaviourIDAgentEvent. getBehaviour()Constructors in jade.core.event with parameters of type BehaviourID Constructor Description AgentEvent(int id, AID aid, BehaviourID bid, ContainerID cid)AgentEvent(int id, AID aid, BehaviourID bid, String strFrom, String strTo, ContainerID cid) -
Uses of BehaviourID in jade.domain.introspection
Methods in jade.domain.introspection that return BehaviourID Modifier and Type Method Description BehaviourIDAddedBehaviour. getBehaviour()Retrieve the value of thebehaviourslot of this event, containing the behaviour identifier of the newly added behaviour.BehaviourIDChangedBehaviourState. getBehaviour()Retrieve the value of thebehaviourslot of this event, containing the behaviour identifier of the behaviour whose state changed.BehaviourIDRemovedBehaviour. getBehaviour()Retrieve the value of thebehaviourslot of this event, containing the behaviour identifier of the newly removed behaviour.Methods in jade.domain.introspection with parameters of type BehaviourID Modifier and Type Method Description voidAddedBehaviour. setBehaviour(BehaviourID id)Set thebehaviourof this event.voidChangedBehaviourState. setBehaviour(BehaviourID id)Set thebehaviourslot of this event.voidRemovedBehaviour. setBehaviour(BehaviourID id)Set thebehaviourslot of this event. -
Uses of BehaviourID in jade.tools.introspector.gui
Methods in jade.tools.introspector.gui that return BehaviourID Modifier and Type Method Description BehaviourIDBehaviourTreeNode. getBehaviour()Methods in jade.tools.introspector.gui with parameters of type BehaviourID Modifier and Type Method Description static voidTreeUpdater. description(JTextArea t, BehaviourID b)voidBehaviourTreeNode. setBehaviour(BehaviourID b)Constructors in jade.tools.introspector.gui with parameters of type BehaviourID Constructor Description BehaviourTreeNode(BehaviourID beh)BehaviourTreeNode(BehaviourID beh, String s)
-