Uses of Interface
jade.domain.DFGUIAdapter
-
Packages that use DFGUIAdapter Package Description jade.domain This package and its sub-packages contains FIPA specific agents and ontologies.jade.tools.applet This package contains all those classes and HTML files that are necessary to implement applets integrated within the JADE framework.jade.tools.dfgui -
-
Uses of DFGUIAdapter in jade.domain
Classes in jade.domain that implement DFGUIAdapter Modifier and Type Class Description classdfStandard Directory Facilitator agent.Methods in jade.domain with parameters of type DFGUIAdapter Modifier and Type Method Description voidDFGUIInterface. setAdapter(DFGUIAdapter dfa) -
Uses of DFGUIAdapter in jade.tools.applet
Classes in jade.tools.applet that implement DFGUIAdapter Modifier and Type Class Description classDFAppletCommunicatorThis class is used by DFApplet in order to communicate with the DF agent via a socket connection. -
Uses of DFGUIAdapter in jade.tools.dfgui
Methods in jade.tools.dfgui with parameters of type DFGUIAdapter Modifier and Type Method Description voidDFGUI. setAdapter(DFGUIAdapter a)Constructors in jade.tools.dfgui with parameters of type DFGUIAdapter Constructor Description DFGUI(DFGUIAdapter a)Constructor with arguments.
-