User Tools

Site Tools


sajas

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
sajas [2016/10/21 16:30]
hlc [Benchmark scenario]
sajas [2020/12/02 14:16] (current)
hlc [MASSim2Dev]
Line 46: Line 46:
  
 The [[MASSim2Dev|MASSim2Dev]] tool performs the needed changes automatically. The [[MASSim2Dev|MASSim2Dev]] tool performs the needed changes automatically.
 +
 +An additional change to take into account is that although the import of the ''jade.core.AID'' class should not, in general, be redirected to ''sajas.core.AID'', any direct instantiation of ''AID'' should be made in the SAJaS' version of this class (which extends JADE's one). Example:
 +
 +<code>
 +import sajas.core.Agent;
 +import jade.core.AID;
 +
 +...
 +
 +ACLMessage m = new ACLMessage(ACLMessage.REQUEST);
 +m.addReceiver(new sajas.core.AID(name, false);
 +...
 +
 +</code>
  
  
Line 69: Line 83:
   * {{:sajas_repast3_vis_test.zip|source code in SAJaS+Repast3 extended with visualization features}}   * {{:sajas_repast3_vis_test.zip|source code in SAJaS+Repast3 extended with visualization features}}
   * {{:sajas_repasts_test.zip|source code in SAJaS+RepastS}}   * {{:sajas_repasts_test.zip|source code in SAJaS+RepastS}}
 +  * {{:sajas_repasts_vis_test.zip|source code in SAJaS+RepastS extended with visualization features (full Eclipse project)}}
  
 The classes that are used to run the different MAS/simulation infrastructures are ''JadeServiceConsumerProviderLauncher.java'', ''Repast3ServiceConsumerProviderLauncher.java'' and ''RepastSServiceConsumerProviderLauncher.java'', respectively. The classes that are used to run the different MAS/simulation infrastructures are ''JadeServiceConsumerProviderLauncher.java'', ''Repast3ServiceConsumerProviderLauncher.java'' and ''RepastSServiceConsumerProviderLauncher.java'', respectively.
Line 137: Line 152:
   * //ServiceHelper features//: JADE features that rely on service helpers, such as topic-based communication, are not currently supported by SAJaS, due to their added complexity.   * //ServiceHelper features//: JADE features that rely on service helpers, such as topic-based communication, are not currently supported by SAJaS, due to their added complexity.
   * //AMS/DF services//: Although the most typical usages of the DF service (register/deregister/search) are covered in SAJaS, some are not, including modifying a DF registration and searching the AMS (which is seldom useful).   * //AMS/DF services//: Although the most typical usages of the DF service (register/deregister/search) are covered in SAJaS, some are not, including modifying a DF registration and searching the AMS (which is seldom useful).
 +  * //Mobility between containers//: Mobility-related methods are not supported yet, because SAJaS simplifies the usage of containers.
  
  
Line 154: Line 170:
 This page has been created and is maintained by [[start|Henrique Lopes Cardoso]]. Any feedback or questions are highly appreciated. This page has been created and is maintained by [[start|Henrique Lopes Cardoso]]. Any feedback or questions are highly appreciated.
  
- --- //[[[email protected]|Henrique Lopes Cardoso]] 2016/03/11 18:28//+ --- //[[[email protected]|Henrique Lopes Cardoso]] 2016/10/21 16:32//
sajas.1477060235.txt.gz ยท Last modified: 2016/10/21 16:30 by hlc