All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ntsoz.abm-jadex.1.0.0.source-code.Template_PropertiesFile.properties Maven / Gradle / Ivy

Go to download

Allows the use of Jadex (http://www.activecomponents.org/bin/view/Documentation/Overview) as the underlying BDI system

There is a newer version: 2.0.1
Show newest version
###
# #%L
# BDI-ABM Integration Package
# %%
# Copyright (C) 2014 - 2015 by its authors. See AUTHORS file.
# %%
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as
# published by the Free Software Foundation, either version 3 of the
# License, or (at your option) any later version.
# 
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Lesser Public License for more details.
# 
# You should have received a copy of the GNU General Lesser Public
# License along with this program.  If not, see
# .
# #L%
###
#This is a template for properties file which is used to create a CentralOrganizer XML file
#CentralOrganizer is basically a Jadex's .application.xml file.

#Choose the location to put all the logging output activity
#e.g : logging_location = E:/alumierre/MyWorks/WorksData/IntelligentSystem/Summer2012-Jadex-Repast/Jadex-ABMS-Integration/test/example1/
logging_location = 

#Choose the port where Super Central Organizer will be installed.
#sc_port = 1099
sc_port =

#Choose the host for Super Central
#e.g : sc_host = localhost
sc_host =

#Choose a unique name to identify Super Central instance
#e.g : sc_name = super_name
sc_name =

#Choose the port where Central Organizer will be installed.
#e.g : co_port = 1099
co_port =

#Fill below with your path to where you want your CentralOrganizer is built in
#e.g : build_location=E:/alumierre/MyWorks/WorksData/IntelligentSystem/Summer2012-Jadex-Repast/Jadex-ABMS-Integration/test/example1/example_co.application.xml
build_location=

#Fill below with the package where the Central Organizer will be
#This is in analogy with the .agent.xml's attributes of "package" in your Jadex
#e.g : package=example1
package =

#Maximum capacity per Central Organizer (by default : 100)
#e.g : maxCapacityPerCO = 100
maxCapacityPerCO =

#Minimum capacity per Central Organizer (by default : 25)
#e.g : minCapacityPerCO = 25
minCapacityPerCO =

#From here on insert a tupple of your "agent class name in Repast" - "path to your agent xml in Jadex"
#Format : "AGENT_REPAST_CLASSNAME=JADEX_AGENT_XML_PATH" 
#(without double quotes) 
#ex : 
#agentA=E:/alumierre/Jadex-ABMS-Integration/test/example2/agentA.agent.xml




© 2015 - 2025 Weber Informatics LLC | Privacy Policy