Ideation Project DA Ruwe
This program provides us with an agent based simulation of an ideation game.
 All Classes Functions Variables
Static Public Attributes
ideation.LanguageSpecs Class Reference

Messages, Warnings and Errors are set globally here in English. More...

List of all members.

Static Public Attributes

static String message_welcome = "=================================================================\n\n"
 Welcome Message.
static String message_reading_xml = "Reading the XML File...\n"
static String message_usage = "are essential!\n"
 Usage.
static String error_card_read = "Error: Problem whilst reading the input xml file. Please check format and/or existence."
 Error when reading input xml.
static String error_illegal_incentive = ".\n"
 Error when incentive scheme does not exist.
static String error_illegal_heuristic = ".\n"
 Error heurisitc does not exist.
static String error_illegal_heuristic_nonparticipant = "There is someone who does not exist playing. This will prove funny..."
 Error there is a nonparticipant playing.
static String error_privatePerformanceTurningPoint_noideas = "privatePerformanceTurningPoint_noideas Method, but alas, there is none...\n"
 Agent Private Performance Turning Point Idea is missing.
static String error_card_read_tag = "Error: There is something wrong at tag: "
 Error in input xml.
static String message_setting_variable = "Message: Setting variable:\n"
 Message setting variable input xml.
static String error_gauss_sigma = "Error: The variance must not be zero or negative."
 Error Gauss.
static String error_gaussT_bounds = "Error: The left bound must be smaller than the right bound."
 Error Gauss.
static String error_gaussT_mean = "Error: The mean must lie within the bounds."
 Error Gauss.
static String error_gaussT_x = "Error: The The x must lie within the bounds."
 Error Gauss.
static String error_heuristic_privatePerformance_considerBigger2 = "Error: The returned Vector consider must not be bigger than two."
 Error privatePerformance_considerBigger2.
static String error_unreachable_privatePerformanceChooseIdeas = "Error: Unreachable code in Private Performance Choose Ideas reached."
 Error unreachable_privatePerformanceChooseIdeas.
static String error_unreachable_collaborativePerformanceChooseIdeas = "Error: Unreachable code in Collaborative Performance Choose Ideas reached."
static String error_backend_Rscript = "Error: Problem executing Rscript."
static String error_heuristic_collaborativePerformance_considerBigger2 = "Error: The returned Vector consider must not be bigger than two."
static String message_backend_Rscript_run = "Running R..."
static String message_backend_Rscript_stderr = "Stderr from R? If 0 all is well."
static String error_backend_xelatex = "Error: Problem executing xelatex."
static String message_backend_xelatex_run = "Running Xelatex..."
static String message_backend_xelatex_stderr = "Stderr from Xelatex? If 0 all is well."
static String error_xslt_transformation = "Error: Problem doing the xslt transformation."
static String error_mainoutput = "\t \t Both output files also have the TestCase ID in their filename."
static String error_mainoutput_close_xslIn = "Error: Problem closing the main stylesheet original."
static String error_mainoutput_close_xslOut = "Error: Problem closing the main stylesheet copy."
static String error_mainoutput_close_inpxmlOut = "Error: Problem closing the input xml copy."
static String error_mainoutput_close_inpxmlIn = "Error: Problem closing the input xml original."
static String message_writingOutput_testCase = "Writing output (.xml/.xsl) for TestCase_"
static String message_transformingOutput_testCase = "Transforming output (.html/.csv/.tex) for TestCase_"

Detailed Description

If the language of the program is to be changed or the output influenced, this should be done here.

Author:
Ruediger Ruwe <ruediger.ruwe @ rwth-aachen.de>
Version:
1.0
Since:
01.08.2012

Member Data Documentation

String ideation.LanguageSpecs.error_privatePerformanceTurningPoint_noideas = "privatePerformanceTurningPoint_noideas Method, but alas, there is none...\n" [static]
String ideation.LanguageSpecs.message_reading_xml = "Reading the XML File...\n" [static]

The documentation for this class was generated from the following file:
 All Classes Functions Variables