Modifiche per il documento TuCSoN4Jason
Dalla versione 8.1
modificato da Andrea Omicini
il 13/11/2021 01:34
il 13/11/2021 01:34
Cambia il commento:
Nessun commento per questa versione
Alla versione 6.1
modificato da Andrea Omicini
il 04/11/2021 00:34
il 04/11/2021 00:34
Cambia il commento:
Nessun commento per questa versione
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Titolo
-
... ... @@ -1,0 +1,1 @@ 1 +TuCSoN4Jason - Content
-
... ... @@ -1,13 +1,11 @@ 1 - ={{stringIta}}Homedi {{/stringIta}}{{t4jnshort='n'/}}{{stringEng}} Home{{/stringEng}} =1 +>What is {{displayName name='tucson4jason'/}} 2 2 3 - >Whatis {{t4jn short='n'/}}3 +{{displayName name='tucson4jason'/}} ({{displayName name='t4jn'/}} for short) is a Java library enabling Jason agents to exploit {{tucson/}} coordination services wrapped as Jason internal actions. [[Jason>>http://http://jason.sourceforge.net/wp/]] is a well-known Java-based implementation of the #agentsl() language for BDI agents. [[TuCSoN>>http://tucson.unibo.it]] is Java-based middleware providing software agents with coordination as a service via programmable logic tuple spaces, called tuple centres. 4 4 5 -{{t4jn short='n'/}} ({{t4jn/}} for short) is a Java library enabling Jason agents to exploit {{tucson/}} coordination services wrapped as Jason internal actions. [[Jason>>http://http://jason.sourceforge.net/wp/]] is a well-known Java-based implementation of the AgentSpeak(L) language for BDI agents. [[TuCSoN>>http://tucson.unibo.it]] is Java-based middleware providing software agents with coordination as a service via programmable logic tuple spaces, called tuple centres. 5 +By combining {{tucson/}} and Jason, {{displayName name='t4jn'/}} aims at providing MAS engineers with a full-featured //MAS middleware// for cognitive agents, enabling them to exploit both dimensions of agent-oriented software engineering — //individual//, through #jason() agents; //social//, via {{tucson/}} tuple centres — in a complete and well-balanced way. 6 +<p/> 7 +{{displayName name='t4jn'/}} is available under [[GNU LGPL license>>https://www.gnu.org/licenses/lgpl.html]]. 6 6 7 -By combining {{tucson/}} and Jason, {{t4jn/}} aims at providing MAS engineers with a full-featured //MAS middleware// for cognitive agents, enabling them to exploit both dimensions of agent-oriented software engineering — //individual//, through Jason agents; //social//, via {{tucson/}} tuple centres — in a complete and well-balanced way. 8 - 9 -{{t4jn/}} is available under [[GNU LGPL license>>https://www.gnu.org/licenses/lgpl.html]]. 10 - 11 11 >Getting Started 12 12 * download t4jn.jar archive from the [[Downloads>>http://bitbucket.org/smariani/tucson4jason/downloads]] section on its [[Bitbucket repository>>http://bitbucket.org/smariani/tucson4jason/]] 13 13 * download the libraries it depends on ... ... @@ -15,7 +15,7 @@ 15 15 ** {{tucson/}} — from its [[Downloads>>TuCSoN.Downloads]] section //(tucson.jar)// 16 16 ** {{tuprolog/}} — from its [[Downloads>>Tuprolog.Downloads]] section //(2p.jar)// 17 17 * open a command prompt in the folder where you put all the four jars above, then type 18 -** on Linux & Mac OS 16 +** on Linux & Mac OS 19 19 {{code}}java -cp libs/tucson.jar:libs/2p.jar alice.TuCSoN.service.TucsonNodeService{{/code}} 20 20 ** on Windows 21 21 {{code}}java -cp libs/tucson.jar;libs/2p.jar alice.TuCSoN.service.TucsonNodeService{{/code}}