<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Sample</title><link>https://sourceforge.net/p/visitorgenerator/wiki/Sample/</link><description>Recent changes to Sample</description><atom:link href="https://sourceforge.net/p/visitorgenerator/wiki/Sample/feed" rel="self"/><language>en</language><lastBuildDate>Tue, 04 Apr 2017 18:08:43 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/visitorgenerator/wiki/Sample/feed" rel="self" type="application/rss+xml"/><item><title>Sample modified by Walter Lyrer</title><link>https://sourceforge.net/p/visitorgenerator/wiki/Sample/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -1,19 +1,19 @@
 Visitor Generator Sample
 ========================

-A sample of generated code has been provided. The sample can be downloaded as zip file from [here](https://sourceforge.net/projects/visitorgenerator/files/visitor-generator-1.0.0/visitor-generator-sample-1.0.0.zip "Download Sample ZIP file").
+A sample of generated code has been provided. The sample can be downloaded as zip file from [here](https://sourceforge.net/projects/visitorgenerator/files/visitor-generator-1.0.1/visitor-generator-sample-1.0.1.zip "Download Sample ZIP file").

 Please, read the documentation VisitorGeneratorSampleExplained.pdf from the downloaded zip file. There the steps of creation from first generation step until the final visitor implementation is described in detail.

 There are also three JAR files inside the zip containing Java code:

-- visitor-generator-sample-source-1.0.0.jar contains the visitor generation source code using the visitor generator. In the documentation VisitorGeneratorSampleExplained.pdf it is explained how to use it.
+- visitor-generator-sample-source-1.0.1.jar contains the visitor generation source code using the visitor generator. In the documentation VisitorGeneratorSampleExplained.pdf it is explained how to use it.

-- visitor-generator-sample-generated-1.0.0.jar contains the code generated by the visitor generator code. This code is generated automatically without any manual adaptions. This code contains only "structure" and does not make any meaningful thing. When you generate the visitor code as described in the documentation VisitorGeneratorSampleExplained.pdf then it is identical to the code in this JAR file.
+- visitor-generator-sample-generated-1.0.1.jar contains the code generated by the visitor generator code. This code is generated automatically without any manual adaptions. This code contains only "structure" and does not make any meaningful thing. When you generate the visitor code as described in the documentation VisitorGeneratorSampleExplained.pdf then it is identical to the code in this JAR file.

-- visitor-generator-sample-implemented-1.0.0.jar contains the code generated by the visitor generator and manually implemented. This code runs as defined in the use case described in documentation VisitorGeneratorSampleExplained.pdf.
+- visitor-generator-sample-implemented-1.0.1.jar contains the code generated by the visitor generator and manually implemented. This code runs as defined in the use case described in documentation VisitorGeneratorSampleExplained.pdf.

-The code in visitor-generator-sample-implemented-1.0.0.jar and visitor-generator-sample-source-1.0.0.jar must be compiled in the same classpath to run the samples successfully.
+The code in visitor-generator-sample-implemented-1.0.1.jar and visitor-generator-sample-source-1.0.1.jar must be compiled in the same classpath to run the samples successfully.

 Copyright
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Walter Lyrer</dc:creator><pubDate>Tue, 04 Apr 2017 18:08:43 -0000</pubDate><guid>https://sourceforge.netb130bececd9e6df857f676f0a7b812e993a5720a</guid></item><item><title>Sample modified by Walter Lyrer</title><link>https://sourceforge.net/p/visitorgenerator/wiki/Sample/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -1,7 +1,7 @@
 Visitor Generator Sample
 ========================

-A sample of generated code has been provided. The sample can be downloaded as zip file from [here](https://sourceforge.net/projects/visitorgenerator/files/visitor-generator-1.0.0/visitor-generator-sample-1.0.0.zip).
+A sample of generated code has been provided. The sample can be downloaded as zip file from [here](https://sourceforge.net/projects/visitorgenerator/files/visitor-generator-1.0.0/visitor-generator-sample-1.0.0.zip "Download Sample ZIP file").

 Please, read the documentation VisitorGeneratorSampleExplained.pdf from the downloaded zip file. There the steps of creation from first generation step until the final visitor implementation is described in detail.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Walter Lyrer</dc:creator><pubDate>Tue, 28 Mar 2017 15:46:35 -0000</pubDate><guid>https://sourceforge.netaf047fc128269f10db689a13015cbb2e6dccdfd6</guid></item><item><title>Sample modified by Walter Lyrer</title><link>https://sourceforge.net/p/visitorgenerator/wiki/Sample/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Walter Lyrer</dc:creator><pubDate>Sun, 26 Mar 2017 19:29:55 -0000</pubDate><guid>https://sourceforge.netef537bf693177f53a8c02ab2a23e31f4e4dc2772</guid></item><item><title>Visitor Generator Sample modified by Walter Lyrer</title><link>https://sourceforge.net/p/visitorgenerator/wiki/Visitor%2520Generator%2520Sample/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Walter Lyrer</dc:creator><pubDate>Sun, 26 Mar 2017 17:47:13 -0000</pubDate><guid>https://sourceforge.net9e3eeb01440d4c995b4e45e5c876b2a62eed45d3</guid></item><item><title>Sample modified by Walter Lyrer</title><link>https://sourceforge.net/p/visitorgenerator/wiki/Sample/</link><description>&lt;div class="markdown_content"&gt;&lt;h1 id="visitor-generator-sample"&gt;Visitor Generator Sample&lt;/h1&gt;
&lt;p&gt;A sample of generated code has been provided. The sample can be downloaded as zip file from &lt;a class="" href="https://sourceforge.net/projects/visitorgenerator/files/visitor-generator-1.0.0/visitor-generator-sample-1.0.0.zip"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Please, read the documentation VisitorGeneratorSampleExplained.pdf from the downloaded zip file. There the steps of creation from first generation step until the final visitor implementation is described in detail.&lt;/p&gt;
&lt;p&gt;There are also three JAR files inside the zip containing Java code:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;visitor-generator-sample-source-1.0.0.jar contains the visitor generation source code using the visitor generator. In the documentation VisitorGeneratorSampleExplained.pdf it is explained how to use it.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;visitor-generator-sample-generated-1.0.0.jar contains the code generated by the visitor generator code. This code is generated automatically without any manual adaptions. This code contains only "structure" and does not make any meaningful thing. When you generate the visitor code as described in the documentation VisitorGeneratorSampleExplained.pdf then it is identical to the code in this JAR file.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;visitor-generator-sample-implemented-1.0.0.jar contains the code generated by the visitor generator and manually implemented. This code runs as defined in the use case described in documentation VisitorGeneratorSampleExplained.pdf.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The code in visitor-generator-sample-implemented-1.0.0.jar and visitor-generator-sample-source-1.0.0.jar must be compiled in the same classpath to run the samples successfully.&lt;/p&gt;
&lt;h1 id="copyright"&gt;Copyright&lt;/h1&gt;
&lt;p&gt;Copyright by Walter Lyrer&lt;/p&gt;
&lt;h1 id="disclaimer"&gt;Disclaimer&lt;/h1&gt;
&lt;p&gt;The author cannot be made responsible for any damage caused by the &lt;em&gt;Visitor Generator&lt;/em&gt;.&lt;br/&gt;
The usage of the &lt;em&gt;Visitor Generator&lt;/em&gt; is on own risk.&lt;br/&gt;
The code is designed and implemented on best know-how and with good intentions by the author.&lt;br/&gt;
Especially is to mention that the generated code of the &lt;em&gt;Visitor Generator&lt;/em&gt; is not guaranteed to run instantly correct.&lt;br/&gt;
Manual supervision is necessary.&lt;/p&gt;
&lt;h1 id="author"&gt;Author&lt;/h1&gt;
&lt;p&gt;Walter Lyrer&lt;/p&gt;
&lt;h4 id="other-projects-from-same-author"&gt;Other projects from same author&lt;/h4&gt;
&lt;p&gt;&lt;a class="" href="https://sourceforge.net/projects/generatoreclipseplugin/"&gt;Jacoge Java Generator Eclipse Plugin&lt;/a&gt;&lt;br/&gt;
&lt;a class="" href="https://sourceforge.net/projects/convertergenerator/"&gt;Converter Generator&lt;/a&gt;&lt;br/&gt;
&lt;a class="" href="https://sourceforge.net/projects/strategystategenerator/"&gt;Strategy/State Generator&lt;/a&gt;&lt;br/&gt;
&lt;a class="" href="https://sourceforge.net/projects/namedparameterconverter/"&gt;Named Parameter Converter&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;h6&gt;Project Members:&lt;/h6&gt;
	&lt;ul class="md-users-list"&gt;
		&lt;li&gt;&lt;a href="/u/lyrerwalter/"&gt;Walter Lyrer&lt;/a&gt; (admin)&lt;/li&gt;
		
	&lt;/ul&gt;&lt;br/&gt;
&lt;p&gt;&lt;span class="download-button-58d7e70685540d7422bff5df" style="margin-bottom: 1em; display: block;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Walter Lyrer</dc:creator><pubDate>Sun, 26 Mar 2017 16:37:56 -0000</pubDate><guid>https://sourceforge.net1694a6ebc46fe9facfad334a4fadf1d0e26b8344</guid></item></channel></rss>