Uses of Class
jade.core.Channel

Packages that use Channel
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 Channel in jade.core.event
 

Methods in jade.core.event that return Channel
 Channel MTPEvent.getChannel()
           
 Channel MessageEvent.getFrom()
           
 Channel MessageEvent.getTo()
           
 

Constructors in jade.core.event with parameters of type Channel
MessageEvent(int id, ACLMessage msg, Channel f, Channel t, ContainerID cid)
           
MTPEvent(int id, ContainerID cid, Channel ch)
           
 

Uses of Channel in jade.domain.introspection
 

Methods in jade.domain.introspection that return Channel
 Channel RoutedMessage.getFrom()
           
 Channel RoutedMessage.getTo()
           
 

Methods in jade.domain.introspection with parameters of type Channel
 void RoutedMessage.setFrom(Channel c)
           
 void RoutedMessage.setTo(Channel c)