Package jade.domain.JADEAgentManagement

Examples of jade.domain.JADEAgentManagement.ShowGui


     msg.setOntology(JADEManagementOntology.NAME);
     msg.setLanguage(FIPANames.ContentLanguage.FIPA_SL0);
     msg.setProtocol(FIPANames.InteractionProtocol.FIPA_REQUEST);
     Action a = new Action();
     a.setActor(myRMA.getDefaultDF());
     a.setAction(new ShowGui());
    
     try {
       myRMA.getContentManager().fillContent(msg,a);
     } catch (Exception e) {
       e.printStackTrace();
View Full Code Here

TOP

Related Classes of jade.domain.JADEAgentManagement.ShowGui

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.