Computer Science and Information Systems 2013 Volume 10, Issue 4, Pages: 1525-1556
https://doi.org/10.2298/CSIS121105044D
Full text ( 458 KB)
Cited by


A DSL for the development of software agents working within a semantic web environment

Demirkol Sebla (International Computer Institute, Ege University, Bornova, Izmir, Turkey)
Challenger Moharram (International Computer Institute, Ege University, Bornova, Izmir, Turkey)
Getir Sinem (International Computer Institute, Ege University, Bornova, Izmir, Turkey)
Kosar Tomaž (University of Maribor, Faculty of Electrical Engineering and Computer Science, Maribor, Slovenia)
Kardas Geylani (International Computer Institute, Ege University, Bornova, Izmir, Turkey)
Mernik Marjan (University of Maribor, Faculty of Electrical Engineering and Computer Science, Maribor, Slovenia)

Software agents became popular in the development of complex software systems, especially those requiring autonomous and proactive behavior. Agents interact with each other within a Multi-agent System (MAS), in order to perform certain defined tasks in a collaborative and/or selfish manner. However, the autonomous, proactive and interactive structure of MAS causes difficulties when developing such software systems. It is within this context, that the use of a Domain-specific Language (DSL) may support easier and quicker MAS development methodology. The impact of such DSL usage could be clearer when considering the development of MASs, especially those working on new challenging environments like the Semantic Web. Hence, this paper introduces a new DSL for Semantic Web enabled MASs. This new DSL is called Semantic web Enabled Agent Language (SEA_L). Both the SEA_L user-aspects and the way of implementing SEA_L are discussed in the paper. The practical use of SEA_L is also demonstrated using a case study which considers the modeling of a multi-agent based e-barter system. When considering the language implementation, we first discuss the syntax of SEA_L and we show how the specifications of SEA_L can be utilized during the code generation of real MAS implementations. The syntax of SEA_L is supported by textual modeling toolkits developed with Xtext. Code generation for the instance models are supplied with the Xpand tool.

Keywords: domain-specific language, metamodel, multi-agent system, semantic web