Package jade.domain.FIPAAgentManagement

Examples of jade.domain.FIPAAgentManagement.SearchConstraints


    else
       df = gui.myAgent.getDescriptionOfThisDF().getName();
   
    ConstraintDlg constraintsGui = new ConstraintDlg(gui);
    //insert the constraints for the search.
    SearchConstraints constraints = constraintsGui.setConstraint();
   
    if(constraints == null) //pressed the cancel button
      return;
     
    DFAgentDscDlg dlg = new DFAgentDscDlg((Frame) gui);
View Full Code Here

TOP

Related Classes of jade.domain.FIPAAgentManagement.SearchConstraints

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.