Uses of Class
jade.core.Channel
-
Packages that use Channel Package Description 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 Modifier and Type Method Description ChannelMTPEvent. getChannel()ChannelMessageEvent. getFrom()ChannelMessageEvent. getTo()Constructors in jade.core.event with parameters of type Channel Constructor Description 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 Modifier and Type Method Description ChannelRoutedMessage. getFrom()ChannelRoutedMessage. getTo()Methods in jade.domain.introspection with parameters of type Channel Modifier and Type Method Description voidRoutedMessage. setFrom(Channel c)voidRoutedMessage. setTo(Channel c)
-